@@ -5,33 +5,33 @@ dependencies {
55 implementation " org.springframework.boot:spring-boot-autoconfigure"
66 implementation " org.springframework.boot:spring-boot-starter-actuator"
77 implementation " org.springframework.boot:spring-boot-starter-tomcat"
8- implementation " jakarta.servlet:jakarta.servlet-api: $s ervletApiVersion "
9- implementation " org.grails:grails-core: $g railsVersion "
10- implementation " org.grails:grails-dependencies: $g railsVersion " , {
8+ implementation " jakarta.servlet:jakarta.servlet-api"
9+ implementation " org.grails:grails-core"
10+ implementation " org.grails:grails-dependencies" , {
1111 exclude module :' grails-datastore-simple'
1212 }
1313
14- implementation " org.grails:grails-web-boot: $g railsVersion "
14+ implementation " org.grails:grails-web-boot"
1515 implementation project(" :grails-plugin" )
1616
1717 implementation " org.hibernate:hibernate-core-jakarta:$hibernateVersion "
1818 implementation " org.hibernate:hibernate-ehcache:$hibernateVersion "
1919
20- runtimeOnly " com.bertramlabs.plugins:asset-pipeline-grails: $a ssetPipelineVersion "
20+ runtimeOnly " com.bertramlabs.plugins:asset-pipeline-grails"
2121 runtimeOnly " com.h2database:h2"
22- runtimeOnly " org.yaml:snakeyaml: $s nakeYamlVersion "
23- runtimeOnly " org.apache.tomcat:tomcat-jdbc: $t omcatVersion "
24- runtimeOnly " org.grails.plugins:fields: $f ieldsVersion "
25- runtimeOnly " org.grails.plugins:scaffolding: $s caffoldingVersion "
22+ runtimeOnly " org.yaml:snakeyaml"
23+ runtimeOnly " org.apache.tomcat:tomcat-jdbc"
24+ runtimeOnly " org.grails.plugins:fields"
25+ runtimeOnly " org.grails.plugins:scaffolding"
2626
27- testImplementation(" org.grails:grails-gorm-testing-support: $t estingSupportVersion " ) {
27+ testImplementation(" org.grails:grails-gorm-testing-support" ) {
2828 exclude group : " org.spockframework" , module : " spock-core"
2929 }
30- testImplementation(" org.grails:grails-web-testing-support: $t estingSupportVersion " ) {
30+ testImplementation(" org.grails:grails-web-testing-support" ) {
3131 exclude group : " org.spockframework" , module : " spock-core"
3232 }
3333
34- integrationTestImplementation testFixtures(" org.grails.plugins:geb: $g ebPluginVersion " )
34+ integrationTestImplementation testFixtures(" org.grails.plugins:geb" )
3535}
3636
3737
0 commit comments