diff options
Diffstat (limited to 'ecomp-sdk/sdk-app')
-rw-r--r-- | ecomp-sdk/sdk-app/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ecomp-sdk/sdk-app/pom.xml b/ecomp-sdk/sdk-app/pom.xml index c6f3cc30..8ee52126 100644 --- a/ecomp-sdk/sdk-app/pom.xml +++ b/ecomp-sdk/sdk-app/pom.xml @@ -71,6 +71,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> |