diff options
author | 2017-03-24 10:31:04 -0400 | |
---|---|---|
committer | 2017-03-24 10:31:15 -0400 | |
commit | 2be329fd92937823c18d93b12b551fecbf2a1731 (patch) | |
tree | 3c15fa27726837ffcc9a0970e683673345339d76 /dcae_dmaapbc_webapp | |
parent | 27705479f8cc5e5eca6b588760a45bb86683f78e (diff) |
staging repo added
Change-Id: I80795739d01d54dbad14f20a1275711ee3b3778e
Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_webapp')
-rw-r--r-- | dcae_dmaapbc_webapp/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml index 3e208c6..d57ed43 100644 --- a/dcae_dmaapbc_webapp/pom.xml +++ b/dcae_dmaapbc_webapp/pom.xml @@ -41,6 +41,12 @@ <name>OpenECOMP - Snapshot Repository</name> <url>https://nexus.openecomp.org/content/repositories/snapshots/</url> </repository> + <repository> + <!-- Staging repository has ECOMP staging artifacts --> + <id>ecomp-staging</id> + <name>OpenECOMP - Staging Repository</name> + <url>https://nexus.openecomp.org/content/repositories/staging/</url> + </repository> </repositories> <profiles> |