Update reactor versions

This commit is contained in:
Dave Syer
2017-02-23 15:20:15 +00:00
parent d6a4ccf001
commit fa86e5fb1f
6 changed files with 25 additions and 44 deletions

View File

@@ -21,17 +21,11 @@
<java.version>1.8</java.version>
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<wrapper.version>1.0.0.BUILD-SNAPSHOT</wrapper.version>
<reactor.version>3.0.4.RELEASE</reactor.version>
<reactor.version>3.0.5.RELEASE</reactor.version>
<spring-boot.version>1.5.1.RELEASE</spring-boot.version>
</properties>
<dependencies>
<dependency>
<!-- TODO: this shouldn't be needed (bug in thin launcher) -->
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>${reactor.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-web</artifactId>