Dependency cleanup

This commit is contained in:
Michael Minella
2017-08-15 11:46:06 -05:00
parent ef0b057268
commit d966c68796
11 changed files with 22 additions and 18 deletions

View File

@@ -13,13 +13,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.2.RELEASE</version>
<version>1.5.4.RELEASE</version>
<relativePath />
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<spring-batch.version>3.0.8.RELEASE</spring-batch.version>
</properties>
<dependencyManagement>
@@ -51,13 +52,13 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>1.2.0.RELEASE</version>
<version>1.2.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
<version>1.2.0.RELEASE</version>
<version>1.2.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>