From: ramverma Date: Tue, 16 Oct 2018 11:39:27 +0000 (+0100) Subject: Fixing bug in policy-distribution X-Git-Tag: 2.0.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=26aca30d09dd4552adf2b61c6bd18ddc681e2a87;p=policy%2Fdistribution.git Fixing bug in policy-distribution Fixing bug in distributor due to which malformed xml was being sent to apex-pdp for updating the policy. And due to which the parser in apex-pdp use to fail. Change-Id: I5feaad0eeb06c820904acacd5cc47858b14eb963 Issue-ID: POLICY-1201 Signed-off-by: ramverma --- diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 2e5814ec..4f66afd5 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -45,6 +45,12 @@ org.onap.policy.engine PolicyEngineAPI ${policy.engine.version} + + + org.eclipse.persistence + eclipselink + + org.onap.policy.apex-pdp.core