Updated reactor versions in the batch sample to match what the latest CF Deployer uses
This commit is contained in:
@@ -161,12 +161,12 @@ following dependencies for the Spring Cloud Foundry Deployer:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.projectreactor</groupId>
|
<groupId>io.projectreactor</groupId>
|
||||||
<artifactId>reactor-core</artifactId>
|
<artifactId>reactor-core</artifactId>
|
||||||
<version>3.0.2.RELEASE</version>
|
<version>3.1.5.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.projectreactor.ipc</groupId>
|
<groupId>io.projectreactor.ipc</groupId>
|
||||||
<artifactId>reactor-netty</artifactId>
|
<artifactId>reactor-netty</artifactId>
|
||||||
<version>0.5.1.RELEASE</version>
|
<version>0.7.5.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
----
|
----
|
||||||
* When configuring the partition handler, Cloud Foundry Deployment
|
* When configuring the partition handler, Cloud Foundry Deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user