summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 8bb759bf867..c6cbeacd2c0 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -111,6 +111,14 @@
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.yahoo.athenz</groupId>
+ <artifactId>athenz-auth-core</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>