aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-01-11 17:31:12 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-01-11 17:31:12 +0100
commit5486c3697b28bb611235ce70d8a3d8fbddb1a79a (patch)
treef7f236ee21a280d62f0490792751b2a8e5456ef4 /container-test
parenteae7143b83a1ff38178e4c744fff04dada17b5c2 (diff)
Exclude bnd artifacts from 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 377272d939c..7c739faad26 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -26,6 +26,10 @@
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>