clarify and simplify

This commit is contained in:
Spencer Gibb
2016-11-22 18:34:26 -07:00
parent bffabd6c6b
commit f0a8a412fa
8 changed files with 40 additions and 39 deletions

View File

@@ -32,6 +32,12 @@
<dependency>
<groupId>org.springframework.boot.experimental</groupId>
<artifactId>spring-boot-starter-web-reactive</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.projectreactor.ipc</groupId>