@@ -24,23 +24,21 @@ apply plugin: "org.grails.grails-gsp"
2424dependencies {
2525 implementation platform(project(' :grails-bom' ))
2626
27- implementation project( ' : grails- async-plugin ' )
28- implementation project( ' : grails- events-plugin ' )
27+ implementation " org. grails.plugins: async"
28+ implementation " org. grails.plugins: events"
2929
30- implementation project( ' :grails-core' )
31- implementation project( ' :grails-logging' )
32- implementation project( ' :grails-plugin-databinding' )
33- implementation project( ' :grails-plugin-interceptors' )
34- implementation project( ' :grails-plugin-rest' )
35- implementation project( ' :grails-plugin-services' )
36- implementation project( ' :grails-plugin-url-mappings' )
37- implementation project( ' :grails-web-boot' )
30+ implementation " org.grails :grails-core"
31+ implementation " org.grails :grails-logging"
32+ implementation " org.grails :grails-plugin-databinding"
33+ implementation " org.grails :grails-plugin-interceptors"
34+ implementation " org.grails :grails-plugin-rest"
35+ implementation " org.grails :grails-plugin-services"
36+ implementation " org.grails :grails-plugin-url-mappings"
37+ implementation " org.grails :grails-web-boot"
3838
3939 implementation " org.grails.plugins:gsp"
4040 implementation ' org.grails.plugins:views-json'
41- implementation ' org.grails.plugins:hibernate5' , {
42- exclude group : ' org.grails' , module : ' grails-bom'
43- }
41+ implementation ' org.grails.plugins:hibernate5'
4442
4543 implementation ' org.springframework.boot:spring-boot-autoconfigure'
4644 implementation ' org.springframework.boot:spring-boot-starter'
@@ -53,10 +51,7 @@ dependencies {
5351
5452 testImplementation ' io.micronaut.serde:micronaut-serde-jackson:2.10.2'
5553 testImplementation ' io.micronaut:micronaut-http-client:4.6.5'
56- testImplementation project(' :grails-test' )
57- testImplementation ' org.grails:grails-web-testing-support' , {
58- exclude group : ' org.grails' , module : ' grails-test'
59- }
54+ testImplementation ' org.grails:grails-web-testing-support'
6055}
6156
6257bootRun {
0 commit comments