Hi,
I am currently using kogito 10.0.0 BOM file within my quarkus app. My aim is to call my DMN's located at src/main/resources classpath, using DMNRuntime class, but i think the kie jar is not directly present in mvn repo. I tried to include dependency jitexecutor-dmn
but that creates problem with my models as they dont have modelVersion property. The error states - "DMN model does not contain a unique model version in the metadata".
I want to ignore this error & i am not sure what set of dependencies i should use with Kogito 10.0.0 bom to call my DMN's from java code.
Right now my pom includes this artifact - drools-quarkus-decisions, but again this does not initialise the DMNRuntime properly with Kogito Bom.
Please can you help regarding this
Regards
Rishab