]
Mauricio Salatino updated DROOLS-963:
-------------------------------------
Affects Version/s: 6.3.0.Final
Guava Version too old required by KIE-CI
----------------------------------------
Key: DROOLS-963
URL:
https://issues.jboss.org/browse/DROOLS-963
Project: Drools
Issue Type: Enhancement
Affects Versions: 6.3.0.Final
Reporter: Mauricio Salatino
Assignee: Mario Fusco
This might not be fixable, but testing drools (6.3.0.Final) with Arquillian and KIE-CI I
found that KIE-CI is using a very very old version of Guava (version 10.x). In order to
get it working with Arquillian and Weld I needed to go to middle ground between Weld
requirement (version 18) and KIE-CI to get it working. I ended up adding Guava 14 as a
direct dependency and that gets the project working.
I link the pom.xml file that I've used with all the versions:
https://github.com/Salaboy/drools-workshop/blob/master/drools-kie-ci-exam...