Add missing jaxb dependency for EhCache3 smoke test

See gh-31137
This commit is contained in:
Stephane Nicoll 2022-08-09 09:25:59 +02:00
parent 68b61f574a
commit 22a5ccfca7

View File

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