summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosted-tenant-base/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 4b09064548f..6589e5bf1a3 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -262,6 +262,9 @@
<!-- note: ordering affects how overrides are evaluated; put the most specific overrides first! -->
<testBundleScopeOverrides>
${extraTestBundleScopeOverrides},
+ org.junit.jupiter:junit-jupiter-engine:test, <!-- avoid embedding engine libraries, which are only used by the runner -->
+ org.junit.jupiter:junit-platform-engine:test, <!-- avoid embedding engine libraries, which are only used by the runner -->
+ org.junit.vintage:junit-vintage-engine:test, <!-- avoid embedding vintage engine, which isn't even supported -->
org.junit.jupiter:junit-jupiter-api:provided, <!-- ensure the api bundle provided by the tester container is used -->
com.yahoo.vespa:application:test, <!-- its transitive dependencies should be provided by the regular container -->
com.yahoo.vespa:container-test:test, <!-- its transitive dependencies should be provided by the regular container -->