Skip to content

Commit b597fbc

Browse files
committed
Add spring-boot-restclient test dependency.
1 parent 2fa5448 commit b597fbc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

spring-cloud-bus-tests/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<artifactId>rabbitmq</artifactId>
5959
<scope>test</scope>
6060
</dependency>
61+
<dependency>
62+
<groupId>org.springframework.boot</groupId>
63+
<artifactId>spring-boot-restclient</artifactId>
64+
<scope>test</scope>
65+
</dependency>
6166
</dependencies>
6267

6368
</project>

spring-cloud-bus/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@
7777
<version>${spring-cloud-stream.version}</version>
7878
<scope>test</scope>
7979
</dependency>
80+
<dependency>
81+
<groupId>org.springframework.boot</groupId>
82+
<artifactId>spring-boot-restclient</artifactId>
83+
<scope>test</scope>
84+
</dependency>
8085
</dependencies>
8186

8287
</project>

0 commit comments

Comments
 (0)