summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorJo Kristian Bergum <bergum@yahoo-inc.com>2021-09-14 10:55:32 +0200
committerGitHub <noreply@github.com>2021-09-14 10:55:32 +0200
commit8ecfc3ac12bc50aedf09a44c4001d9512fdeca94 (patch)
treed037403cc53cf9c7b11db131d8cf94ab3038a3e6 /container-core
parentda7bfb94df3cfc2975513f205ebfed62415a03e4 (diff)
parentf3df6488edb47463919c4d493f7a351bf9d0b975 (diff)
Merge pull request #19100 from vespa-engine/bratseth/sentencepiece
Pure Java sentencepiece implementation
Diffstat (limited to 'container-core')
-rw-r--r--container-core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index c7fe2998530..3627e3f37a7 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -81,6 +81,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>