summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
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 /config-model/pom.xml
parentd4b26ebeaece0b61c1fcf726104485950f1efc98 (diff)
Avoid pulling large aQute.bndlib just for parsing Import-Package in manifest
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index e5ccfbcc51b..79e892903fa 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -289,22 +289,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>biz.aQute.bnd</groupId>
- <artifactId>biz.aQute.bndlib</artifactId>
- <version>6.1.0</version>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- <exclusion>
- <!-- These are not needed for our use of bndlib -->
- <groupId>org.osgi</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</dependency>