summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-01-11 16:06:46 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-01-11 16:06:46 +0100
commiteae7143b83a1ff38178e4c744fff04dada17b5c2 (patch)
tree53b7126507db9dd4b04253ba3b70881cc416fa29 /config-model/pom.xml
parent70b6dbe247aa06befea059466a1195ea2ec69f42 (diff)
Add validation of imported Java packages
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 d42d5af8975..dc7bec27a3b 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -288,6 +288,22 @@
<version>${project.version}</version>
<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>
</dependencies>
<build>