summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-28 16:16:39 +0100
committerGitHub <noreply@github.com>2022-11-28 16:16:39 +0100
commite5cb5862776f800d64fe95647456ee15de778fb3 (patch)
treeedc8b7f120a61a666ab0ad0734ca7d2cb9181b90 /config-model/pom.xml
parent1626383a9d0a0e1ce584e7b2dcc8c59c3630dcd5 (diff)
Revert "Use a simple tokenizer and replace the larger than container-search [run-systemtest]"
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 15dc9860ba7..a11e72fa1be 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -283,6 +283,22 @@
<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>