diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-02-18 10:53:32 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-02-18 10:53:32 +0800 |
commit | cbe87c3d24a9a3fdb3843e44cd686dd78de1debf (patch) | |
tree | b0db9e3c2c174aeb889e4114fcdf549426921fc6 /rulemgt | |
parent | 7b2af8900a4b1de780a4c78ab6b9ff5b621ff7d6 (diff) |
Fix a Bug Caused by Dependency Version
Change-Id: If16ad7a7560ed5cd081d9e564fa393446c7bc32d
Issue-ID: HOLMES-44
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt')
-rw-r--r-- | rulemgt/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index ac28b37..2de04ae 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -32,6 +32,17 @@ <dependency> <groupId>org.openo.holmes.actions</groupId> <artifactId>holmes-actions</artifactId> + <exclusions> + <exclusion> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-common</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-common</artifactId> + <version>2.16</version> </dependency> <dependency> <groupId>junit</groupId> |