Skip to content

Commit

Permalink
Add missing jaxb dependency for EhCache3 smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Aug 9, 2022
1 parent 68b61f5 commit 22a5ccf
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -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")

Expand Down

0 comments on commit 22a5ccf

Please sign in to comment.