aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependencies-enforcer
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-10-13 15:36:07 +0200
committergjoranv <gv@oath.com>2017-10-13 17:24:43 +0200
commita67b98374940b731d3021f87ff7bed585033f9d8 (patch)
tree984bf7a13aaf2893ce8464328133addd9451d47d /container-dependencies-enforcer
parentdd28df37d5db7e75707a936b3c6349ec0e5ef09f (diff)
Use container-test instead of application in enforcer.
Diffstat (limited to 'container-dependencies-enforcer')
-rw-r--r--container-dependencies-enforcer/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-dependencies-enforcer/pom.xml b/container-dependencies-enforcer/pom.xml
index aaa6601333c..7d4dc031a36 100644
--- a/container-dependencies-enforcer/pom.xml
+++ b/container-dependencies-enforcer/pom.xml
@@ -24,7 +24,7 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>application</artifactId>
+ <artifactId>container-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>