<dependency>
<groupId>org.ops4j.pax.jdbc</groupId>
<artifactId>pax-jdbc-pool-dbcp2</artifactId>
<version>0.5.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.jdbc', module='pax-jdbc-pool-dbcp2', version='0.5.0')
)
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>jdbc</artifactId> <version>0.5.0</version> </parent>
compile
|-- org.apache.commons:commons-pool2
|-- org.apache.commons:commons-dbcp2
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec
provided
|-- org.osgi:org.osgi.compendium
|-- org.osgi:org.osgi.enterprise
test
|-- junit:junit