Skip to content

Commit a403d6f

Browse files
committed
Update dependencies
1 parent 7decaa0 commit a403d6f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
<properties>
1818
<java.version>11</java.version>
19+
<hazelcast.version>4.0</hazelcast.version>
20+
<hazelcast-hibernate53.version>2.0.0</hazelcast-hibernate53.version>
21+
<hazelcast-client.version>3.12.6</hazelcast-client.version>
1922
</properties>
2023

2124
<dependencies>
@@ -36,6 +39,32 @@
3639
<artifactId>spring-boot-starter-web</artifactId>
3740
</dependency>
3841

42+
<dependency>
43+
<groupId>com.hazelcast</groupId>
44+
<artifactId>hazelcast</artifactId>
45+
<version>${hazelcast.version}</version>
46+
</dependency>
47+
<dependency>
48+
<groupId>com.hazelcast</groupId>
49+
<artifactId>hazelcast-spring</artifactId>
50+
<version>${hazelcast.version}</version>
51+
</dependency>
52+
53+
<dependency>
54+
<groupId>com.hazelcast</groupId>
55+
<artifactId>hazelcast-hibernate53</artifactId>
56+
<version>${hazelcast-hibernate53.version}</version>
57+
</dependency>
58+
<dependency>
59+
<groupId>com.hazelcast</groupId>
60+
<artifactId>hazelcast-client</artifactId>
61+
<version>${hazelcast-client.version}</version>
62+
</dependency>
63+
64+
<dependency>
65+
<groupId>com.h2database</groupId>
66+
<artifactId>h2</artifactId>
67+
</dependency>
3968
<dependency>
4069
<groupId>org.springframework.boot</groupId>
4170
<artifactId>spring-boot-devtools</artifactId>

0 commit comments

Comments
 (0)