swrlapi-drools-engine icon indicating copy to clipboard operation
swrlapi-drools-engine copied to clipboard

Drools Engine Decision Table is not compatible with maven-core-3.8.1.jar and maven-compat-3.8.1.jar

Open Joyaprita opened this issue 3 years ago • 0 comments

Due to some reported issue we need to upgrade our Maven jars to 3.8.x but these version of Maven are not compatible with the current version of Drool Jars.

The Latest maven Jar supported by Drools Engine is 3.6.x

Drool Jars Used -

implementation 'org.drools:drools-core:7.57.0.Final' implementation 'org.drools:drools-compiler:7.57.0.Final' implementation 'org.drools:drools-decisiontables:7.57.0.Final' implementation 'org.kie:kie-ci:7.57.0.Final' compileOnly 'org.kie:kie-api:7.57.0.Final' implementation 'org.kie:kie-internal:7.57.0.Final'

when ever we execute a Use Case with Rules Defines in the Decision table we are getting the bellow Error Message

No such method error : org.eclipse.aether.repository.RemoteRepository$Builder.setBlocked(Z)Lorg/eclipse/aether/repository/RemoteRepository$Builder;

Joyaprita avatar Aug 25 '21 09:08 Joyaprita