aboutsummaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-24 17:06:00 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-24 17:21:15 +0100
commit3af0e8690fdf39a93894f5209dd8124011440287 (patch)
tree10a2e5399d0107535a767705737f664ba4cb4562 /container
parentf78358e385a3f6bb28864fa2f141501d03fb9de7 (diff)
Implement Vespa http client builder for Apache http async client 5
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container/pom.xml b/container/pom.xml
index cf3aa21513b..4f045aac90e 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -45,6 +45,10 @@
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>