Skip to content

Commit

Permalink
Remove rxjava version since it will be in the bom
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Jan 16, 2025
1 parent 4baa50b commit 877402d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jakartaElVersion=4.0.0
jakartaElGlassfishImplVersion=4.0.2
groovyVersion=4.0.24
javassistVersion=3.30.2-GA
rxjavaVersion=1.3.8

org.gradle.caching=true
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion grails-datastore-gorm-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation platform("org.grails:grails-bom:$grailsVersion")
implementation 'org.apache.groovy:groovy'

api "io.reactivex:rxjava:$rxjavaVersion"
api "io.reactivex:rxjava"
api project(":grails-datastore-gorm"), {
exclude group:"org.grails", module:'grails-async'
exclude group:"org.grails", module:'grails-datastore-core'
Expand Down

0 comments on commit 877402d

Please sign in to comment.