@ -25,9 +25,7 @@ dependencies {
systemTestImplementation ( enforcedPlatform ( project ( path: ":spring-boot-project:spring-boot-parent" ) ) )
systemTestImplementation ( enforcedPlatform ( project ( path: ":spring-boot-project:spring-boot-parent" ) ) )
systemTestImplementation ( project ( ":spring-boot-project:spring-boot-starters:spring-boot-starter-test" ) )
systemTestImplementation ( project ( ":spring-boot-project:spring-boot-starters:spring-boot-starter-test" ) )
systemTestImplementation ( project ( ":spring-boot-project:spring-boot-tools:spring-boot-test-support" ) )
systemTestImplementation ( project ( ":spring-boot-project:spring-boot-tools:spring-boot-test-support" ) )
systemTestImplementation ( "org.apache.httpcomponents:httpasyncclient" ) {
systemTestImplementation ( "org.apache.httpcomponents.client5:httpclient5" )
exclude group: "commons-logging" , module: "commons-logging"
}
systemTestImplementation ( "org.awaitility:awaitility" )
systemTestImplementation ( "org.awaitility:awaitility" )
systemTestImplementation ( "org.testcontainers:junit-jupiter" )
systemTestImplementation ( "org.testcontainers:junit-jupiter" )
systemTestImplementation ( "org.testcontainers:testcontainers" )
systemTestImplementation ( "org.testcontainers:testcontainers" )