Browse Source

Merge pull request #31145 from youribonnaffe

* gh-31145:
  Remove mimepull dependency

Closes gh-31145
pull/31258/head
Andy Wilkinson 4 years ago
parent
commit
f160185be3
  1. 7
      spring-boot-project/spring-boot-dependencies/build.gradle

7
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1293,13 +1293,6 @@ bom { @@ -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