summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
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 /holmes-actions/pom.xml
parent8baebad37405422a3823e3259daabe3f4c27d4f0 (diff)
Removed guava Related Dependencies
Change-Id: I4e1128df0f069e3427afb180bbd6e58e7305f7a1 Issue-ID: HOLMES-165 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml10
1 files changed, 0 insertions, 10 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>