diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml index afcf736b2f4..7d66cf63763 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml @@ -347,11 +347,6 @@ jolokia-core true - - org.infinispan - infinispan-spring5-embedded - true - org.liquibase liquibase-core diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-ehcache.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-ehcache.xml deleted file mode 100644 index cdee1d0503e..00000000000 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-ehcache.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-hazelcast.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-hazelcast.xml deleted file mode 100644 index bc025d7316c..00000000000 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-hazelcast.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-infinispan.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-infinispan.xml deleted file mode 100644 index 741fb6292b7..00000000000 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-infinispan.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/spring-boot-project/spring-boot-actuator/pom.xml b/spring-boot-project/spring-boot-actuator/pom.xml index 53cea0a785d..f4c501f20e9 100644 --- a/spring-boot-project/spring-boot-actuator/pom.xml +++ b/spring-boot-project/spring-boot-actuator/pom.xml @@ -36,6 +36,11 @@ jackson-databind true + + com.github.ben-manes.caffeine + caffeine + true + com.hazelcast hazelcast diff --git a/spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-ehcache.xml b/spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-ehcache.xml deleted file mode 100644 index cdee1d0503e..00000000000 --- a/spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-ehcache.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-hazelcast.xml b/spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-hazelcast.xml deleted file mode 100644 index bc025d7316c..00000000000 --- a/spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-hazelcast.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-infinispan.xml b/spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-infinispan.xml deleted file mode 100644 index 741fb6292b7..00000000000 --- a/spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-infinispan.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - -