diff options
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index 548ac76..55dfe5b 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -45,6 +45,11 @@ <version>5.4.2.Final</version> </dependency> <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <version>2.8.6</version> + </dependency> + <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> <version>2.4</version> @@ -70,16 +75,16 @@ <artifactId>msb-java-sdk</artifactId> <exclusions> <exclusion> - <groupId>com.eclipsesource.jaxrs</groupId> - <artifactId>jersey-all</artifactId> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> </exclusion> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </exclusion> <exclusion> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> </exclusion> </exclusions> </dependency> @@ -99,6 +104,10 @@ <groupId>org.onap.holmes.common</groupId> <artifactId>holmes-actions</artifactId> </exclusion> + <exclusion> + <groupId>org.onap.msb.java-sdk</groupId> + <artifactId>msb-java-sdk</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -183,13 +192,13 @@ <groupId>org.slf4j</groupId> </exclusion> <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-core</artifactId> - </exclusion> - <exclusion> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -309,6 +318,7 @@ <artifact>org.onap.holmes.dsa:dmaap-dsa</artifact> <excludes> <exclude>org/onap/holmes/common/**</exclude> + <exclude>com/fasterxml/jackson/core/jackson-databind/**</exclude> </excludes> </filter> </filters> |