File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux-redis
src/dockerTest/java/smoketest/session Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id " java"
33 id " org.springframework.boot.conventions"
4+ id " org.springframework.boot.docker-test"
45}
56
67description = " Spring Boot Session WebFlux Redis smoke test"
78
89dependencies {
10+ dockerTestImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-test" ))
11+ dockerTestImplementation(project(" :spring-boot-project:spring-boot-testcontainers" ))
12+ dockerTestImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
13+ dockerTestImplementation(" org.testcontainers:junit-jupiter" )
14+
915 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-security" ))
1016 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-webflux" ))
1117
1218 runtimeOnly(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-data-redis-reactive" ))
1319 runtimeOnly(" org.springframework.session:spring-session-data-redis" )
14-
15- testImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-test" ))
16- testImplementation(project(" :spring-boot-project:spring-boot-testcontainers" ))
17- testImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
18- testImplementation(" org.testcontainers:junit-jupiter" )
1920}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments