summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-09-04 11:50:35 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-09-04 14:33:30 +0200
commit0273b5ab2c83b02678617e9dc7e969080c044c9c (patch)
treeeffec8747a2a13650ab632eebcbf41f3e4af40f9 /application
parentc28b8521f0b652bbe23c1ab97ad85a98d13b27de (diff)
Remove dead code and handle API changes
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index bb1ea4b30ee..4e5e2f6ba9f 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -87,6 +87,12 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.log</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.osgi</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.opennlp</groupId>