summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-09-11 17:04:09 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-09-11 17:04:09 +0800
commit2ec931c5317ece0edeaa314145a71ddab8978d73 (patch)
tree94e228498915b2d0a7e9ec99e03df47448e35c6b
parentaddd081a91a85d038c042f91bcf0f56a838a9c68 (diff)
Removed guava Related Dependencies
Change-Id: I2338bf84ce07bcf5f04a9ea2dd95a3aaed5768c0 Issue-ID: HOLMES-165 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--rulemgt/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index c449c92..aafcc5c 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -291,17 +291,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>