summaryrefslogtreecommitdiffstats
path: root/model-integration
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 /model-integration
parentf9ecee8aa3a93b3cf4cf22cfc5233a52fb697c8d (diff)
Allow model-integration:huggingface dependencies
Diffstat (limited to 'model-integration')
-rw-r--r--model-integration/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 36a2be1df5a..1f91d296e6a 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -67,6 +67,12 @@
<groupId>ai.djl.huggingface</groupId>
<artifactId>tokenizers</artifactId>
<version>0.20.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>