From c85948ac0c72ecd27183f8c95557bd51be8e976a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 28 Apr 2016 09:30:31 +0200 Subject: [PATCH] Fix cache sample README Closes gh-5800 --- .../spring-boot-sample-cache/README.adoc | 10 +++++----- spring-boot-samples/spring-boot-sample-cache/pom.xml | 4 ---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-cache/README.adoc b/spring-boot-samples/spring-boot-sample-cache/README.adoc index 20e30218a18..67ecd0c7dd3 100644 --- a/spring-boot-samples/spring-boot-sample-cache/README.adoc +++ b/spring-boot-samples/spring-boot-sample-cache/README.adoc @@ -75,11 +75,11 @@ the underlying `HazelcastInstance`. === Infinispan -Add the `org.infinispan:infinispan-spring4` and `org.infinispan:infinispan-spring4-embedded` -dependencies to enable support for Infinispan. There is no default location that Infinispan -uses to look for a config file so if you don't specify anything it will bootstrap on a hardcoded -default. You can set the `spring.cache.infinispan.config` property to use the provided -`infinispan.xml` configuration instead. +Add the org.infinispan:infinispan-spring4-embedded` dependency to enable support for +Infinispan. There is no default location that Infinispan uses to look for a config file +so if you don't specify anything it will bootstrap on a hardcoded default. You can set +the `spring.cache.infinispan.config` property to use the provided `infinispan.xml` +configuration instead. diff --git a/spring-boot-samples/spring-boot-sample-cache/pom.xml b/spring-boot-samples/spring-boot-sample-cache/pom.xml index 3b18383814d..a6ed040f2c9 100644 --- a/spring-boot-samples/spring-boot-sample-cache/pom.xml +++ b/spring-boot-samples/spring-boot-sample-cache/pom.xml @@ -65,10 +65,6 @@ -->