Commit 83788920 authored by Stephane Nicoll's avatar Stephane Nicoll

Remove NIO Multipart Parser in favour of WebFlux's own parser

Closes gh-23601
parent 37c4314e
...@@ -1191,13 +1191,6 @@ bom { ...@@ -1191,13 +1191,6 @@ bom {
] ]
} }
} }
library("NIO Multipart Parser", "1.1.0") {
group("org.synchronoss.cloud") {
modules = [
"nio-multipart-parser"
]
}
}
library("OAuth2 OIDC SDK", "8.22") { library("OAuth2 OIDC SDK", "8.22") {
group("com.nimbusds") { group("com.nimbusds") {
modules = [ modules = [
......
...@@ -10,5 +10,4 @@ dependencies { ...@@ -10,5 +10,4 @@ dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-reactor-netty")) api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-reactor-netty"))
api("org.springframework:spring-web") api("org.springframework:spring-web")
api("org.springframework:spring-webflux") api("org.springframework:spring-webflux")
api("org.synchronoss.cloud:nio-multipart-parser")
} }
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