summaryrefslogtreecommitdiffstats
path: root/application-model/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-28 11:06:44 +0100
committerGitHub <noreply@github.com>2022-11-28 11:06:44 +0100
commit9b2893e62941d86a288646bc6b3aab818363e554 (patch)
tree3f97d28a52685969705d16fa639c31b25327e17a /application-model/pom.xml
parenta8665da65c39d9e4a56c74c2d8e6a7bd61c7c313 (diff)
parent63204d066a2354bea0137721c618de3c566cefe0 (diff)
Merge branch 'master' into balder/splt-out-opennlp
Diffstat (limited to 'application-model/pom.xml')
-rw-r--r--application-model/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/application-model/pom.xml b/application-model/pom.xml
index 2143f3a5ffd..c47fccc51bc 100644
--- a/application-model/pom.xml
+++ b/application-model/pom.xml
@@ -22,6 +22,10 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
@@ -39,6 +43,11 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>