summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>