From 5ccb19500b5059ca3be92344d183f3d04f554060 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 25 Jul 2018 12:00:38 +0200 Subject: [PATCH 1/2] Polish --- spring-boot-samples/spring-boot-sample-cache/README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-cache/README.adoc b/spring-boot-samples/spring-boot-sample-cache/README.adoc index 67d9a9dc404..6956f74b1a5 100644 --- a/spring-boot-samples/spring-boot-sample-cache/README.adoc +++ b/spring-boot-samples/spring-boot-sample-cache/README.adoc @@ -94,6 +94,8 @@ NOTE: If you want to use the client/server mode or if you need more options, Inf provides an official Spring Boot starter, check https://github.com/infinispan/infinispan-spring-boot[the documentation] for more details. + + === Couchbase Add the `java-client` and `couchbase-spring-cache` dependencies and make sure that you have setup at least a `spring.couchbase.bootstrap-hosts` property. From b6f6dca7f8f697fb2846e50f1306c53148be06e9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 25 Jul 2018 12:01:57 +0200 Subject: [PATCH 2/2] Remove useless profile --- spring-boot-samples/spring-boot-sample-cache/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-cache/pom.xml b/spring-boot-samples/spring-boot-sample-cache/pom.xml index 48b8c9d96ca..517230bc2da 100644 --- a/spring-boot-samples/spring-boot-sample-cache/pom.xml +++ b/spring-boot-samples/spring-boot-sample-cache/pom.xml @@ -133,15 +133,5 @@ - - guava - - - com.google.guava - guava - 18.0 - - -