diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-26 20:40:42 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-27 08:19:49 +0800 |
commit | 6a9974c4a206ed774e54fbfa2e068a671c7efbd6 (patch) | |
tree | e08e77389aea26fd087cc0988582b7db28028efe /engine-d/pom.xml | |
parent | b6306ec5c19b3a7726e6bf77d56802fbfc403d4e (diff) |
Change the dependenies to fix Nexus IQ issues
Change-Id: I078445b23783cd5f7bfb84f152de9d7e428f31d7
Issue-ID: HOLMES-123
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
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> |