summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-26 22:20:42 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-28 14:58:12 +0100
commitb77764ece2967120e2c3db22261372cdc0a08842 (patch)
tree8b67c30622c705e372289faeb93a673bfdfdc083 /config-model/pom.xml
parentb36cb57248dfc02bae9dfe7b2cca0ddd551881c6 (diff)
Use a simple tokenizer and replace the larger than container-search biz.aQute.bndlib
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 a11e72fa1be..15dc9860ba7 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -283,22 +283,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>