Remove mimepull dependency

Mimepull dependency was introduced in 1c18fd8 for gh-14924 to force the
version as the one coming from saaj-impl was not on Maven Central.
This is no longer the case.

Version 1.10.0 of Mimepull has been built with Java 11, breaking
compatibility with Java 8 for Spring Boot.

See gh-31145
pull/31258/head
Youri Bonnaffe 3 years ago committed by Andy Wilkinson
parent 194e9f0f79
commit d38bc13fd5

@ -1293,13 +1293,6 @@ bom {
]
}
}
library("MIMEPull", "1.10.0") {
group("org.jvnet.mimepull") {
modules = [
"mimepull"
]
}
}
library("Mockito", "4.5.1") {
group("org.mockito") {
imports = [

Loading…
Cancel
Save