Commit f12a6348 authored by Brian Clozel's avatar Brian Clozel

Fix typo in spring-webflux dependency

parent d1eafa29
...@@ -545,7 +545,7 @@ ...@@ -545,7 +545,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-webfux</artifactId> <artifactId>spring-webflux</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment