summaryrefslogtreecommitdiffstats
path: root/container-test-jars/bundle-with-provided-bundle/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-test-jars/bundle-with-provided-bundle/pom.xml')
-rw-r--r--container-test-jars/bundle-with-provided-bundle/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/container-test-jars/bundle-with-provided-bundle/pom.xml b/container-test-jars/bundle-with-provided-bundle/pom.xml
index 8f37f4041f2..d47ebe9b19b 100644
--- a/container-test-jars/bundle-with-provided-bundle/pom.xml
+++ b/container-test-jars/bundle-with-provided-bundle/pom.xml
@@ -6,8 +6,8 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.yahoo.container.container-test-jars</groupId>
- <artifactId>container-test-jars</artifactId>
+ <groupId>com.yahoo.vespa.container-test-jars</groupId>
+ <artifactId>parent</artifactId>
<version>6-SNAPSHOT</version>
</parent>
@@ -22,7 +22,7 @@
<dependencies>
<dependency>
- <groupId>com.yahoo.container.container-test-jars</groupId>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>jersey-resources</artifactId>
<version>${project.version}</version>
<scope>provided</scope>