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 +0
-6
lines changed
examples/grails-data-service
grails-datastore-gorm-hibernate5 Expand file tree Collapse file tree 3 files changed +0
-6
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 @@ -10,12 +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
1917jansiVersion =2.4.1
2018javaParserCoreVersion =3.25.9
2119junitJupiterVersion =5.9.3
Original file line number Diff line number Diff line change @@ -18,8 +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 "
2321
2422 compileOnly (" net.sf.ehcache:ehcache-core:2.6.11" ) {
2523 exclude group : ' commons-logging' , module :' commons-logging'
You can’t perform that action at this time.
0 commit comments