You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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;
The text was updated successfully, but these errors were encountered: