Remove Synchronoss nio-multipart from WebFlux starter

Closes gh-16817
This commit is contained in:
Brian Clozel 2019-05-10 16:04:00 +02:00
parent 552345fcd1
commit d9ac3031c5
1 changed files with 0 additions and 4 deletions

View File

@ -45,9 +45,5 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
</dependency>
<dependency>
<groupId>org.synchronoss.cloud</groupId>
<artifactId>nio-multipart-parser</artifactId>
</dependency>
</dependencies>
</project>