<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-datasource</artifactId>
<version>2.5.6</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-plugin-datasource', version='2.5.6')
)
compile
|-- org.slf4j:slf4j-api:1.7.21
|-- org.codehaus.groovy:groovy-all:2.4.10
|-- org.apache.tomcat:tomcat-jdbc:7.0.70
|-- org.slf4j:jcl-over-slf4j:1.7.21
|-- org.springframework:spring-jdbc:4.1.9.RELEASE
|-- org.springframework:spring-context:4.1.9.RELEASE
|-- org.grails:grails-core:2.5.6
runtime
|-- org.apache.tomcat.embed:tomcat-embed-logging-log4j:7.0.70
test
|-- junit:junit:4.12