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

Tom Jenkinson (JIRA) issues at jboss.org
Tue Apr 28 09:22:52 EDT 2015


Tom Jenkinson created JBTM-2377:
-----------------------------------

             Summary: 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: Feature Request
          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