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
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " java"
3
3
id " org.springframework.boot.conventions"
4
+ id " org.springframework.boot.docker-test"
4
5
}
5
6
6
7
description = " Spring Boot Session WebFlux Redis smoke test"
7
8
8
9
dependencies {
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
+
9
15
implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-security" ))
10
16
implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-webflux" ))
11
17
12
18
runtimeOnly(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-data-redis-reactive" ))
13
19
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" )
19
20
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments