aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-dependencies-enforcer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-dependencies-enforcer/pom.xml')
-rw-r--r--vespa-dependencies-enforcer/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/vespa-dependencies-enforcer/pom.xml b/vespa-dependencies-enforcer/pom.xml
index a4f73991a64..a0e6dc19ccb 100644
--- a/vespa-dependencies-enforcer/pom.xml
+++ b/vespa-dependencies-enforcer/pom.xml
@@ -46,6 +46,14 @@
<i>com.yahoo.vespa.bundle-plugin:*:*</i>
<i>com.yahoo.vespa.jdisc_core:*:*</i>
</ignored>
+
+ <!-- Classifly all dependencies of below modules as 'test' -->
+ <testUtilProjects>
+ <!-- Misc -->
+ <i>com.yahoo.vespa:testutil</i>
+ <!-- Bundle plugin integration test -->
+ <i>com.yahoo.vespa.bundle-plugin:*</i>
+ </testUtilProjects>
</enforceDependencies>
</rules>
<fail>true</fail>