From: Pamela Dragosh Date: Thu, 21 Mar 2019 23:45:45 +0000 (-0400) Subject: Reorder xacml 2.0.0 loading X-Git-Tag: 3.0.2-ONAP~23 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d5c3b36247605392b4f75b2e44296922559baac6;p=policy%2Fxacml-pdp.git Reorder xacml 2.0.0 loading This dependency should only be in the applications area. Reordering may help ensure that the correct jackson is loaded for glassfish. Issue-ID: POLICY-1609 Change-Id: I727a5266204e8e2e5c35b7a326baff854b55e523 Signed-off-by: Pamela Dragosh --- diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 9d83f3d5..30017302 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -42,5 +42,10 @@ utils-test ${policy.common.version} + + com.att.research.xacml + xacml-pdp + 2.0.0 + diff --git a/pom.xml b/pom.xml index 03f171bc..77838654 100644 --- a/pom.xml +++ b/pom.xml @@ -104,17 +104,6 @@ json 20180813 - - com.att.research.xacml - xacml-pdp - 2.0.0 - - - com.fasterxml.jackson.core - jackson-annotations - - - org.onap.policy.models models-decisions