Skip to content

Commit 068ed8d

Browse files
committed
Ensure Hazelcast 4 compatibility with Java 9+
1 parent 2b6489c commit 068ed8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-session-hazelcast/hazelcast4/hazelcast4.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies {
2323
compile project(':spring-session-core')
2424
compile "com.hazelcast:hazelcast:4.0.2"
2525
compile "org.springframework:spring-context"
26+
compile "javax.annotation:javax.annotation-api"
2627

2728
testCompile "javax.servlet:javax.servlet-api"
2829
testCompile "org.springframework:spring-web"

0 commit comments

Comments
 (0)