summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-09-25 16:17:57 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-09-25 16:17:57 +0800
commit1d66d853c459c16fe9c2d12acf6a1e837a34a049 (patch)
tree1c8b3704629c12dab211a86c1dc500a4d915da90
parent70c84e1630045fa8f8c9ab7e83cbc9f8eec51828 (diff)
Updated the Version of the Common Lib to 1.2.0
Change-Id: I1b11260e2b6a929bb165a083dd760e524c9246e1 Issue-ID: HOLMES-171 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--dmaap-dsa/pom.xml12
-rw-r--r--pom.xml2
2 files changed, 1 insertions, 13 deletions
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml
index 1a78b64..d4a5536 100644
--- a/dmaap-dsa/pom.xml
+++ b/dmaap-dsa/pom.xml
@@ -254,18 +254,6 @@
<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
--- 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>