summaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2020-11-25 13:56:14 +0100
committerGitHub <noreply@github.com>2020-11-25 13:56:14 +0100
commit7f6172f425200fa41c9dbc08a5c183225e2e663c (patch)
tree9326faebdc0e54618e1040e88b565f7a905928a6 /container
parent67cb7157535233e86b5c57db534ffbffeac4d20a (diff)
Revert "Revert "Bjorncs/config convergence checker preps""
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>