* jira #BAEL-636

* remove redundant dependency spring-boot-starter-reactive
This commit is contained in:
Tian Baoqiang
2017-03-27 00:23:28 +08:00
committed by Grzegorz Piwowarek
parent 52eb7c2bc4
commit d3e57d38a6
8 changed files with 348 additions and 0 deletions
+11
View File
@@ -35,6 +35,17 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<!-- a fix for spring-boot dependency on Reactor -->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.0.6.BUILD-SNAPSHOT</version>
</dependency>
<!-- utils -->
<dependency>