summaryrefslogtreecommitdiffstats
path: root/container-test-jars
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-02-08 12:42:52 +0100
committerHarald Musum <musum@yahoo-inc.com>2017-02-08 12:42:52 +0100
commitfd57e3adb1aab69fc50922fe97511b939fa48f6d (patch)
treeed99106a6cbfabe02bbb15b4e617dfcedcc854f7 /container-test-jars
parentef2593b33a31b0982edf25cef762d207dc5720c3 (diff)
Fix group id
Diffstat (limited to 'container-test-jars')
-rw-r--r--container-test-jars/bundle-with-provided-bundle/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-test-jars/bundle-with-provided-bundle/pom.xml b/container-test-jars/bundle-with-provided-bundle/pom.xml
index d47ebe9b19b..398eef50383 100644
--- a/container-test-jars/bundle-with-provided-bundle/pom.xml
+++ b/container-test-jars/bundle-with-provided-bundle/pom.xml
@@ -22,7 +22,7 @@
<dependencies>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
+ <groupId>com.yahoo.vespa.container-test-jars</groupId>
<artifactId>jersey-resources</artifactId>
<version>${project.version}</version>
<scope>provided</scope>