File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
grace-datastore-gorm-bson
grace-datastore-gorm-mongodb Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11dependencies {
2- api " org.graceframework:grace-datastore-gorm"
2+ api " org.graceframework:grace-datastore-gorm: $d atastoreVersion "
33 api " org.mongodb:bson:$mongodbDriverVersion "
44}
Original file line number Diff line number Diff line change @@ -2,21 +2,21 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22
33dependencies {
44 api " org.mongodb:mongodb-driver-sync:$mongodbDriverVersion "
5- api " org.graceframework:grace-datastore-gorm-validation"
6- api " org.graceframework:grace-datastore-gorm"
5+ api " org.graceframework:grace-datastore-gorm-validation: $d atastoreVersion "
6+ api " org.graceframework:grace-datastore-gorm: $d atastoreVersion "
77 api project(" :grace-datastore-gorm-bson" )
88
99 implementation " com.github.ben-manes.caffeine:caffeine"
1010
11- compileOnly " org.graceframework:grace-datastore-gorm-support"
11+ compileOnly " org.graceframework:grace-datastore-gorm-support: $d atastoreVersion "
1212 compileOnly " jakarta.servlet:jakarta.servlet-api"
1313
1414 testImplementation " org.testcontainers:mongodb:1.19.8"
1515 testImplementation " org.graceframework:grace-datastore-gorm-tck:$datastoreVersion "
16- testImplementation " org.graceframework:grace-test-support:"
16+ testImplementation " org.graceframework:grace-test-support:$d atastoreVersion "
1717 testImplementation " jakarta.validation:jakarta.validation-api"
1818 testImplementation " org.hibernate.validator:hibernate-validator"
19- testImplementation " org.graceframework:grace-datastore-gorm-support" , {
19+ testImplementation " org.graceframework:grace-datastore-gorm-support: $d atastoreVersion " , {
2020 exclude group : " org.graceframework" , module :" grace-datastore-gorm-hibernate-core"
2121 }
2222 testRuntimeOnly " org.glassfish:jakarta.el:$jakartaElVersion "
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
1010
1111 api project(" :grace-datastore-gorm-mongodb-ext" )
1212 api project(" :grace-datastore-gorm-mongodb" )
13- api " org.graceframework:grace-datastore-gorm-support"
14- api " org.graceframework:grace-datastore-web"
13+ api " org.graceframework:grace-datastore-gorm-support: $d atastoreVersion "
14+ api " org.graceframework:grace-datastore-web: $d atastoreVersion "
1515
1616 api(" org.springframework.boot:spring-boot-autoconfigure" )
1717 annotationProcessor(" org.springframework.boot:spring-boot-autoconfigure-processor" )
Original file line number Diff line number Diff line change 11projectVersion =2023.3.0-SNAPSHOT
22assetPipelineVersion =6.3.0-M1
3- datastoreVersion =2023.3.0-M1
3+ datastoreVersion =2023.3.0-RC1
44graceVersion =2023.3.0-M2
55groovyVersion =4.0.26
66jakartaElVersion =4.0.2
You can’t perform that action at this time.
0 commit comments