From 49f2cf0492b55736577d45b33adf1c81d6fd9b8d Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 16 Jan 2019 15:25:35 -0500 Subject: Remove jackson from policy/drools-applications Excluded jackson-databind from xacml.jar dependencies. Change-Id: Ia3eb25a33013a04e697e98dcfe6064295bfae138 Issue-ID: POLICY-1429 Signed-off-by: Jim Hahn --- controlloop/templates/template.demo/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'controlloop/templates/template.demo') diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml index 3ccc9ab5c..33ab4175c 100644 --- a/controlloop/templates/template.demo/pom.xml +++ b/controlloop/templates/template.demo/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= drools-applications Control Loop Drools Templates ================================================================================ - Copyright (C) 2017-2018 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. @@ -149,6 +149,10 @@ commons-collections commons-collections + + com.fasterxml.jackson.core + jackson-databind + -- cgit 1.2.3-korg