From 9f778302220d8acec8d75b18108054b32b4358c6 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 8 Feb 2019 10:15:45 -0500 Subject: Consolidate xacml dependencies The xacml dependency appeared in multiple drools-applications pom files, with different exclusion lists. The dependencies have been consolidated into a single pom, with a combined exclusion list. Added comment to the exclusion list. Change-Id: I2a5a66619b376879b44c5e0ce064d7e52c4482bf Issue-ID: POLICY-1429 Signed-off-by: Jim Hahn --- .../src/main/resources/archetype-resources/pom.xml | 7 +----- .../src/main/resources/archetype-resources/pom.xml | 7 +----- controlloop/templates/template.demo.clc/pom.xml | 23 -------------------- controlloop/templates/template.demo/pom.xml | 25 ---------------------- 4 files changed, 2 insertions(+), 60 deletions(-) (limited to 'controlloop/templates') diff --git a/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/pom.xml b/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/pom.xml index f39acc1fe..2197a8e39 100644 --- a/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/pom.xml +++ b/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017, 2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -148,11 +148,6 @@ policy-yaml ${dependenciesVersion} - - com.att.research.xacml - xacml-pdp - 1.0.1 - org.onap.policy.drools-pdp policy-management diff --git a/controlloop/templates/archetype-cl-casablanca/src/main/resources/archetype-resources/pom.xml b/controlloop/templates/archetype-cl-casablanca/src/main/resources/archetype-resources/pom.xml index 6e4048895..9126edb98 100644 --- a/controlloop/templates/archetype-cl-casablanca/src/main/resources/archetype-resources/pom.xml +++ b/controlloop/templates/archetype-cl-casablanca/src/main/resources/archetype-resources/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -148,11 +148,6 @@ policy-yaml ${dependenciesVersion} - - com.att.research.xacml - xacml-pdp - 1.0.2 - org.onap.policy.drools-pdp policy-management diff --git a/controlloop/templates/template.demo.clc/pom.xml b/controlloop/templates/template.demo.clc/pom.xml index f43550071..5e80ad225 100644 --- a/controlloop/templates/template.demo.clc/pom.xml +++ b/controlloop/templates/template.demo.clc/pom.xml @@ -136,29 +136,6 @@ ${project.version} provided - - com.att.research.xacml - xacml - - - - commons-collections - commons-collections - - - com.fasterxml.jackson.core - jackson-databind - - - 1.0.2 - - - com.att.research.xacml - xacml-pdp - 1.0.2 - org.eclipse.persistence javax.persistence diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml index 33ab4175c..7ec0cd561 100644 --- a/controlloop/templates/template.demo/pom.xml +++ b/controlloop/templates/template.demo/pom.xml @@ -136,31 +136,6 @@ ${project.version} provided - - com.att.research.xacml - xacml - 1.0.2 - test - - - - commons-collections - commons-collections - - - com.fasterxml.jackson.core - jackson-databind - - - - - com.att.research.xacml - xacml-pdp - 1.0.2 - test - org.eclipse.persistence javax.persistence -- cgit 1.2.3-korg