aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-12 11:40:24 +0200
committergjoranv <gv@yahooinc.com>2023-07-12 11:40:24 +0200
commit116226c102f8f8aced8b1a920e9a7d306401eb4d (patch)
treefbb860b6d150e980106ea6db1e326d905e0bf5f1 /container-test
parenta4e185c886d4ca745fcdcf725a2eb468281739ab (diff)
Add container-test to test classpath
- Not sure if it's needed, but ensured unchanged test cp
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index a0358e79a8f..a22d0b59ace 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -32,12 +32,18 @@
</exclusion>
</exclusions>
</dependency>
- <!-- Excluded above, and re-declared here, to work around a presumed Maven bug which otherwise puts this
- in provided scope when container-test is declared before, and together with, the container artifact -->
<dependency>
+ <!-- Excluded above, and re-declared here, to work around a presumed Maven bug which otherwise puts this
+ in provided scope when container-test is declared before, and together with, the container artifact -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
</dependency>
+ <dependency>
+ <!-- Not sure if this is needed, added after removing it from 'container' to ensure unchanged test classpath-->
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespaclient-container-plugin</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- All dependencies that should be visible in test classpath, but not compile classpath,
for user projects must be added in compile scope here. These dependencies are explicitly excluded