| Summary: | -with-transactions bom refers to an unexistent dependency. | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Rafael Benevides <benevides> |
| Component: | Maven Repository | Assignee: | Paul Gier <pgier> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | bsutter |
| Target Milestone: | CR2 | ||
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:21:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Rafael Benevides
2013-10-21 21:20:24 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 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 |