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
This commit is contained in:
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 = [
|
||||
|
||||
Reference in New Issue
Block a user