Skip to content

Commit fe20699

Browse files
committed
Fix build failure
1 parent 8c03ed1 commit fe20699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aad/spring-security/reactive/webflux/oauth2/spring-cloud-gateway/gateway

aad/spring-security/reactive/webflux/oauth2/spring-cloud-gateway/gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependencies>
2121
<dependency>
2222
<groupId>org.springframework.cloud</groupId>
23-
<artifactId>spring-cloud-starter-gateway</artifactId>
23+
<artifactId>spring-cloud-starter-gateway-server-webflux</artifactId>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)