File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
spring-cloud-gateway-proxyexchange-webmvc
spring-cloud-gateway-server-webmvc Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6363 <artifactId >spring-boot-configuration-processor</artifactId >
6464 <optional >true</optional >
6565 </dependency >
66- <dependency >
67- <groupId >org.springframework.boot</groupId >
68- <artifactId >spring-boot-starter-security</artifactId >
69- <scope >test</scope >
70- </dependency >
7166 </dependencies >
7267</project >
Original file line number Diff line number Diff line change 174174 <artifactId >testcontainers-rabbitmq</artifactId >
175175 <scope >test</scope >
176176 </dependency >
177+ <dependency >
178+ <groupId >org.springframework.boot</groupId >
179+ <artifactId >spring-boot-starter-security</artifactId >
180+ <scope >test</scope >
181+ </dependency >
177182 </dependencies >
178183
179184 <profiles >
You can’t perform that action at this time.
0 commit comments