summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-09-11 16:53:48 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-09-11 16:53:48 +0800
commit0473a39534d0b913f480a196dbbdef78d2440a73 (patch)
treebaf0e16c7dac122447063f3a05996e2d30864c45
parent8baebad37405422a3823e3259daabe3f4c27d4f0 (diff)
Removed guava Related Dependencies
Change-Id: I4e1128df0f069e3427afb180bbd6e58e7305f7a1 Issue-ID: HOLMES-165 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--holmes-actions/pom.xml10
-rw-r--r--pom.xml7
2 files changed, 1 insertions, 16 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index d27e0c7..bd41a96 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -103,16 +103,6 @@
<scope>provided</scope>
</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>
- <dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
diff --git a/pom.xml b/pom.xml
index e342997..08ff6c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>0.1.1</version>
+ <version>1.2.0</version>
</parent>
<groupId>org.onap.holmes.common</groupId>
@@ -174,11 +174,6 @@
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
</dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>19.0</version>
- </dependency>
</dependencies>
</dependencyManagement>
</project>