aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-12-01 09:32:05 +0100
committerGitHub <noreply@github.com>2022-12-01 09:32:05 +0100
commit1eb22cc4a24973f52b344c3033cff394c724cbe4 (patch)
tree98fdcb5bed45fc1199400988d45cf6bb47e413f2 /model-integration/pom.xml
parent2925f225b34ad7fa3eb515bbddcc8c774e514131 (diff)
Revert "Revert "- Reduce usage of guava.""
Diffstat (limited to 'model-integration/pom.xml')
-rw-r--r--model-integration/pom.xml23
1 files changed, 11 insertions, 12 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 7d3ab3f7a5f..63232b61106 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -16,12 +16,6 @@
<packaging>container-plugin</packaging>
<dependencies>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
<version>${project.version}</version>
@@ -59,12 +53,6 @@
</dependency>
<dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
<groupId>com.microsoft.onnxruntime</groupId>
<artifactId>onnxruntime</artifactId>
</dependency>
@@ -72,6 +60,17 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>