-
Bug
-
Resolution: Done
-
Major
-
4.17.4
-
None
TXBridge/demo/service/pom.xml and TXBridge/demo/service/pom.xml both reference:
<groupId>org.jboss.jbossts.jta</groupId>
<artifactId>jta</artifactId>
When they should reference the uber jar:
<artifactId>narayana-jta</artifactId>
The uber jar is uploaded to maven central whereas the constituent jars are intermediary build artifacts.
- incorporates
-
JBTM-1788 TXBridge quick start example does not build
- Closed