summaryrefslogtreecommitdiffstats
path: root/application-model/pom.xml
diff options
context:
space:
mode:
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>