|
|
@ -12,7 +12,6 @@ dependencies {
|
|
|
|
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
|
|
|
|
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
|
|
|
|
implementation("org.springframework.session:spring-session-data-redis")
|
|
|
|
implementation("org.springframework.session:spring-session-data-redis")
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation("org.testcontainers:testcontainers")
|
|
|
|
|
|
|
|
testImplementation("org.testcontainers:junit-jupiter")
|
|
|
|
testImplementation("org.testcontainers:junit-jupiter")
|
|
|
|
testImplementation(project(":spring-boot-project:spring-boot-testcontainers"))
|
|
|
|
testImplementation(project(":spring-boot-project:spring-boot-testcontainers"))
|
|
|
|
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
|
|
|
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
|
|
|