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 {
1717 dependencies {
1818 classpath platform(" org.apache.grails:grails-bom:$grailsVersion " )
1919 classpath " org.apache.grails:grails-gradle-plugins"
20+ classpath ' org.apache.grails.gradle:grails-publish'
2021 classpath " cloud.wondrify:asset-pipeline-gradle"
2122 }
2223}
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ dependencies {
2626 implementation " org.apache.grails:grails-core"
2727 implementation " org.apache.grails:grails-logging"
2828 implementation " org.apache.grails:grails-databinding"
29- implementation " org.apache.grails:grails-i18n"
3029 implementation " org.apache.grails:grails-interceptors"
3130 implementation " org.apache.grails:grails-rest-transforms"
3231 implementation " org.apache.grails:grails-services"
3332 implementation " org.apache.grails:grails-url-mappings"
3433 implementation " org.apache.grails:grails-web-boot"
3534 implementation " org.apache.grails:grails-gsp"
35+ implementation " org.apache.grails:grails-layout"
3636 implementation " org.apache.grails:grails-data-hibernate5"
3737
3838 implementation " org.hibernate:hibernate-ehcache:$hibernate5Version " , {
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ dependencies {
2828 implementation " org.apache.grails:grails-core"
2929 implementation " org.apache.grails:grails-logging"
3030 implementation " org.apache.grails:grails-databinding"
31- implementation " org.apache.grails:grails-i18n"
3231 implementation " org.apache.grails:grails-interceptors"
3332 implementation " org.apache.grails:grails-rest-transforms"
3433 implementation " org.apache.grails:grails-services"
3534 implementation " org.apache.grails:grails-url-mappings"
3635 implementation " org.apache.grails:grails-web-boot"
3736 implementation " org.apache.grails:grails-gsp"
37+ implementation " org.apache.grails:grails-layout"
3838 implementation " org.apache.grails:grails-data-hibernate5"
3939
4040 implementation " org.hibernate:hibernate-ehcache:$hibernate5Version " , {
Original file line number Diff line number Diff line change @@ -16,23 +16,7 @@ compileJava.options.release = 17
1616
1717dependencies {
1818 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"
3620
3721 // TODO: We need to make this configurable/pluggable
3822 compileOnly " org.apache.grails:grails-data-hibernate5"
You can’t perform that action at this time.
0 commit comments