Browse Source

Add reference to Caffeine in cache sample

pull/6651/head
Stephane Nicoll 9 years ago
parent
commit
96d5def17d
  1. 6
      spring-boot-samples/spring-boot-sample-cache/pom.xml

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

@ -91,6 +91,12 @@ @@ -91,6 +91,12 @@
</dependency>
-->
<!--
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
-->
<!--
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>

Loading…
Cancel
Save