Commit c85948ac authored by Stephane Nicoll's avatar Stephane Nicoll

Fix cache sample README

Closes gh-5800
parent 4c877a67
...@@ -75,11 +75,11 @@ the underlying `HazelcastInstance`. ...@@ -75,11 +75,11 @@ the underlying `HazelcastInstance`.
=== Infinispan === Infinispan
Add the `org.infinispan:infinispan-spring4` and `org.infinispan:infinispan-spring4-embedded` Add the org.infinispan:infinispan-spring4-embedded` dependency to enable support for
dependencies to enable support for Infinispan. There is no default location that Infinispan Infinispan. There is no default location that Infinispan uses to look for a config file
uses to look for a config file so if you don't specify anything it will bootstrap on a hardcoded so if you don't specify anything it will bootstrap on a hardcoded default. You can set
default. You can set the `spring.cache.infinispan.config` property to use the provided the `spring.cache.infinispan.config` property to use the provided `infinispan.xml`
`infinispan.xml` configuration instead. configuration instead.
......
...@@ -65,10 +65,6 @@ ...@@ -65,10 +65,6 @@
</dependency> </dependency>
--> -->
<!-- <!--
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-spring4</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.infinispan</groupId> <groupId>org.infinispan</groupId>
<artifactId>infinispan-spring4-embedded</artifactId> <artifactId>infinispan-spring4-embedded</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment