diff options
author | Shiwei Tian <tian.shiwei@zte.com.cn> | 2018-03-15 12:21:15 +0800 |
---|---|---|
committer | Shiwei Tian <tian.shiwei@zte.com.cn> | 2018-03-15 12:21:15 +0800 |
commit | 8754c29599ef6e59be3de0536514367f2256142f (patch) | |
tree | 0d135898f60ced4be847f23f61a07c8f833b4993 /engine-d/pom.xml | |
parent | cbe0cf4e3070eeeb0edc7f3b7d61fc8a99f79e03 (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 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index c0cb28e..5a00357 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -30,7 +30,7 @@ <packaging>jar</packaging> <properties> - <drools.version>5.4.0.Final</drools.version> + <drools.version>6.5.0.Final</drools.version> </properties> <dependencies> @@ -45,8 +45,27 @@ <artifactId>json-lib</artifactId> <version>2.4</version> <classifier>jdk15</classifier> + <exclusions> + <exclusion> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </exclusion> + <exclusion> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> + </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.9.3</version> </dependency> - <dependency> <groupId>org.onap.msb.java-sdk</groupId> <artifactId>msb-java-sdk</artifactId> |