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 | |
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')
4 files changed, 1 insertions, 22 deletions
diff --git a/controlloop/common/controller-usecases/pom.xml b/controlloop/common/controller-usecases/pom.xml index 63c9243fe..10d7425ce 100644 --- a/controlloop/common/controller-usecases/pom.xml +++ b/controlloop/common/controller-usecases/pom.xml @@ -46,7 +46,6 @@ <plugin> <groupId>org.kie</groupId> <artifactId>kie-maven-plugin</artifactId> - <version>6.5.0.Final</version> <extensions>true</extensions> </plugin> </plugins> @@ -216,7 +215,6 @@ <pluginExecutionFilter> <groupId>org.kie</groupId> <artifactId>kie-maven-plugin</artifactId> - <versionRange>6.5.0.Final</versionRange> <goals> <goal>build</goal> </goals> diff --git a/controlloop/common/controller-usecases/src/main/resources/usecases.drl b/controlloop/common/controller-usecases/src/main/resources/usecases.drl index b10ffad54..e0b7bb25f 100644 --- a/controlloop/common/controller-usecases/src/main/resources/usecases.drl +++ b/controlloop/common/controller-usecases/src/main/resources/usecases.drl @@ -26,6 +26,7 @@ import org.onap.policy.controlloop.params.ControlLoopParams; import org.onap.policy.controlloop.VirtualControlLoopEvent; import org.onap.policy.controlloop.VirtualControlLoopNotification; import org.onap.policy.controlloop.ControlLoopEventStatus; +import org.onap.policy.controlloop.ControlLoopException; import org.onap.policy.controlloop.ControlLoopNotificationType; import org.onap.policy.controlloop.ControlLoopLogger; import org.onap.policy.controlloop.ControlLoopResponse; 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> diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml index e3d114f20..e41c494e2 100644 --- a/controlloop/common/guard/pom.xml +++ b/controlloop/common/guard/pom.xml @@ -92,7 +92,6 @@ <dependency> <groupId>org.drools</groupId> <artifactId>drools-core</artifactId> - <version>6.5.0.Final</version> <scope>provided</scope> </dependency> <dependency> |