-
Bug
-
Resolution: Done
-
Critical
-
1.37.0
When the logic-swf-builder-rhel9 adds extensions (that doesn't the extension configured) to the maven project, it uses the QUARKUS_PLATFORM_VERSION to complete the version.
This might work in scenarios where QUARKUS_PLATFORM_VERSION == QUARKUS_VERSION but not always.
The QUARKUS_VERSION must be used instead.
For example, when a WF use persistence, it's
io.quarkus:quarkus-agroal:3.20.2.SP1-redhat-00003 however the correct value is
io.quarkus:quarkus-agroal:3.20.2.redhat-00004