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 a7f06e0 commit 748a1c9Copy full SHA for 748a1c9
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-cache/build.gradle
@@ -37,9 +37,6 @@ 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