File tree Expand file tree Collapse file tree 4 files changed +4
-19
lines changed
audit-test-allow-update-outside-transaction Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ buildscript {
17
17
dependencies {
18
18
classpath platform(" org.apache.grails:grails-bom:$grailsVersion " )
19
19
classpath " org.apache.grails:grails-gradle-plugins"
20
+ classpath ' org.apache.grails.gradle:grails-publish'
20
21
classpath " cloud.wondrify:asset-pipeline-gradle"
21
22
}
22
23
}
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ dependencies {
26
26
implementation " org.apache.grails:grails-core"
27
27
implementation " org.apache.grails:grails-logging"
28
28
implementation " org.apache.grails:grails-databinding"
29
- implementation " org.apache.grails:grails-i18n"
30
29
implementation " org.apache.grails:grails-interceptors"
31
30
implementation " org.apache.grails:grails-rest-transforms"
32
31
implementation " org.apache.grails:grails-services"
33
32
implementation " org.apache.grails:grails-url-mappings"
34
33
implementation " org.apache.grails:grails-web-boot"
35
34
implementation " org.apache.grails:grails-gsp"
35
+ implementation " org.apache.grails:grails-layout"
36
36
implementation " org.apache.grails:grails-data-hibernate5"
37
37
38
38
implementation " org.hibernate:hibernate-ehcache:$hibernate5Version " , {
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ dependencies {
28
28
implementation " org.apache.grails:grails-core"
29
29
implementation " org.apache.grails:grails-logging"
30
30
implementation " org.apache.grails:grails-databinding"
31
- implementation " org.apache.grails:grails-i18n"
32
31
implementation " org.apache.grails:grails-interceptors"
33
32
implementation " org.apache.grails:grails-rest-transforms"
34
33
implementation " org.apache.grails:grails-services"
35
34
implementation " org.apache.grails:grails-url-mappings"
36
35
implementation " org.apache.grails:grails-web-boot"
37
36
implementation " org.apache.grails:grails-gsp"
37
+ implementation " org.apache.grails:grails-layout"
38
38
implementation " org.apache.grails:grails-data-hibernate5"
39
39
40
40
implementation " org.hibernate:hibernate-ehcache:$hibernate5Version " , {
Original file line number Diff line number Diff line change @@ -16,23 +16,7 @@ compileJava.options.release = 17
16
16
17
17
dependencies {
18
18
compileOnly platform(" org.apache.grails:grails-bom:$grailsVersion " )
19
-
20
- compileOnly ' org.springframework.boot:spring-boot-starter-logging'
21
- compileOnly " org.springframework.boot:spring-boot-starter-actuator"
22
- compileOnly " org.springframework.boot:spring-boot-autoconfigure"
23
- compileOnly " org.springframework.boot:spring-boot-starter-tomcat"
24
- compileOnly " org.apache.grails:grails-web-boot"
25
- compileOnly " org.apache.grails:grails-core"
26
- compileOnly " org.apache.grails:grails-logging"
27
- compileOnly " org.apache.grails:grails-rest-transforms"
28
- compileOnly " org.apache.grails:grails-i18n"
29
- compileOnly " org.apache.grails:grails-services"
30
- compileOnly " org.apache.grails:grails-url-mappings"
31
- compileOnly " org.apache.grails:grails-interceptors"
32
- compileOnly " org.apache.grails:grails-gsp"
33
- compileOnly " org.apache.grails:grails-console"
34
- compileOnly " org.apache.grails:grails-services"
35
- compileOnly " org.apache.grails:grails-domain-class"
19
+ compileOnly " org.apache.grails:grails-dependencies-starter-web"
36
20
37
21
// TODO: We need to make this configurable/pluggable
38
22
compileOnly " org.apache.grails:grails-data-hibernate5"
You can’t perform that action at this time.
0 commit comments