File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux-mongo
src/dockerTest/java/smoketest/session Expand file tree Collapse file tree 2 files changed +7
-6
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 MongoDB 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+ dockerTestImplementation(" org.testcontainers:mongodb" )
15+
916 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-security" ))
1017 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-webflux" ))
1118
1219 runtimeOnly(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-data-mongodb-reactive" ))
1320 runtimeOnly(" org.springframework.session:spring-session-data-mongodb" )
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:mongodb" )
19- testImplementation(" org.testcontainers:junit-jupiter" )
2021}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments