Skip to content

Commit

Permalink
Issue ReactiveX#540 Support auto complete config in spring boot (Reac…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsrb6342 authored and RobWin committed Aug 14, 2019
1 parent b84a70a commit d0cf318
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions resilience4j-spring-boot-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dependencies {
compile project(':resilience4j-spring')

compileOnly(libraries.spring_boot2_aop)
compileOnly(libraries.spring_boot2_config_processor)
compileOnly(libraries.spring_boot2_autoconfigure_processor)
compileOnly(libraries.spring_boot2_actuator)
annotationProcessor(libraries.spring_boot2_config_processor)
annotationProcessor(libraries.spring_boot2_autoconfigure_processor)

testCompile project(':resilience4j-reactor')
testCompile project(':resilience4j-rxjava2')
Expand Down
4 changes: 2 additions & 2 deletions resilience4j-spring-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies {
compileOnly(libraries.metrics)
compileOnly(libraries.micrometer_spring_legacy)
compileOnly(libraries.hibernate_validator)
compileOnly(libraries.spring_boot_config_processor)
compileOnly(libraries.spring_boot_autoconfigure_processor)
annotationProcessor(libraries.spring_boot_config_processor)
annotationProcessor(libraries.spring_boot_autoconfigure_processor)

testCompile(libraries.spring_boot_test)
testCompile(libraries.spring_boot_aop)
Expand Down
4 changes: 2 additions & 2 deletions resilience4j-spring-boot2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies {
compileOnly(libraries.spring_boot2_aop)
compileOnly(libraries.spring_boot2_actuator)
compileOnly(libraries.hibernate_validator)
compileOnly(libraries.spring_boot2_config_processor)
compileOnly(libraries.spring_boot2_autoconfigure_processor)
annotationProcessor(libraries.spring_boot2_config_processor)
annotationProcessor(libraries.spring_boot2_autoconfigure_processor)

testCompile(libraries.spring_boot2_test)
testCompile(libraries.spring_boot2_aop)
Expand Down

0 comments on commit d0cf318

Please sign in to comment.