aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-11-27 12:36:54 +0100
committerJon Bratseth <bratseth@oath.com>2018-11-27 12:36:54 +0100
commita3145892fa5fd56b551d43c549e5f4ba25fa5e4d (patch)
treeeb56d4415daafbe8e71f0a10fad4cf2c07ff552b /config-model-fat
parentedf15f71e90ddc74ae59b8af3db1753e867eefe8 (diff)
Import model-integration into config-model-fat
Diffstat (limited to 'config-model-fat')
-rw-r--r--config-model-fat/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 0231f59ce82..da5d1506196 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -37,6 +37,12 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>model-integration</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>