Bug 1021713 - -with-transactions bom refers to an unexistent dependency.
Summary: -with-transactions bom refers to an unexistent dependency.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Maven Repository
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR2
: EAP 6.2.0
Assignee: Paul Gier
QA Contact: Nikoleta Hlavickova
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-21 21:20 UTC by Rafael Benevides
Modified: 2013-12-15 16:21 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:21:02 UTC
Type: Bug


Attachments (Terms of Use)

Description Rafael Benevides 2013-10-21 21:20:24 UTC
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

Comment 1 Rafael Benevides 2013-10-21 21:24:33 UTC
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

Comment 2 Nikoleta Hlavickova 2013-10-22 11:16:07 UTC
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>

Comment 3 Rafael Benevides 2013-10-22 14:17:31 UTC
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

Comment 4 Nikoleta Hlavickova 2013-11-19 08:59:52 UTC
Verified for EAP 6.2.0 CR2


Note You need to log in before you can comment on or make changes to this bug.