summaryrefslogtreecommitdiffstats
path: root/vespa-3party-jars
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-3party-jars')
-rw-r--r--vespa-3party-jars/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vespa-3party-jars/pom.xml b/vespa-3party-jars/pom.xml
index 9158c8ba281..477c14f0015 100644
--- a/vespa-3party-jars/pom.xml
+++ b/vespa-3party-jars/pom.xml
@@ -26,6 +26,17 @@
<type>pom</type>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-apache-http-client-bundle</artifactId>
+ <version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
</dependency>
@@ -58,6 +69,7 @@
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>false</overWriteSnapshots>
<excludeTransitive>false</excludeTransitive>
+ <excludeGroupIds>com.yahoo.vespa</excludeGroupIds>
</configuration>
</plugin>
</plugins>