diff options
-rw-r--r-- | ecomp-portal-BE/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml index 126f0e44..8b389641 100644 --- a/ecomp-portal-BE/pom.xml +++ b/ecomp-portal-BE/pom.xml @@ -57,6 +57,12 @@ <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> + <repository> <!-- Snapshots repository has ECOMP snapshot artifacts --> <id>oss-snapshots</id> <name>oss Central - Snapshots</name> |