File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
plugin-acl/examples/functional-test-app Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ casClientCoreVersion=4.0.4
88commonsLangVersion =2.6
99dumbsterVersion =1.6
1010grailsRedisVersion =5.0.0-M1
11- hibernateVersion =5.6.15.Final
1211mailVersion =5.0.0-SNAPSHOT
1312micronautVersion =4.5.3
1413pac4jVersion =6.0.6
Original file line number Diff line number Diff line change @@ -13,15 +13,14 @@ dependencies {
1313 implementation ' org.grails:grails-plugin-rest'
1414 implementation ' org.grails:grails-web-boot'
1515 implementation ' org.grails.plugins:gsp'
16- implementation " org.hibernate:hibernate-core-jakarta: $h ibernateVersion "
16+ implementation ' org.grails.plugins:hibernate5 '
1717
1818 runtimeOnly ' com.h2database:h2'
1919 runtimeOnly ' com.zaxxer:HikariCP'
2020 runtimeOnly ' org.grails:grails-plugin-databinding'
2121 runtimeOnly ' org.grails:grails-plugin-i18n'
2222 runtimeOnly ' org.grails:grails-plugin-services'
2323 runtimeOnly ' org.grails:grails-plugin-url-mappings'
24- runtimeOnly ' org.grails.plugins:hibernate5'
2524 runtimeOnly ' org.springframework.boot:spring-boot-autoconfigure'
2625 runtimeOnly ' org.springframework.boot:spring-boot-starter-logging'
2726 runtimeOnly ' org.springframework.boot:spring-boot-starter-tomcat'
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ dependencies {
2121 implementation ' org.grails:grails-plugin-interceptors'
2222 implementation ' org.grails:grails-plugin-databinding'
2323 implementation ' org.grails:grails-plugin-rest' // Needed for respond method in controllers
24+ implementation ' org.grails.plugins:hibernate5'
2425
2526 implementation " dumbster:dumbster:$dumbsterVersion " , { transitive = false } // Uses javax
2627 implementation " org.grails.plugins:mail:$mailVersion "
@@ -33,7 +34,6 @@ dependencies {
3334 runtimeOnly ' org.grails:grails-plugin-i18n'
3435 runtimeOnly ' org.grails:grails-plugin-services'
3536 runtimeOnly ' org.grails:grails-plugin-url-mappings'
36- runtimeOnly ' org.grails.plugins:hibernate5'
3737 runtimeOnly ' org.fusesource.jansi:jansi'
3838 runtimeOnly ' org.springframework.boot:spring-boot-autoconfigure'
3939 runtimeOnly ' org.springframework.boot:spring-boot-starter-logging'
@@ -42,7 +42,6 @@ dependencies {
4242 testImplementation ' org.grails:grails-gorm-testing-support'
4343 testImplementation ' org.spockframework:spock-core'
4444
45- integrationTestImplementation " org.hibernate:hibernate-core-jakarta:$hibernateVersion " // Needed for access to SessionFactory
4645 integrationTestImplementation testFixtures(' org.grails.plugins:geb' )
4746
4847 // Workaround for asset-pipeline bug
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dependencies {
1717 implementation ' org.grails:grails-core'
1818 implementation ' org.grails:grails-plugin-interceptors'
1919 implementation ' org.grails:grails-plugin-databinding'
20+ implementation ' org.grails.plugins:hibernate5'
2021
2122 implementation " dumbster:dumbster:$dumbsterVersion " , { transitive = false } // Uses javax
2223 implementation " org.grails.plugins:mail:$mailVersion "
@@ -29,13 +30,11 @@ dependencies {
2930 runtimeOnly ' org.grails:grails-plugin-i18n'
3031 runtimeOnly ' org.grails:grails-plugin-services'
3132 runtimeOnly ' org.grails:grails-plugin-url-mappings'
32- runtimeOnly ' org.grails.plugins:hibernate5'
3333 runtimeOnly ' org.fusesource.jansi:jansi'
3434 runtimeOnly ' org.springframework.boot:spring-boot-autoconfigure'
3535 runtimeOnly ' org.springframework.boot:spring-boot-starter-logging'
3636 runtimeOnly ' org.springframework.boot:spring-boot-starter-tomcat'
3737
38- integrationTestImplementation " org.hibernate:hibernate-core-jakarta:$hibernateVersion " // Needed for access to SessionFactory
3938 integrationTestImplementation testFixtures(' org.grails.plugins:geb' )
4039
4140 // Workaround for asset-pipeline bug
You can’t perform that action at this time.
0 commit comments