Change the dependenies to fix Nexus IQ issues 23/38523/2
authorGuangrongFu <fu.guangrong@zte.com.cn>
Mon, 26 Mar 2018 12:40:42 +0000 (20:40 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 27 Mar 2018 00:19:49 +0000 (08:19 +0800)
Change-Id: I078445b23783cd5f7bfb84f152de9d7e428f31d7
Issue-ID: HOLMES-123
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
engine-d/pom.xml

index 548ac76..55dfe5b 100644 (file)
             <artifactId>hibernate-validator</artifactId>
             <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>
             <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>
                     <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>
                     <artifactId>log4j-over-slf4j</artifactId>
                     <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>
                             <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>