From 10b21aae2bde224ab7f91f4b5ab1b89369c8fd1c Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 8 May 2019 14:33:57 -0400 Subject: Add payload to vFW policy yaml Added new "streams" payload to vFW policy yaml files. Removed references to pg-streams. Also deleted directories that were moved to policy/models. Also removed references to trafficgenerator. Updated licenses. Removed some trailing whitespace. Change-Id: I6becaa573628eee677f0959fadf86f9a9f032f88 Issue-ID: POLICY-1752 Signed-off-by: Jim Hahn --- controlloop/common/model-impl/vfc/pom.xml | 112 ------------------------------ 1 file changed, 112 deletions(-) delete mode 100644 controlloop/common/model-impl/vfc/pom.xml (limited to 'controlloop/common/model-impl/vfc/pom.xml') diff --git a/controlloop/common/model-impl/vfc/pom.xml b/controlloop/common/model-impl/vfc/pom.xml deleted file mode 100644 index 1df42831b..000000000 --- a/controlloop/common/model-impl/vfc/pom.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - 4.0.0 - - - org.onap.policy.drools-applications.controlloop.common.model-impl - model-impl - 1.4.0-SNAPSHOT - - - vfc - - - - junit - junit - test - - - org.mockito - mockito-core - 2.13.0 - test - - - com.google.code.gson - gson - provided - - - org.onap.policy.drools-applications.controlloop.common.model-impl - rest - ${project.version} - - - org.drools - drools-core - 6.5.0.Final - provided - - - org.onap.policy.common - policy-endpoints - ${version.policy.common} - provided - - - org.onap.policy.drools-pdp - policy-management - ${version.policy.drools-pdp} - provided - - - - - - 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