You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Terence Yi (JIRA)" <ji...@apache.org> on 2017/04/11 03:51:41 UTC

[jira] [Created] (AMQ-6655) Duplicated geronimo-jta spec in pom

Terence Yi created AMQ-6655:
-------------------------------

             Summary: Duplicated geronimo-jta spec in pom
                 Key: AMQ-6655
                 URL: https://issues.apache.org/jira/browse/AMQ-6655
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.13.5, 5.13.0
         Environment: ActiveMQ 5.13.x
            Reporter: Terence Yi
            Priority: Minor
             Fix For: Unscheduled


For sub module: activemq-jms-pool have duplicated JTA spec in pom.
Both geronimo-jta_1.1_spec:jar:1.1.1:compile and geronimo-jta_1.0.1B_spec:jar:1.0.1:compile presents.

Here is the output for "mvn dependency:tree"

[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Generic JMS Pool 5.13.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ activemq-jms-pool ---
[INFO] com.ericsson.sep.dispatcher:activemq-jms-pool:bundle:5.13.0
[INFO] +- org.slf4j:slf4j-api:jar:1.7.13:compile
[INFO] +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
[INFO] +- org.apache.geronimo.components:geronimo-transaction:jar:2.2.1:compile
[INFO] |  +- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile
[INFO] |  +- org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec:jar:2.0.0:compile
[INFO] |  \- org.objectweb.howl:howl:jar:1.0.1-1:compile
[INFO] +- org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec:jar:1.0.1:compile
[INFO] +- org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.1.1:compile
[INFO] +- org.apache.commons:commons-pool2:jar:2.4.2:compile
[INFO] +- org.apache.activemq:activemq-broker:jar:5.13.0:test
[INFO] |  +- org.apache.activemq:activemq-client:jar:5.13.0:test
[INFO] |  |  \- org.fusesource.hawtbuf:hawtbuf:jar:1.11:test
[INFO] |  \- org.apache.activemq:activemq-openwire-legacy:jar:5.13.0:test
[INFO] +- org.apache.activemq:activemq-kahadb-store:jar:5.13.0:test
[INFO] |  +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.1:test
[INFO] |  +- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:test
[INFO] |  \- commons-net:commons-net:jar:3.3:test
[INFO] +- org.apache.activemq:activemq-broker:test-jar:tests:5.13.0:test
[INFO] +- junit:junit:jar:4.11:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.13:test
[INFO] \- log4j:log4j:jar:1.2.17:test
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.498s
[INFO] Finished at: Tue Apr 11 11:36:11 CST 2017
[INFO] Final Memory: 15M/399M
[INFO] ------------------------------------------------------------------------




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)