Skip to content

Commit 42a00de

Browse files
committed
Add spring-boot-test dependency
1 parent 4c8de0f commit 42a00de

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • binders/rabbit-binder/spring-cloud-stream-binder-rabbit

binders/rabbit-binder/spring-cloud-stream-binder-rabbit/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
<artifactId>spring-boot-micrometer-tracing-test</artifactId>
6363
<scope>test</scope>
6464
</dependency>
65+
<dependency>
66+
<groupId>org.springframework.boot</groupId>
67+
<artifactId>spring-boot-test</artifactId>
68+
<scope>test</scope>
69+
</dependency>
6570

6671

6772

0 commit comments

Comments
 (0)