summaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-09 20:15:42 +0100
committerGitHub <noreply@github.com>2022-11-09 20:15:42 +0100
commitec1413c6baca2e30bdd732ca8e20a108c9e66852 (patch)
treeb9e57f781bde4d962835b4ffdc56a58e5d7585cd /config-model-fat
parent606bc6b517e09bba9f36a4ef6506a588d1254bd4 (diff)
Revert "Revert "Revert "Balder/model importing code in config model [run-systemtest]"""
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 7be7f8eee94..44880d052b6 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>