Used BOM for stream and binder starters in samples.

resolves #637
This commit is contained in:
Glenn Renfro
2020-02-18 11:01:52 -05:00
parent 37749efca2
commit 79c7bd3783
4 changed files with 28 additions and 7 deletions

View File

@@ -32,6 +32,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-dependencies</artifactId>
<version>Horsham.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
@@ -43,7 +50,6 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>3.0.2.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -53,7 +59,6 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>3.0.2.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>