Skip to content

Commit 4cffb2d

Browse files
committed
Use blocking circuit breaker starter
1 parent fed2898 commit 4cffb2d

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-gateway-server-mvc

1 file changed

+1
-1
lines changed

spring-cloud-gateway-server-mvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</dependency>
6060
<dependency>
6161
<groupId>org.springframework.cloud</groupId>
62-
<artifactId>spring-cloud-starter-circuitbreaker-reactor-resilience4j</artifactId>
62+
<artifactId>spring-cloud-starter-circuitbreaker-resilience4j</artifactId>
6363
<optional>true</optional>
6464
</dependency>
6565
<dependency>

0 commit comments

Comments
 (0)