From e8369d6d3088b7b68acb987ebff432ac830a3200 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 26 Oct 2020 16:48:47 -0400 Subject: Make drools-apps event agnostic Removed tdjam and frankfurt controllers, which use event-specific actors. Issue-ID: POLICY-2804 Change-Id: Ica05f80bf72d039d9c4903591af7fb3793a81159 Signed-off-by: Jim Hahn --- .../common/feature-controlloop-tdjam/pom.xml | 113 --------------------- 1 file changed, 113 deletions(-) delete mode 100644 controlloop/common/feature-controlloop-tdjam/pom.xml (limited to 'controlloop/common/feature-controlloop-tdjam/pom.xml') diff --git a/controlloop/common/feature-controlloop-tdjam/pom.xml b/controlloop/common/feature-controlloop-tdjam/pom.xml deleted file mode 100644 index 0331e2af6..000000000 --- a/controlloop/common/feature-controlloop-tdjam/pom.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - 4.0.0 - - - org.onap.policy.drools-applications.controlloop.common - drools-applications-common - 1.8.0-SNAPSHOT - - - feature-controlloop-tdjam - - - Load Experimental TDJAM Control Loop Controller as a feature. - - - - - - src/main/feature - true - - - src/main/resources - - - - - maven-assembly-plugin - - - zipfile - - single - - package - - true - ${project.artifactId}-${project.version} - - src/assembly/assemble_zip.xml - - false - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - - copy-dependencies - - prepare-package - - ${project.build.directory}/assembly/lib - false - true - true - false - false - false - runtime - true - - - - - - - - - - org.onap.policy.drools-applications.controlloop.common - controller-tdjam - ${project.version} - - - org.onap.policy.drools-pdp - policy-management - ${version.policy.drools-pdp} - provided - - - junit - junit - test - - - -- cgit 1.2.3-korg