summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-02-08 13:06:47 +0100
committerGitHub <noreply@github.com>2017-02-08 13:06:47 +0100
commit86a00434f8aee7bb2f80995649a3685a54e70240 (patch)
tree6c102ab06d540143b410cac8822cb040f23e25dc /application
parentb349b371b5c6f9861bbc3c596380fbb624ed1283 (diff)
parenta32787dc7f8f39603d8bb4b0094ee637d7bf6cc1 (diff)
Merge pull request #1705 from yahoo/hmusum/use-correct-group-id
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>