Updated to Camden build infrastructure to use Spring Boot 1.4

This commit is contained in:
Michael Minella
2016-08-17 13:31:38 -05:00
parent 0f0bfbe525
commit 4ab6a93f6a
2 changed files with 7 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.1.RELEASE</version>
<version>1.2.0.RELEASE</version>
<relativePath />
</parent>

View File

@@ -23,6 +23,12 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-spi</artifactId>
<optional>true</optional>
<exclusions>
<exclusion>
<artifactId>spring-core</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>