diff options
Diffstat (limited to 'controlloop/templates/template.demo.clc/pom.xml')
-rw-r--r-- | controlloop/templates/template.demo.clc/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/controlloop/templates/template.demo.clc/pom.xml b/controlloop/templates/template.demo.clc/pom.xml index 222f255c4..f43550071 100644 --- a/controlloop/templates/template.demo.clc/pom.xml +++ b/controlloop/templates/template.demo.clc/pom.xml @@ -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. @@ -147,6 +147,10 @@ <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> |