<dependency>
<groupId>com.day.commons</groupId>
<artifactId>day.commons.datasource.jdbcpool</artifactId>
<version>1.0.6</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.day.commons', module='day.commons.datasource.jdbcpool', version='1.0.6')
)
<parent> <groupId>com.day.commons</groupId> <artifactId>com.day.commons.datasource.reactor</artifactId> <version>1.0.1</version> </parent>
compile
|-- commons-dbcp:commons-dbcp:1.2.2
|-- commons-pool:commons-pool:1.4
|-- org.apache.felix:org.osgi.core
|-- org.apache.felix:org.osgi.compendium
provided
|-- com.day.commons:day.commons.datasource.poolservice:1.0.0
test
|-- junit:junit