aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-model-fat/pom.xml4
-rw-r--r--config-model/pom.xml6
-rw-r--r--fat-model-dependencies/pom.xml6
-rw-r--r--model-integration/pom.xml5
4 files changed, 10 insertions, 11 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 85f462b4ee6..fa1a7558745 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -187,8 +187,6 @@
<i>com.yahoo.vespa:vsm:*:*</i>
<!-- 3rd party artifacts embedded -->
- <i>ai.djl:api:jar:*:*</i>
- <i>ai.djl.huggingface:tokenizers:*:*</i>
<i>aopalliance:aopalliance:*:*</i>
<i>biz.aQute.bnd:biz.aQute.bnd.util:*:*</i>
<i>biz.aQute.bnd:biz.aQute.bndlib:*:*</i>
@@ -210,11 +208,9 @@
<i>io.prometheus:simpleclient:*:*</i>
<i>io.prometheus:simpleclient_common:*:*</i>
<i>javax.inject:javax.inject:*:*</i>
- <i>net.java.dev.jna:jna:*:*</i>
<i>net.openhft:zero-allocation-hashing:*:*</i>
<i>org.antlr:antlr-runtime:*:*</i>
<i>org.antlr:antlr4-runtime:*:*</i>
- <i>org.apache.commons:commons-compress:*:*</i>
<i>org.apache.felix:org.apache.felix.framework:*:*</i>
<i>org.bouncycastle:bcpkix-jdk18on:*:*</i>
<i>org.bouncycastle:bcprov-jdk18on:*:*</i>
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 76e747693a4..a11e72fa1be 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -162,12 +162,6 @@
<artifactId>model-integration</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>ai.djl.huggingface</groupId>
- <artifactId>tokenizers</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index 4c7b213adc8..7d00f9ba58e 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -73,6 +73,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>model-integration</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>ai.djl.huggingface</groupId>
+ <artifactId>tokenizers</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index b4e944412a5..67f22b80d18 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -15,7 +15,10 @@
<version>8-SNAPSHOT</version>
<packaging>container-plugin</packaging>
<dependencies>
- <!-- Note: model-integration is included in config-model. Exclude all dependencies here which are not needed there. -->
+ <!--
+ Note: model-integration is included in config-model.
+ Exclude all dependencies here which are not needed there in fat-model-dependencies.
+ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>