File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-kafka
src/dockerTest/java/smoketest/kafka/ssl Expand file tree Collapse file tree 2 files changed +8
-4
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 Kafka 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-tools:spring-boot-test-support" ))
12+ dockerTestImplementation(" org.awaitility:awaitility" )
13+ dockerTestImplementation(" org.testcontainers:junit-jupiter" )
14+ dockerTestImplementation(" org.testcontainers:kafka" )
15+
916 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-json" ))
1017 implementation(" org.springframework.kafka:spring-kafka" )
11-
18+
1219 testImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-test" ))
13- testImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
1420 testImplementation(" org.awaitility:awaitility" )
1521 testImplementation(" org.springframework.kafka:spring-kafka-test" ) {
1622 exclude group : " commons-logging" , module : " commons-logging"
1723 }
18- testImplementation(" org.testcontainers:junit-jupiter" )
19- testImplementation(" org.testcontainers:kafka" )
2024}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments