summaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2022-12-05 10:27:33 +0100
committerGitHub <noreply@github.com>2022-12-05 10:27:33 +0100
commit898582aa193954ee055f5fb5c7b2c643d1fcafdf (patch)
tree23cc43114c79340163c743a64dd209ce20013872 /model-integration
parentf586fb9146b8176ba451778c025c4edb3905695e (diff)
parent2da7298a3b98f34a61fed78e283c79d12676803e (diff)
Merge pull request #25075 from vespa-engine/arnej/onnxruntime-as-bundle
add container-onnxruntime-bundle
Diffstat (limited to 'model-integration')
-rw-r--r--model-integration/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 63232b61106..43f24301d9a 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -51,11 +51,13 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
-
<dependency>
- <groupId>com.microsoft.onnxruntime</groupId>
- <artifactId>onnxruntime</artifactId>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-onnxruntime</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
+
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>