Excluded Some Dependencies to Fix Nexus Issues 65/39365/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 28 Mar 2018 03:22:01 +0000 (11:22 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 28 Mar 2018 03:22:01 +0000 (11:22 +0800)
Change-Id: I2a36edfbc14e1bab784ec614f7b8b00ea51f47ba
Issue-ID: HOLMES-123
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
pom.xml
rulemgt/pom.xml

diff --git a/pom.xml b/pom.xml
index 189b1a4..7a1f4c4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <artifactId>dropwizard-db</artifactId>\r
                 <version>${dropwizard.version}</version>\r
             </dependency>\r
+            <dependency>\r
+                <groupId>io.dropwizard</groupId>\r
+                <artifactId>dropwizard-jdbi</artifactId>\r
+                <version>${dropwizard.version}</version>\r
+            </dependency>\r
             <dependency>\r
                 <groupId>io.swagger</groupId>\r
                 <artifactId>swagger-jersey2-jaxrs</artifactId>\r
index 7bb2b48..1177075 100644 (file)
             <groupId>org.onap.holmes.common</groupId>
             <artifactId>holmes-actions</artifactId>
             <exclusions>
-                <exclusion>
-                    <groupId>io.dropwizard</groupId>
-                    <artifactId>dropwizard-db</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>io.dropwizard</groupId>
-                    <artifactId>dropwizard-core</artifactId>
-                </exclusion>
                 <exclusion>
                     <groupId>org.glassfish.jersey.containers</groupId>
                     <artifactId>jersey-container-servlet-core</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
-
+        <dependency>
+            <groupId>io.dropwizard</groupId>
+            <artifactId>dropwizard-jdbi</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
                     <groupId>com.fasterxml.jackson.core</groupId>
                     <artifactId>jackson-core</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>jackson-dataformat-xml</artifactId>
+                </exclusion>
             </exclusions>
             <scope>provided</scope>
         </dependency>