From 1c18fd8baec38da7ee598c0ce167d6d731ee7a96 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 26 Oct 2018 17:23:03 -0700 Subject: [PATCH] Add managed mimepull dependency Add a managed dependency for `org.jvnet.mimepull:mimepull` so that `spring-boot-starter-web-services` works with Java 11. Although we don't directly depend on mimepull ourselves, there is an transitive dependency from `com.sun.xml.messaging.saaj:saaj-impl:1.5.0` which unfortunately references a version that was never published to Maven Central. Closes gh-14924 --- spring-boot-project/spring-boot-dependencies/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index e32c6b6604..7a163ad8b9 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -131,6 +131,7 @@ 1.18.2 2.3.0 1.1.0-SNAPSHOT + 1.9.10 2.23.0 1.9.2 3.8.2 @@ -2422,6 +2423,11 @@ import pom + + org.jvnet.mimepull + mimepull + ${mimepull.version} + org.liquibase liquibase-core