summaryrefslogtreecommitdiffstats
path: root/container-dev
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 /container-dev
parent0f5a6d241394b7b064debdd38fabd58c7c64f94d (diff)
add container-onnxruntime-bundle
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 711afe72c62..d016f05b6e2 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -80,6 +80,17 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-onnxruntime-bundle</artifactId>
+ <version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.microsoft.onnxruntime</groupId>
+ <artifactId>onnxruntime</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>container-disc</artifactId>
<version>${project.version}</version>
<exclusions>