diff options
author | talasila <talasila@research.att.com> | 2017-03-24 10:58:16 -0400 |
---|---|---|
committer | talasila <talasila@research.att.com> | 2017-03-24 10:58:24 -0400 |
commit | cd7ddff4b57b18eeba123b28c7dd4e60bf94eaa1 (patch) | |
tree | b50374dd29ab0bd8fd24bcb3fe75d40c6afd76b4 | |
parent | c0bf57c3885f08dc41efd1f6adf3f0a75d0f30bf (diff) |
staging repo added
Change-Id: I4153b6980aa618b299c1f6843aeff4f73344ed0d
Signed-off-by: talasila <talasila@research.att.com>
-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 fb877e8..7b0998d 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> |