summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-base-dependencies-enforcer
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-01-06 16:41:33 +0100
committerJon Bratseth <bratseth@gmail.com>2023-01-06 16:41:33 +0100
commite48e936ed69ac77d0cea93c829de7bcdce12be55 (patch)
tree4a5be4a8a124d63e8adf78c478adfa8a1b92d4f4 /cloud-tenant-base-dependencies-enforcer
parentf9ecee8aa3a93b3cf4cf22cfc5233a52fb697c8d (diff)
Allow model-integration:huggingface dependencies
Diffstat (limited to 'cloud-tenant-base-dependencies-enforcer')
-rw-r--r--cloud-tenant-base-dependencies-enforcer/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cloud-tenant-base-dependencies-enforcer/pom.xml b/cloud-tenant-base-dependencies-enforcer/pom.xml
index e6445943107..78178c9f5dc 100644
--- a/cloud-tenant-base-dependencies-enforcer/pom.xml
+++ b/cloud-tenant-base-dependencies-enforcer/pom.xml
@@ -174,6 +174,8 @@
<include>com.yahoo.vespa:vsm:*:test</include>
<!-- 3rd party test dependencies -->
+ <include>ai.djl:api:jar:0.20.0:test</include>
+ <include>ai.djl.huggingface:tokenizers:jar:0.20.0:test</include>
<include>com.google.code.findbugs:jsr305:3.0.2:test</include>
<include>com.google.protobuf:protobuf-java:3.21.7:test</include>
<include>com.ibm.icu:icu4j:70.1:test</include>
@@ -190,6 +192,7 @@
<include>org.antlr:antlr4-runtime:4.9.3:test</include>
<include>org.apache.commons:commons-exec:1.3:test</include>
<include>org.apache.commons:commons-math3:3.6.1:test</include>
+ <include>org.apache.commons:commons-compress:jar:1.22:test</include>
<include>org.apache.felix:org.apache.felix.framework:${felix.version}:test</include>
<include>org.apache.felix:org.apache.felix.log:1.0.1:test</include>
<include>org.apache.httpcomponents.client5:httpclient5:${httpclient5.version}:test</include>