From 5fdea037527de48b786591fd3ce1241a20ad6c6a Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Mon, 26 Mar 2018 14:37:32 +0800 Subject: [PATCH] Change the Dependency Source of Jackson Change-Id: Iae96856f9d326f15096bef310bb5cdf3c82a3e6f Issue-ID: HOLMES-123 Signed-off-by: GuangrongFu --- rulemgt/pom.xml | 93 +++++++++++++++++++++++++-------------------------------- 1 file changed, 40 insertions(+), 53 deletions(-) diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index d9f0e58..0ad9061 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -15,7 +15,7 @@ ~ limitations under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -29,11 +29,6 @@ jar - - com.fasterxml.jackson.core - jackson-databind - 2.8.9 - org.hibernate hibernate-validator @@ -43,18 +38,18 @@ org.onap.msb.java-sdk msb-java-sdk - - ch.qos.logback - logback-classic - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.core - jackson-core - + + ch.qos.logback + logback-classic + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + @@ -88,9 +83,9 @@ stringtemplate - ch.qos.logback - logback-classic - 1.1.2 + ch.qos.logback + logback-classic + 1.1.2 io.dropwizard @@ -108,14 +103,6 @@ log4j-over-slf4j org.slf4j - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.core - jackson-core - org.hibernate hibernate-validator @@ -123,7 +110,7 @@ - + org.projectlombok lombok @@ -155,14 +142,14 @@ io.swagger swagger-jersey2-jaxrs - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.core - jackson-core - + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + provided @@ -239,11 +226,11 @@ commons-collections 3.2.2 - - com.alibaba - fastjson - 1.1.23 - + + com.alibaba + fastjson + 1.1.23 + org.glassfish.jersey.core jersey-server @@ -269,10 +256,10 @@ guava 19.0 - - com.fasterxml.jackson.core - jackson-core - + + com.fasterxml.jackson.core + jackson-core + @@ -323,9 +310,9 @@ + implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> org.onap.holmes.rulemgt.RuleActiveApp @@ -357,12 +344,12 @@ 1.5.3 - com.fasterxml.jackson.core - jackson-databind + com.fasterxml.jackson.core + jackson-databind - com.fasterxml.jackson.core - jackson-core + com.fasterxml.jackson.core + jackson-core -- 2.16.6