Skip to content

Commit

Permalink
Use grace-gorm
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 13, 2024
1 parent 444e5da commit f0b72c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions grace-events-rxjava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
compile "io.reactivex:rxjava:$rxJavaVersion"

testCompile project(":grace-events-transform")
testCompile "org.grails:grails-datastore-gorm-test:$gormVersion", {
exclude group:'org.grails', module:'grails-datastore-gorm-validation'
testCompile "org.graceframework:grace-datastore-gorm-test:$gormVersion", {
exclude group:'org.graceframework', module:'grace-datastore-gorm-validation'
}
}
8 changes: 4 additions & 4 deletions grace-events-transform/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies {
compile project(":grace-events")
compile "org.grails:grails-datastore-gorm:$gormVersion", {
exclude group:'org.grails', module:'grails-datastore-gorm-validation'
compile "org.graceframework:grace-datastore-gorm:$gormVersion", {
exclude group:'org.graceframework', module:'grace-datastore-gorm-validation'
}

testRuntime "org.springframework:spring-aop:$springVersion"
testRuntime "org.springframework:spring-expression:$springVersion"
testCompile "org.grails:grails-datastore-gorm-test:$gormVersion", {
exclude group:'org.grails', module:'grails-datastore-gorm-validation'
testCompile "org.graceframework:grace-datastore-gorm-test:$gormVersion", {
exclude group:'org.graceframework', module:'grace-datastore-gorm-validation'
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ developers=Michael Yan
grailsVersion=2022.0.0-SNAPSHOT
graceVersion=2022.0.0-SNAPSHOT
groovyVersion=3.0.7
gormVersion=7.2.1
gormVersion=2022.0.0
jansiVersion=1.18
javaParserCoreVersion=3.15.14
servletApiVersion=4.0.1
Expand Down

0 comments on commit f0b72c3

Please sign in to comment.