summaryrefslogtreecommitdiffstats
path: root/container-dev/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-dev/pom.xml')
-rw-r--r--container-dev/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 50cff5e05c3..e088c40e20b 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -82,6 +82,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-onnxruntime</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.microsoft.onnxruntime</groupId>
+ <artifactId>onnxruntime</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>