Skip to content

Commit 34c263a

Browse files
committed
Polish actuator dependencies and test resources
This commit removes references of cache infra following the move to Micrometer. We no longer ships an infinispan specific binder so the dependency has been removed as well. Closes gh-19838
1 parent c85f19b commit 34c263a

File tree

8 files changed

+5
-57
lines changed

8 files changed

+5
-57
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,6 @@
309309
<artifactId>jolokia-core</artifactId>
310310
<optional>true</optional>
311311
</dependency>
312-
<dependency>
313-
<groupId>org.infinispan</groupId>
314-
<artifactId>infinispan-spring4-embedded</artifactId>
315-
<optional>true</optional>
316-
</dependency>
317312
<dependency>
318313
<groupId>org.liquibase</groupId>
319314
<artifactId>liquibase-core</artifactId>

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-ehcache.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-hazelcast.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/cache/test-infinispan.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

spring-boot-project/spring-boot-actuator/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
<artifactId>jackson-databind</artifactId>
3333
<optional>true</optional>
3434
</dependency>
35+
<dependency>
36+
<groupId>com.github.ben-manes.caffeine</groupId>
37+
<artifactId>caffeine</artifactId>
38+
<optional>true</optional>
39+
</dependency>
3540
<dependency>
3641
<groupId>com.hazelcast</groupId>
3742
<artifactId>hazelcast</artifactId>

spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-ehcache.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-hazelcast.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

spring-boot-project/spring-boot-actuator/src/test/resources/cache/test-infinispan.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)