Skip to content

Commit

Permalink
chore(dependencies): add rxjava to compile classpath (#4738)
Browse files Browse the repository at this point in the history
thanks groovy... I guess without rxjava on compile (even though it is in runtime) the controllers that are
using it are compiling to some groovy methodMissing metagarbage...
  • Loading branch information
cfieber committed Jul 10, 2020
1 parent a77ede8 commit 3247806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clouddriver-web/clouddriver-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies {
implementation("com.netflix.spinnaker.kork:kork-plugins")
implementation "com.netflix.spinnaker.moniker:moniker"
implementation "commons-io:commons-io"
implementation "io.reactivex:rxjava"
implementation "io.swagger:swagger-annotations"
implementation "org.codehaus.groovy:groovy-all"
implementation "org.slf4j:slf4j-api"
Expand Down

0 comments on commit 3247806

Please sign in to comment.