[jbossts-issues] [JBoss JIRA] (JBTM-2377) org.jboss.narayana.compensations||txframework require too many exclusion filters when integrated in WildFly

Gytis Trikleris (JIRA) issues at jboss.org
Wed Apr 29 12:22:45 EDT 2015


    [ https://issues.jboss.org/browse/JBTM-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063987#comment-13063987 ] 

Gytis Trikleris commented on JBTM-2377:
---------------------------------------

One quickstart also needs to be updated. Will attach PR here.

> org.jboss.narayana.compensations||txframework require too many exclusion filters when integrated in WildFly
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: JBTM-2377
>                 URL: https://issues.jboss.org/browse/JBTM-2377
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>          Components: TXFramework
>            Reporter: Tom Jenkinson
>            Assignee: Gytis Trikleris
>             Fix For: 5.next
>
>
> The same dependencies are required for TXF as compensations:
> {code:xml}
>             <dependency>
>                 <groupId>org.jboss.narayana.compensations</groupId>
>                 <artifactId>compensations</artifactId>
>                 <version>${version.org.jboss.narayana}</version>
>                 <exclusions>
>                     <exclusion>
>                         <groupId>junit</groupId>
>                         <artifactId>junit</artifactId>
>                     </exclusion>
>                     <exclusion>
>                         <groupId>org.jboss.narayana.rts</groupId>
>                         <artifactId>restat-util</artifactId>
>                     </exclusion>
>                     <exclusion>
>                         <groupId>org.jboss.arquillian.junit</groupId>
>                         <artifactId>arquillian-junit-container</artifactId>
>                     </exclusion>
>                     <exclusion>
>                         <groupId>org.hibernate.javax.persistence</groupId>
>                         <artifactId>hibernate-jpa-2.0-api</artifactId>
>                     </exclusion>
>                     <exclusion>
>                         <groupId>org.jboss.weld</groupId>
>                         <artifactId>weld-core</artifactId>
>                     </exclusion>
>                 </exclusions>
>             </dependency>
> {code}



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


More information about the jbossts-issues mailing list