Updated the Version of the Common Lib to 1.2.0 89/68789/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 25 Sep 2018 08:17:57 +0000 (16:17 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 25 Sep 2018 08:17:57 +0000 (16:17 +0800)
Change-Id: I1b11260e2b6a929bb165a083dd760e524c9246e1
Issue-ID: HOLMES-171
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
dmaap-dsa/pom.xml
pom.xml

index 1a78b64..d4a5536 100644 (file)
             <artifactId>jersey-container-servlet-core</artifactId>
             <version>${jersey.version}</version>
         </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-
-            <exclusions>
-                <exclusion>
-                    <groupId>com.fasterxml.jackson.core</groupId>
-                    <artifactId>jackson-core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
     </dependencies>
     <build>
         <plugins>
diff --git a/pom.xml b/pom.xml
index 2f4949d..6c34832 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
             <dependency>
                 <groupId>org.onap.holmes.common</groupId>
                 <artifactId>holmes-actions</artifactId>
-                <version>1.2.0-SNAPSHOT</version>
+                <version>1.2.0</version>
             </dependency>
             <dependency>
                 <groupId>io.dropwizard</groupId>