summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-11-25 02:39:35 +0100
committergjoranv <gv@oath.com>2017-11-25 02:39:35 +0100
commit6b2d8e52321d9aa86a674a3e1364d6a5738e4b6c (patch)
tree9f31f4422521ebfe6f0bd62b8032879230f23599
parent150c057fd45fb34556e55ee82a614e27c878f3ea (diff)
Ban all compile scope deps.
-rw-r--r--container-dependencies-enforcer/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/container-dependencies-enforcer/pom.xml b/container-dependencies-enforcer/pom.xml
index 1b0a7f9e958..61495384744 100644
--- a/container-dependencies-enforcer/pom.xml
+++ b/container-dependencies-enforcer/pom.xml
@@ -62,8 +62,9 @@
<rules>
<bannedDependencies>
<excludes>
- <!-- Only allow explicitly listed deps in provided scope -->
+ <!-- Only allow explicitly listed deps in provided and compile scope -->
<exclude>*:*:*:jar:provided:*</exclude>
+ <exclude>*:*:*:jar:compile:*</exclude>
</excludes>
<includes>
<include>com.yahoo.vespa</include>