From 550d0d986713f4da7b37b8f2b16264884c05b9ab Mon Sep 17 00:00:00 2001 From: ramverma Date: Wed, 8 Aug 2018 23:17:37 +0100 Subject: Adding configuration parameters for distribution * Adding main configuration parameters to distribution component. The intention is to define a top level parameter group that should be capable of handling all the parameters needed for the framework. * Added validation to check the actuall class by loading it from classpath. * Added Test Cases for configuration parameter. The coverage of the package is 95.3 %. Change-Id: I87c4c34d9df2c9b5a0ab75bef2bbe0d25e38747b Issue-ID: POLICY-1035 Signed-off-by: ramverma --- main/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml index 1084f937..468f3fea 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -32,6 +32,16 @@ The main module of Policy Distribution that handles startup, lifecycle management, and parameters. + + org.onap.policy.distribution + reception-plugins + ${project.version} + + + org.onap.policy.distribution + forwarding-plugins + ${project.version} + org.onap.policy.common utils -- cgit 1.2.3-korg