From d5c3b36247605392b4f75b2e44296922559baac6 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 21 Mar 2019 19:45:45 -0400 Subject: [PATCH] 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 --- applications/common/pom.xml | 5 +++++ pom.xml | 11 ----------- 2 files changed, 5 insertions(+), 11 deletions(-) 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 -- 2.16.6