diff options
Diffstat (limited to 'controlloop/common/feature-controlloop-management')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/test/resources/settings.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/test/resources/settings.xml b/controlloop/common/feature-controlloop-management/src/test/resources/settings.xml index 3d49366bb..2c5c681a5 100644 --- a/controlloop/common/feature-controlloop-management/src/test/resources/settings.xml +++ b/controlloop/common/feature-controlloop-management/src/test/resources/settings.xml @@ -44,24 +44,6 @@ </profile> <profile> - <id>onap-staging</id> - <repositories> - <repository> - <id>onap-staging</id> - <name>onap-staging</name> - <url>https://nexus.onap.org/content/repositories/staging/</url> - <releases> - <enabled>true</enabled> - <updatePolicy>always</updatePolicy> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - </profile> - - <profile> <id>onap-snapshots</id> <repositories> <repository> @@ -82,7 +64,6 @@ <activeProfiles> <activeProfile>onap-releases</activeProfile> - <activeProfile>onap-staging</activeProfile> <activeProfile>onap-snapshots</activeProfile> </activeProfiles> |