|
|
@ -35,6 +35,12 @@ |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-webflux</artifactId> |
|
|
|
<artifactId>spring-boot-starter-webflux</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- TODO: this should eventually be removed --> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>io.projectreactor.ipc</groupId> |
|
|
|
|
|
|
|
<artifactId>reactor-netty</artifactId> |
|
|
|
|
|
|
|
<version>0.6.1.BUILD-SNAPSHOT</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot.experimental</groupId> |
|
|
|
<groupId>org.springframework.boot.experimental</groupId> |
|
|
|
<artifactId>spring-boot-starter-web-reactive</artifactId> |
|
|
|
<artifactId>spring-boot-starter-web-reactive</artifactId> |
|
|
|