<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-connectionpool</artifactId>
<version>2.0.1</version>
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-connectionpool', version='2.0.1')
)
compile
|-- c3p0:c3p0
|-- commons-collections:commons-collections
provided