summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-25 21:35:12 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-25 21:35:12 +0100
commit9665a3d5e1f171ea18054d25a957ca188449aa0e (patch)
tree7549deb3f6b0fb694896f9514ef06c924576a55c /fat-model-dependencies
parentb132f003f1bb2447ebc8422c6fbc318fb8c92d17 (diff)
Exclude onnxruntime
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index 9801098d5b6..446840e6a80 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -73,6 +73,13 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>model-integration</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <!-- Not needed runtime, and a multi-release jar which is currently not supported by maven-bundle-plugin (really bndtools) -->
+ <groupId>com.microsoft.onnxruntime</groupId>
+ <artifactId>onnxruntime</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>