Skip to content

Commit 96d5def

Browse files
committed
Add reference to Caffeine in cache sample
1 parent c451eb1 commit 96d5def

File tree

1 file changed

+6
-0
lines changed
  • spring-boot-samples/spring-boot-sample-cache

1 file changed

+6
-0
lines changed

spring-boot-samples/spring-boot-sample-cache/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@
9191
</dependency>
9292
-->
9393
<!--
94+
<dependency>
95+
<groupId>com.github.ben-manes.caffeine</groupId>
96+
<artifactId>caffeine</artifactId>
97+
</dependency>
98+
-->
99+
<!--
94100
<dependency>
95101
<groupId>com.google.guava</groupId>
96102
<artifactId>guava</artifactId>

0 commit comments

Comments
 (0)