summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-11-23 11:35:04 +0100
committerJon Bratseth <bratseth@oath.com>2018-11-23 11:35:04 +0100
commitf4462a5f0c5693f56e24b62bc693f01de6ae38a3 (patch)
tree7105efe7b528eab5464da0e8a01a12aca7e19c70 /application
parent8450c2998b1c6fa4e877905890c6add321346f8c (diff)
Add dependency
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 10d2a14721e..abc89299aa0 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -36,6 +36,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>model-integration</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>jrt</artifactId>
<version>${project.version}</version>
</dependency>