rohankm2023 opened a new issue, #6232:
URL: https://github.com/apache/incubator-kie-drools/issues/6232
Hi,
Getting below error while starting my service in WAS liberty profile. I am
using springboot 3.4.0 with drool.
Caused by: java.lang.ExceptionInInitializerError: Exception
org.drools.base.common.MissingDependencyException: You're trying to compile a
Drools asset without mvel. Please add the module org.drools:drools-mvel to your
classpath. [in thread "ForkJoinPool-1-worker-1"]
at
org.drools.base.base.CoreComponentsBuilder.throwExceptionForMissingMvel(CoreComponentsBuilder.java:38)
Gradle Dependency:
implementation 'org.drools:drools-mvel:10.0.0'
implementation 'org.drools:drools-core:10.0.0'
implementation 'org.drools:drools-decisiontables:10.0.0'
implementation 'org.kie:kie-api:10.0.0'
Above issue is happening in 10.0.0 version but works in 9.44.0.Final
Thanks in advance.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]