aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-10-16 12:39:27 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-10-16 12:39:51 +0100
commit26aca30d09dd4552adf2b61c6bd18ddc681e2a87 (patch)
tree84373a0e6fe85f6510e1f4f66167b13a3e4455c4
parent081075612bb3e614eaab96c8c613e508fce8c3fd (diff)
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 <ram.krishna.verma@ericsson.com>
-rw-r--r--plugins/forwarding-plugins/pom.xml6
1 files changed, 6 insertions, 0 deletions
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 @@
<groupId>org.onap.policy.engine</groupId>
<artifactId>PolicyEngineAPI</artifactId>
<version>${policy.engine.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.persistence</groupId>
+ <artifactId>eclipselink</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.onap.policy.apex-pdp.core</groupId>