From 3f300de4a4ab68feef455e43b18cac804323fd8e Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Thu, 5 Jul 2018 18:57:02 +0100 Subject: Refactoring existing integration tests Change-Id: I1aedd94d5197b8c6513fc701e9df2aab4edec088 Issue-ID: POLICY-865 Signed-off-by: waqas.ikram --- .../plugins-context/plugins-context-test/pom.xml | 99 ---------------------- 1 file changed, 99 deletions(-) delete mode 100644 plugins/plugins-context/plugins-context-test/pom.xml (limited to 'plugins/plugins-context/plugins-context-test/pom.xml') diff --git a/plugins/plugins-context/plugins-context-test/pom.xml b/plugins/plugins-context/plugins-context-test/pom.xml deleted file mode 100644 index 7239abe66..000000000 --- a/plugins/plugins-context/plugins-context-test/pom.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - 4.0.0 - - org.onap.policy.apex-pdp.plugins.plugins-context - plugins-context - 2.0.0-SNAPSHOT - - - plugins-context-test - ${project.artifactId} - [${project.parent.artifactId}] module to run context tests using various plugins - - - - org.onap.policy.apex-pdp.core - core-infrastructure - ${project.version} - test - - - org.onap.policy.apex-pdp.plugins.plugins-context.context-distribution - context-distribution-hazelcast - ${project.version} - - - org.onap.policy.apex-pdp.plugins.plugins-context.context-distribution - context-distribution-infinispan - ${project.version} - - - org.onap.policy.apex-pdp.plugins.plugins-context.context-locking - context-locking-curator - ${project.version} - - - org.onap.policy.apex-pdp.plugins.plugins-context.context-locking - context-locking-hazelcast - ${project.version} - - - org.onap.policy.apex-pdp.context - context-test - ${project.version} - test - - - org.apache.curator - curator-test - 4.0.0 - test - - - log4j - log4j - - - - - - - - - org.apache.maven.plugins - maven-site-plugin - - true - true - - - - org.apache.maven.plugins - maven-surefire-plugin - - always - - - - - \ No newline at end of file -- cgit 1.2.3-korg