diff options
Diffstat (limited to 'rulemgt/pom.xml')
-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> |