diff options
Diffstat (limited to 'ecomp-portal-BE-common/pom.xml')
-rw-r--r-- | ecomp-portal-BE-common/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 9fb41d31..bff7ed21 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -19,7 +19,6 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> - <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> </properties> <repositories> @@ -35,12 +34,6 @@ <name>OpenECOMP - Snapshot Repository</name> <url>${nexusproxy}/${snapshotNexusPath}</url> </repository> - <repository> - <!-- Staging repository has ECOMP staging artifacts --> - <id>ecomp-staging</id> - <name>OpenECOMP - Staging Repository</name> - <url>${nexusproxy}/${stagingNexusPath}</url> - </repository> </repositories> <profiles> |