Browse Source

Revert "Add missing jaxb dependency for EhCache3 smoke test"

This revert a7f06e0 as the version of EhCache already depends on JAXB.
pull/32861/head
Stephane Nicoll 3 years ago
parent
commit
748a1c9dbf
  1. 3
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-cache/build.gradle

3
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-cache/build.gradle vendored

@ -37,9 +37,6 @@ dependencies { @@ -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")

Loading…
Cancel
Save