summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-29 05:40:57 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-29 05:40:57 +0000
commitd78a594b32795c102af4153c65d42b45a184198e (patch)
treea908a5567b843dd2645058bd6129fccaf58d69bc /container-test
parentf8fd0b1769259397ba82ac068986389b49b45fad (diff)
Go back to parsing Import-Package with bndlib for now
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>