We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b61f5 commit 22a5ccfCopy full SHA for 22a5ccf
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-cache/build.gradle
@@ -37,6 +37,9 @@ dependencies {
37
ehcache(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
38
ehcache("javax.cache:cache-api")
39
ehcache("org.ehcache:ehcache")
40
+ if (JavaVersion.current().java11Compatible) {
41
+ ehcache("org.glassfish.jaxb:jaxb-runtime")
42
+ }
43
ehcache2(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
44
ehcache2("net.sf.ehcache:ehcache")
45
0 commit comments