Fix a Bug Caused by Dependency Version
[holmes/rule-management.git] / 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>