Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Joyaprita opened this issue Aug 25, 2021 · 0 comments

Comments

@Joyaprita
Copy link

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant