diff options
author | Jim Hahn <jrh3@att.com> | 2019-01-16 15:25:35 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-01-16 15:25:35 -0500 |
commit | 49f2cf0492b55736577d45b33adf1c81d6fd9b8d (patch) | |
tree | 4c19010012b37f1fba33d41bd574fd8c38bbfff6 /controlloop/common/eventmanager/pom.xml | |
parent | 12fab6215a7a92b4959330ef179d38454dbb6225 (diff) |
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 <jrh3@att.com>
Diffstat (limited to 'controlloop/common/eventmanager/pom.xml')
-rw-r--r-- | controlloop/common/eventmanager/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml index 6b8d2db9f..94f9689dc 100644 --- a/controlloop/common/eventmanager/pom.xml +++ b/controlloop/common/eventmanager/pom.xml @@ -54,6 +54,10 @@ <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |