Fixing GatewayServerMvcAutoConfiguration to align with correct Boot properties

This commit is contained in:
Ryan Baxter
2025-05-13 12:33:10 -04:00
parent 4c4fb69c70
commit af2f0d6a3a
5 changed files with 56 additions and 49 deletions

View File

@@ -107,6 +107,16 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<exclusions>
<exclusion>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<!-- Third party test dependencies -->