From e87b18923c23a1a0fbfaae1c75645a577b96c892 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 3 Jun 2020 09:26:33 -0400 Subject: Remove usecases and legacy actor code Made the following changes to remove usescase and legacy actor code: - deleted the usecases controller and feature - deleted code associated with legacy actors, with the exception of AaiManager, which is needed by RestControlLoopManager - moved the contents of the "guard" project into the m2/guard project, as that is the only thing that still needs it - modified the m2/GuardContext to get the name of its persistence unit from the properties so it could be overridden by junit tests - used eclipselink constants Also fixed a bug in the properties for the VFC actor. Addressed review comment: - removed usecases from Dockerfile Issue-ID: POLICY-2558 Change-Id: I677d68c9efed9247c3d55773abdcc736b577a6b4 Signed-off-by: Jim Hahn --- controlloop/common/guard/pom.xml | 177 --------------------------------------- 1 file changed, 177 deletions(-) delete mode 100644 controlloop/common/guard/pom.xml (limited to 'controlloop/common/guard/pom.xml') diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml deleted file mode 100644 index 146e43bec..000000000 --- a/controlloop/common/guard/pom.xml +++ /dev/null @@ -1,177 +0,0 @@ - - - 4.0.0 - - - org.onap.policy.drools-applications.controlloop.common - drools-applications-common - 1.7.1-SNAPSHOT - - - guard - - - - org.onap.policy.models.policy-models-interactions - model-yaml - ${policy.models.version} - provided - - - com.att.research.xacml - xacml-pdp - 2.2.0 - - - - commons-codec - commons-codec - - - commons-logging - commons-logging - - - guava - com.google.guava - - - commons-lang3 - org.apache.commons - - - jackson-databind - com.fasterxml.jackson.core - - - commons-collections - commons-collections - - - commons-lang - commons-lang - - - - - commons-io - commons-io - provided - - - org.apache.httpcomponents - httpclient - provided - - - org.drools - drools-core - provided - - - org.eclipse.persistence - org.eclipse.persistence.jpa - provided - - - org.onap.policy.common - policy-endpoints - ${version.policy.common} - provided - - - org.onap.policy.drools-pdp - policy-management - ${version.policy.drools-pdp} - provided - - - org.onap.policy.models.policy-models-interactions - simulators - ${policy.models.version} - test - - - org.onap.policy.models - policy-models-decisions - ${policy.models.version} - - - org.onap.policy.models.policy-models-interactions.model-impl - rest - ${policy.models.version} - - - org.mockito - mockito-core - test - - - com.h2database - h2 - test - - - - - - maven-checkstyle-plugin - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} - true - true - true - - - true - true - warning - - - - - - org.onap.oparent - checkstyle - ${oparent.version} - compile - - - - - - -- cgit 1.2.3-korg