diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-11-01 08:26:22 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-11-01 08:26:22 -0500 |
commit | 114380115eabbc093102511667bf5ee9341d8fc7 (patch) | |
tree | 12e2ae3f3d386d727f0eefa2639d2f22d1fa9c92 /controlloop/common/feature-controlloop-management/src/test | |
parent | 25628c56e5fc6b1d6e2e3b761f435fc9596ce1b3 (diff) |
upgrade to 7.28.0.Final drools libraries
Issue-ID: POLICY-1407
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia3cd03719b52e2d4e1fad3662090b7c35e2acf1f
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/test')
-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> |