Fix cache sample README

Closes gh-5800
This commit is contained in:
Stephane Nicoll 2016-04-28 09:30:31 +02:00
parent 4c877a67a2
commit c85948ac0c
2 changed files with 5 additions and 9 deletions

View File

@ -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.

View File

@ -65,10 +65,6 @@
</dependency>
-->
<!--
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-spring4</artifactId>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-spring4-embedded</artifactId>