Workaround bug in thin launcher that brings in wrong reactor version

This commit is contained in:
Dave Syer
2017-01-11 10:39:43 -05:00
parent 071455b363
commit 5c79ff58a6
6 changed files with 21 additions and 10 deletions

View File

@@ -17,6 +17,7 @@
<properties>
<java.version>1.8</java.version>
<spring-cloud-deployer-thin.version>0.0.1.BUILD-SNAPSHOT</spring-cloud-deployer-thin.version>
<reactor.version>3.0.4.RELEASE</reactor.version>
</properties>
<dependencies>