summaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-disc/pom.xml')
-rw-r--r--container-disc/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 16ce99220f1..61ddc882c8c 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -95,6 +95,10 @@
<artifactId>config</artifactId>
</exclusion>
<exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>http-utils</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>*</artifactId>
</exclusion>
@@ -141,6 +145,12 @@
<artifactId>config-bundle</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>http-utils</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>