File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments