summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-11-27 14:14:41 +0100
committerGitHub <noreply@github.com>2017-11-27 14:14:41 +0100
commita5e5db2ddde8981034c39cfe7eeab89ba245dbf3 (patch)
tree6e56deff3aaf27d3de6c819ee4469d12f38d9258
parentb87c7b57179497299d3c7011b6b616838361e284 (diff)
parent6b2d8e52321d9aa86a674a3e1364d6a5738e4b6c (diff)
Merge pull request #4281 from vespa-engine/gjoranv/ban-compile-deps
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>