summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-11-27 12:53:40 +0100
committerGitHub <noreply@github.com>2018-11-27 12:53:40 +0100
commitca35f62b99a36442be1e9b46d217b176d5a37122 (patch)
tree28b125bdfc137974ecc57bcbe3023494c192e694
parente575fe055e0e6be451ef937ffa2d87c20cdc1c9b (diff)
parent440482db8c1fe6d240dac826daef6bed303274e4 (diff)
Merge pull request #7777 from vespa-engine/bratseth/import-model-integration-into-config-model-fat
Bratseth/import model integration into config model fat
-rw-r--r--config-model-fat/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 0231f59ce82..ef0a92bb5e9 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>
@@ -86,6 +92,7 @@
com.yahoo.config.application.api,
com.yahoo.config.model.api,
com.yahoo.config.provision,
+ ai.vespa.rankingexpression.importer.configmodelview,
com.yahoo.io.reader,
com.yahoo.path,
com.google.inject, <!-- must use @Inject exported from container -->