summaryrefslogtreecommitdiffstats
path: root/vespaclient-java
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-12-13 11:37:36 +0000
committerArne Juul <arnej@yahooinc.com>2022-12-13 11:37:36 +0000
commitc45a69c72a3804b20aed8b39e0d02ab5b42c432a (patch)
tree8df330c81a147a5fe11458aba6f9e0ea27f6b14d /vespaclient-java
parentfba3f57cd3d1676cc2e7ef3351ab8fe7a210e127 (diff)
add exclusion, avoid embedding huge native libraries
Diffstat (limited to 'vespaclient-java')
-rw-r--r--vespaclient-java/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vespaclient-java/pom.xml b/vespaclient-java/pom.xml
index f5856e1d019..99ca84ccce0 100644
--- a/vespaclient-java/pom.xml
+++ b/vespaclient-java/pom.xml
@@ -17,6 +17,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-dev</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.microsoft.onnxruntime</groupId>
+ <artifactId>onnxruntime</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<!-- Due to com.yahoo.search.query.profile.DumpTool and HttpRequest.createTestRequest ... -->