summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-01-26 22:42:16 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-01-27 08:51:28 +0100
commit73d5e088e87c35b5e30c4fc59f2923a0f7bf70e9 (patch)
treed63e8a389926f0f35ffb145d51c6d9b8890192d6 /container-test
parentd4b26ebeaece0b61c1fcf726104485950f1efc98 (diff)
Avoid pulling large aQute.bndlib just for parsing Import-Package in manifest
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index d6c9ef666da..a0358e79a8f 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -23,10 +23,6 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
- <groupId>biz.aQute.bnd</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- <exclusion>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
</exclusion>