summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2018-01-23 13:53:31 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2018-01-23 13:53:31 +0800
commit644ac0ccce68e0c0d461255377dd1397c2578f2d (patch)
tree91974f67b0c6e40e9eda6ef648bd6de0c2be7d58 /holmes-actions/pom.xml
parentd9f9198fac1abb67de41692acb79346e3215d96b (diff)
Fix some of the IQ findings
Change-Id: I09cf0893d5af4e21fda167175359981993440e30 Issue-ID: HOLMES-116 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index f6bfc74..2d2aa02 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -113,11 +113,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.eclipsesource.jaxrs</groupId>
- <artifactId>consumer</artifactId>
- <version>${jaxrs.consumer.version}</version>
- </dependency>
- <dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>${jersey.version}</version>
@@ -135,6 +130,17 @@
<artifactId>json-lib</artifactId>
<version>2.4</version>
<classifier>jdk15</classifier>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.2</version>
</dependency>
</dependencies>
<build>