[jbossts-issues] [JBoss JIRA] (JBTM-2380) rts requires exclusion of easily made "provided" dependencies when importing into WildFly

Tom Jenkinson (JIRA) issues at jboss.org
Fri May 1 05:14:45 EDT 2015


     [ https://issues.jboss.org/browse/JBTM-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Jenkinson updated JBTM-2380:
--------------------------------
              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/jbosstm/jboss-as/pull/40, https://github.com/jbosstm/narayana/pull/836


> rts requires exclusion of easily made "provided" dependencies when importing into WildFly
> -----------------------------------------------------------------------------------------
>
>                 Key: JBTM-2380
>                 URL: https://issues.jboss.org/browse/JBTM-2380
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>          Components: Build System, REST
>            Reporter: Tom Jenkinson
>            Assignee: Tom Jenkinson
>             Fix For: 5.next
>
>
> For example, we are excluding restat-util but then including it. Strange.
> {code:xml}
>            <dependency>
>                 <groupId>org.jboss.narayana.rts</groupId>
>                 <artifactId>restat-integration</artifactId>
>                 <version>${version.org.jboss.narayana}</version>
>                 <exclusions>
>                     <exclusion>
>                         <groupId>log4j</groupId>
>                         <artifactId>log4j</artifactId>
>                     </exclusion>
>                     <exclusion>
>                         <groupId>org.jboss.narayana.rts</groupId>
>                         <artifactId>restat-util</artifactId>
>                     </exclusion>
>                 </exclusions>
>             </dependency>
>             <dependency>
>                 <groupId>org.jboss.narayana.rts</groupId>
>                 <artifactId>restat-bridge</artifactId>
>                 <version>${version.org.jboss.narayana}</version>
>                 <exclusions>
>                     <exclusion>
>                         <groupId>org.jboss.narayana.rts</groupId>
>                         <artifactId>restat-util</artifactId>
>                     </exclusion>
>                 </exclusions>
>             </dependency>
>             <dependency>
>                 <groupId>org.jboss.narayana.rts</groupId>
>                 <artifactId>restat-api</artifactId>
>                 <version>${version.org.jboss.narayana}</version>
>                 <exclusions>
>                     <exclusion>
>                         <groupId>log4j</groupId>
>                         <artifactId>log4j</artifactId>
>                     </exclusion>
>                     <exclusion>
>                         <groupId>org.jboss.narayana.rts</groupId>
>                         <artifactId>restat-util</artifactId>
>                     </exclusion>
>                 </exclusions>
>             </dependency>
>             <dependency>
>                 <groupId>org.jboss.narayana.rts</groupId>
>                 <artifactId>restat-util</artifactId>
>                 <version>${version.org.jboss.narayana}</version>
>                 <exclusions>
>                     <exclusion>
>                         <groupId>log4j</groupId>
>                         <artifactId>log4j</artifactId>
>                     </exclusion>
>                     <exclusion>
>                         <groupId>org.jboss.resteasy</groupId>
>                         <artifactId>jaxrs-api</artifactId>
>                     </exclusion>
>                 </exclusions>
>              </dependency>
> {code}



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


More information about the jbossts-issues mailing list