Revert "Add missing jaxb dependency for EhCache3 smoke test"

This revert a7f06e0 as the version of EhCache already depends on JAXB.
This commit is contained in:
Stephane Nicoll 2022-08-09 09:37:09 +02:00
parent a7f06e0989
commit 748a1c9dbf

View File

@ -37,9 +37,6 @@ dependencies {
ehcache(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
ehcache("javax.cache:cache-api")
ehcache("org.ehcache:ehcache")
if (JavaVersion.current().java11Compatible) {
ehcache("org.glassfish.jaxb:jaxb-runtime")
}
ehcache2(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
ehcache2("net.sf.ehcache:ehcache")