diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-08-27 17:31:03 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-08-28 11:06:26 +0100 |
commit | d7a69ea29e4ea46231cec1d16788d9451793a2a7 (patch) | |
tree | 72b5584457fe2a4738044cf866d59fb1f89a5e67 /main/pom.xml | |
parent | ef2ff6bae65870a4fccc25373c0cfae881e14a81 (diff) |
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 <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
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 @@ <dependencies> <dependency> <groupId>org.onap.policy.distribution</groupId> - <artifactId>reception-plugins</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.onap.policy.distribution</groupId> - <artifactId>forwarding-plugins</artifactId> + <artifactId>reception</artifactId> <version>${project.version}</version> </dependency> <dependency> |