From 9eb34d921839ef5e32d2dd29d5af043e7dfe73dc Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 8 May 2019 15:39:37 -0400 Subject: Change vFW payload from pg-streams to streams Changed APPC payload from pg-streams to streams. Also removed trafficgenerator. Updated licenses. Added log message when payload is null. Replaced "ref$" with real payload values in yaml and docs. Change-Id: I4b38b0f64784d5fffc8f62f3a26cd007e500fbc7 Issue-ID: POLICY-1752 Signed-off-by: Jim Hahn --- .../model-impl/trafficgenerator/pom.xml | 87 ---------------------- 1 file changed, 87 deletions(-) delete mode 100644 models-interactions/model-impl/trafficgenerator/pom.xml (limited to 'models-interactions/model-impl/trafficgenerator/pom.xml') diff --git a/models-interactions/model-impl/trafficgenerator/pom.xml b/models-interactions/model-impl/trafficgenerator/pom.xml deleted file mode 100644 index 30ad06551..000000000 --- a/models-interactions/model-impl/trafficgenerator/pom.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - 4.0.0 - - - org.onap.policy.models.policy-models-interactions.model-impl - model-impl - 2.0.0-SNAPSHOT - - - trafficgenerator - - - - junit - junit - test - - - com.google.code.gson - gson - 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