Merge pull request #101 from sobychacko/test-binder

Adding spring-cloud-stream-test-binder to BOM
This commit is contained in:
Oleg Zhurakousky
2019-12-18 18:41:48 +01:00
committed by GitHub

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>