File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
hazelcast/hazelcast-client-server Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ if [[ "$MODULE" == "module5" ]]
86
86
then
87
87
# ADD NEW MODULES HERE
88
88
# (add new modules above the rest so you get quicker feedback if it fails)
89
+ build_gradle_module " spring-boot/hazelcast/hazelcast-embedded-cache"
90
+ build_gradle_module " spring-boot/hazelcast/hazelcast-client-server"
89
91
build_maven_module " core-java/heapdump"
90
92
build_gradle_module " aws/s3"
91
93
build_maven_module " graphql"
104
106
build_gradle_module " spring-boot/bean-lifecycle"
105
107
build_gradle_module " spring-boot/request-response/client"
106
108
build_gradle_module " spring-boot/request-response/server"
107
- build_gradle_module " spring-boot/hazelcast/hazelcast-embedded-cache"
108
- build_gradle_module " spring-boot/hazelcast/hazelcast-client-server"
109
109
110
110
echo " "
111
111
echo " +++"
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ dependencies {
26
26
testImplementation(' org.springframework.boot:spring-boot-starter-test' ) {
27
27
exclude group : ' org.junit.vintage' , module : ' junit-vintage-engine'
28
28
}
29
- testCompile " org.testcontainers:testcontainers:1.12.5 "
30
- testCompile " org.testcontainers:junit-jupiter:1.12.5 "
29
+ testCompile " org.testcontainers:testcontainers:1.15.2 "
30
+ testCompile " org.testcontainers:junit-jupiter:1.15.2 "
31
31
}
32
32
33
33
test {
You can’t perform that action at this time.
0 commit comments