Commit 906f7637 authored by Brian Clozel's avatar Brian Clozel

Add synchronoss multipart dependency in webflux starter

Fixes gh-17484
parent 9f2accbb
......@@ -45,5 +45,9 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
</dependency>
<dependency>
<groupId>org.synchronoss.cloud</groupId>
<artifactId>nio-multipart-parser</artifactId>
</dependency>
</dependencies>
</project>
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