Removed guava Related Dependencies 65/65765/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 11 Sep 2018 09:04:09 +0000 (17:04 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Tue, 11 Sep 2018 09:04:09 +0000 (17:04 +0800)
Change-Id: I2338bf84ce07bcf5f04a9ea2dd95a3aaed5768c0
Issue-ID: HOLMES-165
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
rulemgt/pom.xml

index c449c92..aafcc5c 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>