aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-09-13 22:28:57 +0200
committerJon Bratseth <bratseth@gmail.com>2021-09-13 22:28:57 +0200
commitf3df6488edb47463919c4d493f7a351bf9d0b975 (patch)
tree3328fe959c16de21275b9b632128f89024f51600 /container-dev
parentbfae6ba4377ea51a7cc024c5e9772ed069feedf4 (diff)
Exclude protobuf
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 6366022c342..57bfa3211d2 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -201,6 +201,10 @@
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>