Make local app deployer the default (per docs)

This commit is contained in:
Dave Syer
2017-04-26 16:51:06 +01:00
parent a12950bc7a
commit 06b9b04519
2 changed files with 9 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
</parent>
<properties>
<spring-cloud-deployer.version>1.1.1.RELEASE</spring-cloud-deployer.version>
<spring-cloud-deployer.version>1.1.4.RELEASE</spring-cloud-deployer.version>
<spring-cloud-deployer-thin.version>1.0.0.RELEASE</spring-cloud-deployer-thin.version>
</properties>
@@ -49,7 +49,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-thin</artifactId>
<artifactId>spring-cloud-deployer-local</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>