| Summary: | transaction-bom doesn't resolve org.hornetq:hornetq-journal:jar:2.3.11.Final-redhat-1 | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Lin Gao <lgao> |
| Component: | Maven Repository | Assignee: | jboss-set |
| Status: | CLOSED EOL | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.2.0 | CC: | bsutter |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-19 12:46:01 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
Lin Gao
2013-11-18 04:07:05 UTC
The transaction bom defines the following dependency:
<!-- The XTS api needed to use WS-TX -->
<dependency>
<groupId>org.jboss.jbossts.xts</groupId>
<artifactId>jbossxts</artifactId>
<version>${version.org.jboss.jbossts.jbossjts}</version>
<classifier>api</classifier>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
</exclusions>
</dependency>
where the *version.org.jboss.jbossts.jbossjts* is *4.17.15.Final-redhat-2* in this case.
It is very strange that the org.hornetq:hornetq-journal is needed for org.jboss.jbossts.xts:jbossxts:api, I checked the sources from: http://download.eng.bos.redhat.com/brewroot/repos/jb-eap-6-rhel-6-build/latest/maven/org/jboss/jbossts/xts/jbossxts/4.17.15.Final-redhat-2/jbossxts-4.17.15.Final-redhat-2-api-sources.jar, there are no hornetq code references at all.
|