Remove jackson from policy/drools-applications 03/75903/1
authorJim Hahn <jrh3@att.com>
Wed, 16 Jan 2019 20:25:35 +0000 (15:25 -0500)
committerJim Hahn <jrh3@att.com>
Wed, 16 Jan 2019 20:25:35 +0000 (15:25 -0500)
Excluded jackson-databind from xacml.jar dependencies.

Change-Id: Ia3eb25a33013a04e697e98dcfe6064295bfae138
Issue-ID: POLICY-1429
Signed-off-by: Jim Hahn <jrh3@att.com>
controlloop/common/eventmanager/pom.xml
controlloop/templates/template.demo.clc/pom.xml
controlloop/templates/template.demo/pom.xml

index 6b8d2db..94f9689 100644 (file)
           <groupId>commons-collections</groupId>
           <artifactId>commons-collections</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.fasterxml.jackson.core</groupId>
+          <artifactId>jackson-databind</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
index 222f255..f435500 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
   drools-applications Control Loop Drools Templates
   ================================================================================
-  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.
           <groupId>commons-collections</groupId>
           <artifactId>commons-collections</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.fasterxml.jackson.core</groupId>
+          <artifactId>jackson-databind</artifactId>
+        </exclusion>
       </exclusions>
       <version>1.0.2</version>
     </dependency>
index 3ccc9ab..33ab417 100644 (file)
@@ -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.
           <groupId>commons-collections</groupId>
           <artifactId>commons-collections</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.fasterxml.jackson.core</groupId>
+          <artifactId>jackson-databind</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>