summaryrefslogtreecommitdiffstats
path: root/container-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-test/pom.xml')
-rw-r--r--container-test/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 07134e8aa7f..3eebd64cc82 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -21,6 +21,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>application</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- All dependencies that should be visible in test classpath, but not compile classpath,