summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2017-10-23 12:42:37 +0200
committerMorten Tokle <mortent@oath.com>2017-10-23 12:42:37 +0200
commit0cf7be3cc88be1211c48cfb520e0c13920639c0b (patch)
tree03edd76a4097d3dad3959cb350e5c4b843349461 /container-dev
parent29777531a0908fb057146369aa951377338d9536 (diff)
Exclude internal dependencies
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>