<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-datasource</artifactId>
<version>2.3.11</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-plugin-datasource', version='2.3.11')
)
compile
|-- org.grails:grails-core:2.3.11
|-- org.slf4j:jcl-over-slf4j:1.7.5
|-- org.springframework:spring-jdbc:3.2.9.RELEASE
|-- org.apache.tomcat:tomcat-jdbc:7.0.50
|-- org.springframework:spring-context:3.2.9.RELEASE
runtime
|-- org.apache.tomcat.embed:tomcat-embed-logging-log4j:7.0.50
test
|-- org.spockframework:spock-core:0.7-groovy-2.0
|-- org.objenesis:objenesis:1.2
|-- junit:junit:4.11