File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
grace-datastore-gorm-hibernate Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343
4444 testRuntimeOnly " org.slf4j:slf4j-simple"
4545 testRuntimeOnly " org.slf4j:jcl-over-slf4j"
46- testRuntimeOnly " org.glassfish:jakarta.el: $j akartaElVersion "
46+ testRuntimeOnly " org.glassfish.expressly:expressly: $j akartaElImplVersion "
4747 // The groovydoc task needs the Hibernate 4.x jars in the classpath
4848 documentation(" org.hibernate:hibernate-core-jakarta:${ hibernateCoreVersion} " )
4949}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343 testRuntimeOnly " org.apache.tomcat:tomcat-jdbc"
4444 testRuntimeOnly " org.springframework:spring-aop"
4545 testRuntimeOnly " org.springframework:spring-expression"
46- testRuntimeOnly " org.glassfish:jakarta.el: $j akartaElVersion "
46+ testRuntimeOnly " org.glassfish.expressly:expressly: $j akartaElImplVersion "
4747}
4848
4949groovydoc. classpath + = configurations. documentation
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ graceVersion=2024.0.0-M1
44groovyVersion =4.0.27
55hibernateCoreVersion =5.6.15.Final
66hibernateValidatorVersion =8.0.2.Final
7- jakartaElVersion = 4 .0.2
7+ jakartaElImplVersion = 5 .0.0
88jansiVersion =2.4.1
99javaParserCoreVersion =3.26.4
1010javassistVersion =3.30.2-GA
You can’t perform that action at this time.
0 commit comments