@@ -24,23 +24,21 @@ apply plugin: "org.grails.grails-gsp"
24
24
dependencies {
25
25
implementation platform(project(' :grails-bom' ))
26
26
27
- implementation project( ' : grails- async-plugin ' )
28
- implementation project( ' : grails- events-plugin ' )
27
+ implementation " org. grails.plugins: async"
28
+ implementation " org. grails.plugins: events"
29
29
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"
38
38
39
39
implementation " org.grails.plugins:gsp"
40
40
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'
44
42
45
43
implementation ' org.springframework.boot:spring-boot-autoconfigure'
46
44
implementation ' org.springframework.boot:spring-boot-starter'
@@ -53,10 +51,7 @@ dependencies {
53
51
54
52
testImplementation ' io.micronaut.serde:micronaut-serde-jackson:2.10.2'
55
53
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'
60
55
}
61
56
62
57
bootRun {
0 commit comments