From 26aca30d09dd4552adf2b61c6bd18ddc681e2a87 Mon Sep 17 00:00:00 2001 From: ramverma Date: Tue, 16 Oct 2018 12:39:27 +0100 Subject: 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 --- plugins/forwarding-plugins/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins') 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 -- cgit 1.2.3-korg