summaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-11-30 12:40:37 +0000
committerArne Juul <arnej@yahooinc.com>2022-12-02 14:46:10 +0000
commitd9ab932c59cf1d22f22c19b96619024a76aecc32 (patch)
tree7f1038060b308b26c3c583104ee5dd4f8547a9d8 /model-integration
parent0f5a6d241394b7b064debdd38fabd58c7c64f94d (diff)
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..d2d547bce86 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-bundle</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
+
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>