From d7fcb9802900c2ce2abacb4f7e01713cdd7ba663 Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Tue, 5 Nov 2019 11:19:58 -0500 Subject: [PATCH] Cleanup up unused actor.test maven module Issue-ID: POLICY-1894 Signed-off-by: Rashmi Pujar Change-Id: Ib662aa6a28beb40c2a1e6814b103e95ebf4ee2e1 --- .../model-actors/actor.test/pom.xml | 83 ---------------------- models-interactions/model-actors/pom.xml | 1 - 2 files changed, 84 deletions(-) delete mode 100644 models-interactions/model-actors/actor.test/pom.xml diff --git a/models-interactions/model-actors/actor.test/pom.xml b/models-interactions/model-actors/actor.test/pom.xml deleted file mode 100644 index 2911d94d6..000000000 --- a/models-interactions/model-actors/actor.test/pom.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - 4.0.0 - - - org.onap.policy.models.policy-models-interactions.model-actors - model-actors - 2.2.0-SNAPSHOT - - - actor.test - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - - - org.onap.policy.models.policy-models-interactions.model-actors - actorServiceProvider - ${project.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - aai - ${project.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actor.appc - ${project.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actor.so - ${project.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actor.appclcm - ${project.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actor.vfc - ${project.version} - provided - - - junit - junit - test - - - diff --git a/models-interactions/model-actors/pom.xml b/models-interactions/model-actors/pom.xml index e8594f5da..9e060d470 100644 --- a/models-interactions/model-actors/pom.xml +++ b/models-interactions/model-actors/pom.xml @@ -39,7 +39,6 @@ actor.sdnr actor.so actor.cds - actor.test -- 2.16.6