summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShiwei Tian <tian.shiwei@zte.com.cn>2018-03-15 12:21:15 +0800
committerShiwei Tian <tian.shiwei@zte.com.cn>2018-03-15 12:21:15 +0800
commit8754c29599ef6e59be3de0536514367f2256142f (patch)
tree0d135898f60ced4be847f23f61a07c8f833b4993 /pom.xml
parentcbe0cf4e3070eeeb0edc7f3b7d61fc8a99f79e03 (diff)
Update the Drools Engine to Version 6.5.0
Issue-ID: HOLMES-99 Change-Id: I69169d590055e1bce928de7b0ef998cbdcf46edb Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b01c61e..3d84112 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,17 @@
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
<version>1.1.0-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.eclipsesource.jaxrs</groupId>
+ <artifactId>jersey-all</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.eclipsesource.jaxrs</groupId>
+ <artifactId>jersey-all</artifactId>
+ <version>2.8</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>