Fix build failure

This commit is contained in:
Stephane Nicoll
2018-10-05 16:50:41 +02:00
parent bb89012922
commit 40de371a52

View File

@@ -271,6 +271,11 @@
<artifactId>reactor-netty</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava-reactive-streams</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>