diff options
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> |