Hide Forgot
Description of problem: -with-transactions bom refers to an unexistent dependency. Version-Release number of selected component (if applicable): 6.2.0.Beta Steps to Reproduce: 1. Open https://github.com/jboss-developer/jboss-eap-boms/blob/6.2.x/jboss-javaee-6.0-with-transactions/pom.xml#L70-L72 2. Look the following GAV: org.jboss.jbossts.jta:jta:${version.org.jboss.jbossts.jbossjts:} 3. It doens't exist on http://maven.repository.redhat.com/techpreview/eap6/6.2.0.Beta/maven-repository/org/jboss/jbossts/jta/ Actual results: failed: Unable to collect/resolve dependency tree for a resulution due to: Could not find artifact org.jboss.jbossts.jta:jta:jar:4.17.10.Final-redhat-2 Expected results: All Dependencies were resolved
You can also run mvn org.jboss.maven.plugins:maven-qstools-plugin:bom-check on the jboss-eap-boms project to figure out the missing dependency
I hit this issue in my test too. However the version of unavailable artifact is different. I get this error message: Could not find artifact org.jboss.jbossts.jta:jta:jar:4.17.12.Final-redhat-1 jboss-javaee-6.0-with-transactions BOM 's parent is jboss-eap-bom-parent which defines: <version.org.jboss.jbossts.jbossjts>4.17.12.Final-redhat-1</version.org.jboss.jbossts.jbossjts>
As discussed with Paul Gier and since it was not used on any Quickstarts, I've update upstream to remove org.jboss.jbossts.jta:jta from the EAP Boms on this commit: https://github.com/jboss-developer/jboss-eap-boms/commit/3de96caffcad33fc31534a798f6a705ab7300ef6#diff-7
Verified for EAP 6.2.0 CR2