diff options
author | Edwin Lawrance <Edwin.Lawrance@amdocs.com> | 2017-10-05 16:23:56 +0100 |
---|---|---|
committer | Edwin Lawrance <Edwin.Lawrance@amdocs.com> | 2017-10-05 16:23:56 +0100 |
commit | ab6eeb146eff31ec3b28076f85d967d342b58b59 (patch) | |
tree | 19cc9816293a65f950fd1b56ab6a0d8a2d3d7a51 | |
parent | c20301d688d183fb7911ff5c346c88b174df37f1 (diff) |
Adding repositories to pom
Adding staging repository and updating babel groupId
Change-Id: I1929738d0f130fdce4edea2ff9c58f626c2a47cb
Issue-Id: AAI-46
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
-rw-r--r-- | pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> |