Skip to content

Commit ed9a91a

Browse files
author
Rafał Leszko
authored
Merge pull request #29 from nfrankel/feature/replace_hz_all
Replace usage of hazelcast-all by just hazelcast
2 parents 8be75de + 7ee0bf5 commit ed9a91a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ We want to use Hazelcast as the JCache provider. The good news is that all you h
8686
----
8787
<dependency>
8888
<groupId>com.hazelcast</groupId>
89-
<artifactId>hazelcast-all</artifactId>
89+
<artifactId>hazelcast</artifactId>
9090
</dependency>
9191
----
9292

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<dependency>
3434
<groupId>com.hazelcast</groupId>
35-
<artifactId>hazelcast-all</artifactId>
35+
<artifactId>hazelcast</artifactId>
3636
<version>4.2</version>
3737
</dependency>
3838

0 commit comments

Comments
 (0)