From d7a69ea29e4ea46231cec1d16788d9451793a2a7 Mon Sep 17 00:00:00 2001 From: ramverma Date: Mon, 27 Aug 2018 17:31:03 +0100 Subject: Removing plugin dependency from distribution main * Removing plugin dependency from main. Ideally main should not be dependent on plugins. * Creating dummy handler, decoder, forwarder classes for test cases in main. * Combined few json test files. * Added more test cases. Change-Id: Id75e21d5d403febd9ac2b059661e17663d638dc2 Issue-ID: POLICY-1035 Signed-off-by: ramverma --- main/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml index 2b00e323..fdaebbd5 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -34,12 +34,7 @@ org.onap.policy.distribution - reception-plugins - ${project.version} - - - org.onap.policy.distribution - forwarding-plugins + reception ${project.version} -- cgit 1.2.3-korg