summaryrefslogtreecommitdiffstats
path: root/appc-core/appc-core-features/onap-appc-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-core/appc-core-features/onap-appc-core/pom.xml')
-rw-r--r--appc-core/appc-core-features/onap-appc-core/pom.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/appc-core/appc-core-features/onap-appc-core/pom.xml b/appc-core/appc-core-features/onap-appc-core/pom.xml
index 1a10b4678..f735ba3d5 100644
--- a/appc-core/appc-core-features/onap-appc-core/pom.xml
+++ b/appc-core/appc-core-features/onap-appc-core/pom.xml
@@ -37,7 +37,20 @@
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
+
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.8.11.3</version>
+ </dependency>
+
</dependencies>
<version>1.5.0-SNAPSHOT</version>
-</project> \ No newline at end of file
+</project>