spring-cloud / spring-cloud-circuitbreaker

Spring Cloud Circuit Breaker API and Implementations
Apache License 2.0
332 stars 111 forks source link

Use resilience4j-bom for dependency management #73

Closed breun closed 3 years ago

breun commented 4 years ago

Is your feature request related to a problem? Please describe. Currently spring-cloud-circuitbreaker-dependencies only provides dependency management for a couple of resilience4j artifacts.

Describe the solution you'd like With resilience4j 1.5.0 a resilience4j-bom was published, which provides dependency management for all resilience4j artifacts: https://github.com/resilience4j/resilience4j/issues/310

It would be good to import this BOM instead of providing dependency management for only a couple of resilience4j artifacts, so any other resilience4j artifacts in a project will be managed with the sam version.