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

@@ -25,6 +25,12 @@
</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>