summaryrefslogtreecommitdiffstats
path: root/container/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container/pom.xml')
-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>