summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
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 8c45a124e26..c3ceb0e8d07 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -104,6 +104,10 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>com.yahoo.vespa</groupId>
<artifactId>http-utils</artifactId>
</exclusion>