[jbossts-issues] [JBoss JIRA] (JBTM-1784) TXBridge quickstart contains a reference to an artifact that should be brought in via its corresponding uber jar

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Thu Jun 13 09:05:55 EDT 2013


Tom Jenkinson created JBTM-1784:
-----------------------------------

             Summary: TXBridge quickstart contains a reference to an artifact that should be brought in via its corresponding uber jar
                 Key: JBTM-1784
                 URL: https://issues.jboss.org/browse/JBTM-1784
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Documentation, TxBridge
            Reporter: Tom Jenkinson
            Assignee: Paul Robinson
             Fix For: 4.17.5


TXBridge/demo/service/pom.xml and TXBridge/demo/service/pom.xml both reference:
            <groupId>org.jboss.jbossts.jta</groupId>
            <artifactId>jta</artifactId>
When they should reference the uber jar:
            <artifactId>narayana-jta</artifactId>
The uber jar is uploaded to maven central whereas the constituent jars are intermediary build artifacts.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list