<dependency>
<groupId>org.ops4j.pax.jdbc</groupId>
<artifactId>pax-jdbc-config</artifactId>
<version>1.5.7</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.jdbc', module='pax-jdbc-config', version='1.5.7')
)
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>jdbc</artifactId> <version>1.5.7</version> </parent>
compile
|-- org.ops4j.pax.jdbc:pax-jdbc-pool-common
|-- org.apache.servicemix.bundles:org.apache.servicemix.bundles.jasypt
provided
|-- org.osgi:org.osgi.service.jdbc
|-- org.apache.felix:org.apache.felix.configadmin
test
|-- junit:junit