由于我无法解释的原因,我被迫不使用 Kogito parent bom。所以我得到了一个基于 Quarkus 1.2.Final 和 Kogito 0.7.1 的 Maven 项目,并且能够解决所有版本不匹配的问题。代码编译但无法运行测试。它引发以下错误,并且我的依赖项中确实有 kogito-ruleunits。
9:18:53,268 ERROR [io.qua.dev.DevModeMain] Failed to start Quarkus: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kogito.deployment.KogitoAssetsProcessor#generateModel threw an exception: java.lang.NoClassDefFoundError: org/kie/kogito/rules/impl/AbstractRuleUnits
我已经在 github 上发布了这个项目:https ://github.com/mravi786/junk/tree/master/dingo-dmn