]
Ondrej Chaloupka updated JBTM-3334:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 5.next
(was: 5.10.5.Final)
Resolution: Done
Fix XTS quickstart to compile WFLY 20 quickstarts correctly
-----------------------------------------------------------
Key: JBTM-3334
URL:
https://issues.redhat.com/browse/JBTM-3334
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Quickstarts
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
Priority: Major
Fix For: 5.next
The current XTS quickstart (
https://github.com/jbosstm/quickstart/tree/5.10.5.Final/XTS)
fails because there is used WFLY 20 quickstarts which was changed and start providing a
microprofile quickstart which expects microprofile dependencies to be defined.
The XTS quickstarts need to add `version.microprofile.bom` property to compile correctly.