Adding spring-cloud-stream-test-binder to BOM

This commit is contained in:
Soby Chacko
2019-10-28 10:54:08 -04:00
parent 5dcb75b029
commit 9eb9554237

View File

@@ -28,6 +28,14 @@
<artifactId>spring-cloud-stream</artifactId>
<version>${spring-cloud-stream.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<version>${spring-cloud-stream.version}</version>
<type>test-jar</type>
<scope>test</scope>
<classifier>test-binder</classifier>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-test</artifactId>