Pom fix: reactor version should match-up with what cf client uses

This commit is contained in:
Kris De Volder
2017-02-01 11:18:15 -08:00
parent a8b5c72427
commit d4b0e89a50

View File

@@ -79,7 +79,7 @@
<jersey-2-version>2.10</jersey-2-version>
<lsp4j-version>0.1.0-SNAPSHOT</lsp4j-version>
<!-- NOTE: Reactor version must match version used by the CF client -->
<reactor-version>3.0.5.BUILD-SNAPSHOT</reactor-version>
<reactor-version>3.0.4.RELEASE</reactor-version>
<reactor-netty>0.6.0.RELEASE</reactor-netty>
<cloudfoundry-client-version>2.4.0.BUILD-SNAPSHOT</cloudfoundry-client-version>
</properties>