We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bced78 commit 9689187Copy full SHA for 9689187
2 files changed
spring-cloud-gateway-proxyexchange-webmvc/pom.xml
@@ -63,10 +63,5 @@
63
<artifactId>spring-boot-configuration-processor</artifactId>
64
<optional>true</optional>
65
</dependency>
66
- <dependency>
67
- <groupId>org.springframework.boot</groupId>
68
- <artifactId>spring-boot-starter-security</artifactId>
69
- <scope>test</scope>
70
- </dependency>
71
</dependencies>
72
</project>
spring-cloud-gateway-server-webmvc/pom.xml
@@ -174,6 +174,11 @@
174
<artifactId>testcontainers-rabbitmq</artifactId>
175
<scope>test</scope>
176
177
+ <dependency>
178
+ <groupId>org.springframework.boot</groupId>
179
+ <artifactId>spring-boot-starter-security</artifactId>
180
+ <scope>test</scope>
181
+ </dependency>
182
183
184
<profiles>
0 commit comments