Skip to content

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

@Joyaprita

Description

@Joyaprita

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions