Create spring-boot-hazelcast module
This commit is contained in:
committed by
Phillip Webb
parent
cf7d8332e2
commit
8d5c834df9
@@ -39,7 +39,7 @@ dependencies {
|
||||
ehcache("org.ehcache:ehcache::jakarta")
|
||||
|
||||
hazelcast(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
hazelcast("com.hazelcast:hazelcast")
|
||||
hazelcast(project(":spring-boot-project:spring-boot-hazelcast"))
|
||||
hazelcast("com.hazelcast:hazelcast-spring")
|
||||
|
||||
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-actuator"))
|
||||
|
||||
@@ -5,10 +5,10 @@ plugins {
|
||||
description = "Spring Boot Session smoke test"
|
||||
|
||||
dependencies {
|
||||
implementation(project(":spring-boot-project:spring-boot-hazelcast"))
|
||||
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-actuator"))
|
||||
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-security"))
|
||||
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
|
||||
implementation("com.hazelcast:hazelcast")
|
||||
implementation("org.springframework.session:spring-session-hazelcast") {
|
||||
exclude group: "javax.annotation", module: "javax.annotation-api"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user