<dependency>
<groupId>org.ops4j.pax.transx</groupId>
<artifactId>pax-transx-connector</artifactId>
<version>0.4.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.transx', module='pax-transx-connector', version='0.4.1')
)
<parent> <groupId>org.ops4j.pax.transx</groupId> <artifactId>pax-transx</artifactId> <version>0.4.1</version> </parent>
compile
|-- org.ops4j.pax.transx:pax-transx-tm-api
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec
|-- org.apache.geronimo.specs:geronimo-j2ee-connector_1.6_spec
|-- org.apache.geronimo.components:geronimo-transaction
|-- org.jboss:jboss-transaction-spi
provided
test
|-- junit:junit