summaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-07 11:02:21 +0100
committerGitHub <noreply@github.com>2022-11-07 11:02:21 +0100
commit062ec49ace275b7981d155965e3ac00a981e4a49 (patch)
tree46f6c020cf3730ba2efbb6ce8271669597f41e0c /config-model-fat
parenta2eca5f54c45838d072f9641505baa3ae0d26746 (diff)
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>