summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index a65a6a836ed..b377760249a 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -293,16 +293,10 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.google.protobuf</groupId>
- <artifactId>protobuf-java</artifactId>
- </dependency>
- <dependency>
- <groupId>org.tensorflow</groupId>
- <artifactId>proto</artifactId>
- </dependency>
- <dependency>
- <groupId>org.tensorflow</groupId>
- <artifactId>tensorflow</artifactId>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>model-integration</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
</dependency>
</dependencies>