This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
examples/grails-data-service
grails-datastore-gorm-hibernate5 Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ dependencies {
2424 implementation " org.grails.plugins:views-json-templates"
2525 implementation ' org.grails.plugins:spring-security-rest:3.0.1'
2626 profile " org.grails.profiles:rest-api"
27- runtimeOnly " org.glassfish.web:el-impl:2.2.1-b05"
2827 runtimeOnly " org.apache.tomcat:tomcat-jdbc"
29- runtimeOnly " jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
3028 testImplementation " org.grails:grails-gorm-testing-support:$testingSupportVersion "
3129 testImplementation " org.grails:grails-web-testing-support:$testingSupportVersion "
3230}
Original file line number Diff line number Diff line change 11projectVersion =9.0.0-SNAPSHOT
2- assetPipelineVersion =4.5 .1
2+ assetPipelineVersion =5.0 .1
33gebVersion =7.0
44gebPluginVersion =4.0.0
55gormVersion =9.0.0-SNAPSHOT
@@ -10,13 +10,10 @@ h2Version=1.4.200
1010hibernate5Version =5.6.15.Final
1111hibernateValidatorVersion =7.0.5.Final
1212hibernateGroovyProxy =1.1
13- jakartaElVersion =4.0.0
1413jakartaValidationVersion =3.0.2
1514jakartaPersistenceVersion =3.1.0
1615jakartaTransactionVersion =2.0.1
1716jakartaAnnotationApiVersion =3.0.0
18- jakartaXmlBindVersion =4.0.2
19- jakartaXmlBindImpVersion =4.0.5
2017jansiVersion =2.4.1
2118javaParserCoreVersion =3.25.9
2219junitJupiterVersion =5.9.3
@@ -38,7 +35,7 @@ tomcatVersion=10.1.29
3835fieldsVersion =5.0.3
3936grailsVersion =7.0.0-SNAPSHOT
4037micrometer.version =1.8.0
41- scaffoldingVersion =5 .0.1
38+ scaffoldingVersion =6 .0.0-SNAPSHOT
4239testingSupportVersion =4.0.0-SNAPSHOT
4340org.gradle.caching =true
4441org.gradle.parallel =false
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ dependencies {
1818 exclude group :' commons-collections' , module :' commons-collections'
1919 exclude group :' org.slf4j' , module :' slf4j-api'
2020 }
21- runtimeOnly " jakarta.el:jakarta.el-api:$jakartaElVersion "
22- runtimeOnly " jakarta.xml.bind:jakarta.xml.bind-api:$jakartaXmlBindVersion "
23- runtimeOnly " org.glassfish.jaxb:jaxb-runtime:$jakartaXmlBindImpVersion "
2421
2522 compileOnly (" net.sf.ehcache:ehcache-core:2.6.11" ) {
2623 exclude group : ' commons-logging' , module :' commons-logging'
You can’t perform that action at this time.
0 commit comments