summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-04 12:13:32 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-04 12:13:32 +0000
commit350078dd5069bca24ba75d7f2010fc68ac7dd622 (patch)
tree051927b52c99fc13ce0e7666d7ce93cb6318b8d8
parent232cabbcc81937d34e338570e3793e693855d8fd (diff)
model-integration is not provided, but included in config models.
-rw-r--r--config-model-fat/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 44880d052b6..7be7f8eee94 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -37,12 +37,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>model-integration</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>