summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-02-07 15:51:29 +0100
committerHarald Musum <musum@yahoo-inc.com>2017-02-07 15:51:29 +0100
commitef2593b33a31b0982edf25cef762d207dc5720c3 (patch)
tree149c98530aed091423274cdc1d0fc31bab96db9d /application
parent8d1bf01f6bba9d20a808c746bbcfc11cba846274 (diff)
Use com.yahoo.vespa as group id
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/pom.xml b/application/pom.xml
index ff6685cec73..104f27933c9 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -71,7 +71,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.yahoo.container.container-test-jars</groupId>
+ <groupId>com.yahoo.vespa.container-test-jars</groupId>
<artifactId>jersey-resources</artifactId>
<version>${project.version}</version>
<scope>test</scope>
@@ -169,7 +169,7 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>com.yahoo.container.container-test-jars</groupId>
+ <groupId>com.yahoo.vespa.container-test-jars</groupId>
<artifactId>jersey-resources</artifactId>
<version>${project.version}</version>
<type>jar</type>