-
Task
-
Resolution: Done
-
Major
-
None
-
None
The same dependencies are required for TXF as compensations:
<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>