When working with maven repository zip of 6.1.0.ER5, I found these issues: $MAVEN_REPO/org/jboss/jbossts/jts/jbossjts-jacorb/4.17.3.Final-redhat-1/jbossjts-jacorb-4.17.3.Final-redhat-1.pom : - version numbers of dependencies are hardcoded, should be using BOM instead - there is a dependency on org.hornetq:hornetq-core:2.2.23.Final-redhat-1, which is from 6.0.1 (probably) and cannot be resolved in the 6.1.0.ER5 maven repository
This is caused by the use of the maven shade plugin in the jbossts build. The shade plugin automatically updates the pom with the dependency versions used while building. Fixing this would require some significant changes to the upstream build, so it probably won't be fixed until the next major release of JBossTS/Narayana: https://issues.jboss.org/browse/JBTM-1789
Closing this one as DEFERRED because this is dependent on changes to the upstream Narayana/JBossTS build. It should be fixed in the next major jbossts upgrade.