Fix a Bug Caused by Dependency Version
authorGuangrongFu <fu.guangrong@zte.com.cn>
Sat, 18 Feb 2017 02:53:32 +0000 (10:53 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Sat, 18 Feb 2017 02:53:32 +0000 (10:53 +0800)
Change-Id: If16ad7a7560ed5cd081d9e564fa393446c7bc32d
Issue-ID: HOLMES-44
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
rulemgt/pom.xml

index ac28b37..2de04ae 100644 (file)
         <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>