Skip to content

Commit 9689187

Browse files
committed
Fixes merge errors
1 parent 5bced78 commit 9689187

File tree

2 files changed

+5
-5
lines changed
  • spring-cloud-gateway-proxyexchange-webmvc
  • spring-cloud-gateway-server-webmvc

2 files changed

+5
-5
lines changed

spring-cloud-gateway-proxyexchange-webmvc/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,5 @@
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>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@
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>

0 commit comments

Comments
 (0)