Skip to content

Commit 22a5ccf

Browse files
committed
Add missing jaxb dependency for EhCache3 smoke test
See gh-31137
1 parent 68b61f5 commit 22a5ccf

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ 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+
}
4043
ehcache2(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
4144
ehcache2("net.sf.ehcache:ehcache")
4245

0 commit comments

Comments
 (0)