Left out the deployer depencency for partition sample.

It still referred to BUILD-SNAPSHOT instead of RELEASE
This commit is contained in:
Glenn Renfro
2019-04-16 11:50:13 -04:00
parent fd8ab15238
commit 8aeac58b44

View File

@@ -54,7 +54,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-local</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</dependency>
<dependency>