Skip to content

Commit c85948a

Browse files
committed
Fix cache sample README
Closes gh-5800
1 parent 4c877a6 commit c85948a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

spring-boot-samples/spring-boot-sample-cache/README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ the underlying `HazelcastInstance`.
7575

7676

7777
=== Infinispan
78-
Add the `org.infinispan:infinispan-spring4` and `org.infinispan:infinispan-spring4-embedded`
79-
dependencies to enable support for Infinispan. There is no default location that Infinispan
80-
uses to look for a config file so if you don't specify anything it will bootstrap on a hardcoded
81-
default. You can set the `spring.cache.infinispan.config` property to use the provided
82-
`infinispan.xml` configuration instead.
78+
Add the org.infinispan:infinispan-spring4-embedded` dependency to enable support for
79+
Infinispan. There is no default location that Infinispan uses to look for a config file
80+
so if you don't specify anything it will bootstrap on a hardcoded default. You can set
81+
the `spring.cache.infinispan.config` property to use the provided `infinispan.xml`
82+
configuration instead.
8383

8484

8585

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
</dependency>
6666
-->
6767
<!--
68-
<dependency>
69-
<groupId>org.infinispan</groupId>
70-
<artifactId>infinispan-spring4</artifactId>
71-
</dependency>
7268
<dependency>
7369
<groupId>org.infinispan</groupId>
7470
<artifactId>infinispan-spring4-embedded</artifactId>

0 commit comments

Comments
 (0)