Skip to content

Commit 748a1c9

Browse files
committed
Revert "Add missing jaxb dependency for EhCache3 smoke test"
This revert a7f06e0 as the version of EhCache already depends on JAXB.
1 parent a7f06e0 commit 748a1c9

File tree

1 file changed

+0
-3
lines changed
  • spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-cache

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ dependencies {
3737
ehcache(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
3838
ehcache("javax.cache:cache-api")
3939
ehcache("org.ehcache:ehcache")
40-
if (JavaVersion.current().java11Compatible) {
41-
ehcache("org.glassfish.jaxb:jaxb-runtime")
42-
}
4340
ehcache2(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
4441
ehcache2("net.sf.ehcache:ehcache")
4542

0 commit comments

Comments
 (0)