Use DefaultPartHttpMessageReader with Framework 5.3
Closes gh-703
This commit is contained in:
@@ -21,4 +21,10 @@ matrixTest {
|
||||
group = 'org.springframework'
|
||||
versions = ['5.1.+', '5.2.+', '5.3.+']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
project.afterEvaluate {
|
||||
configurations.getByName('testRuntimeClasspath_org.springframework_5.3.+') {
|
||||
exclude group: 'org.synchronoss.cloud', module: 'nio-multipart-parser'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user