plugins { id "java" id "org.springframework.boot" id "org.springframework.cr.smoke-test" } dependencies { implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)) implementation("org.springframework.boot:spring-boot-starter-integration") implementation("org.springframework.integration:spring-integration-file") implementation("org.crac:crac:$cracVersion") implementation(project(":cr-listener")) testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.integration:spring-integration-test") appTestImplementation(project(":cr-smoke-test-support")) appTestImplementation("org.awaitility:awaitility:4.2.0") }