summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-28 16:16:39 +0100
committerGitHub <noreply@github.com>2022-11-28 16:16:39 +0100
commite5cb5862776f800d64fe95647456ee15de778fb3 (patch)
treeedc8b7f120a61a666ab0ad0734ca7d2cb9181b90 /container-test
parent1626383a9d0a0e1ce584e7b2dcc8c59c3630dcd5 (diff)
Revert "Use a simple tokenizer and replace the larger than container-search [run-systemtest]"
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 7cee022d1c1..103c118b083 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -23,6 +23,10 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
</exclusion>