Fix typo in spring-webflux dependency

This commit is contained in:
Brian Clozel
2017-02-24 14:03:16 +01:00
parent d1eafa29da
commit f12a634843

View File

@@ -545,7 +545,7 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webfux</artifactId>
<artifactId>spring-webflux</artifactId>
<optional>true</optional>
</dependency>
<dependency>