aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 776dd91..6caa375 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<groupId>com.att.ajsc</groupId>
<version>2.0.0</version>
</parent>
- <groupId>org.onap.aai</groupId>
+ <groupId>org.onap.aai.babel</groupId>
<artifactId>babel</artifactId>
<version>2.0.0-SNAPSHOT</version>
@@ -172,6 +172,14 @@
</dependency>
</dependencies>
+ <repositories>
+ <repository>
+ <id>ecomp-staging</id>
+ <name>ECOMP Staging Repository</name>
+ <url>${onap.nexus.url}/content/repositories/staging/</url>
+ </repository>
+ </repositories>
+
<build>
<plugins>