summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-06-22 11:36:54 +0200
committerjonmv <venstad@gmail.com>2022-06-22 11:36:54 +0200
commitbb0c86437365a96da450c23044ae6b3f94878c80 (patch)
tree7218544a77ff491a34f9f9ce8b20d89437a8f510 /container-test
parent7b0ee880c3fa66f9943257b549f09a6846f56699 (diff)
Exclude vespajlib from application dependency in container-test
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 7d49a276663..f2079c97d6d 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -26,6 +26,10 @@
<groupId>biz.aQute.bnd</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespajlib</artifactId>
+ </exclusion>
</exclusions>
</dependency>