Make local app deployer the default (per docs)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user