aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-08-15 15:30:22 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-08-15 15:30:22 +0200
commit019ab5615dd299e46e7b3e708682d34825a6b7db (patch)
tree9c823bcfcd5f8c97f9bd29cddcc8a37b9cf52b86 /application/pom.xml
parentc5f24b200ec24ac96897327baa9e3fef8d3e633f (diff)
Add Felix Logging to container-test
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 34bf1b56c0d..e2176d4deac 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -86,6 +86,10 @@
<artifactId>org.apache.felix.framework</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.log</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
</dependency>