aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 16:57:27 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 16:57:27 +0200
commit00ea621471aaaf686c6839153ca846420091aaa0 (patch)
tree4dcdd8c3203931428cd5d1cc391861871428ba12 /container-test
parent89c46869095e571f8d93e9f7716c9a528e9e74db (diff)
Exclude org.apache.httpcomponents.client5:httpclient5
Diffstat (limited to 'container-test')
-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,