Skip to content

Commit 7ee0bf5

Browse files
committed
Replace usage of hazelcast-all by just hazelcast
1 parent 8be75de commit 7ee0bf5

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)