build.gradle.kts 553 B

123456789101112131415
  1. plugins {
  2. id("otel.java-conventions")
  3. }
  4. dependencies {
  5. api(project(":testing-common"))
  6. api("org.testcontainers:testcontainers")
  7. compileOnly("org.springframework.integration:spring-integration-core:4.1.0.RELEASE")
  8. compileOnly("org.springframework.boot:spring-boot-starter-test:1.5.22.RELEASE")
  9. compileOnly("org.springframework.boot:spring-boot-starter:1.5.22.RELEASE")
  10. compileOnly("org.springframework.cloud:spring-cloud-stream:2.2.1.RELEASE")
  11. compileOnly("org.springframework.cloud:spring-cloud-stream-binder-rabbit:2.2.1.RELEASE")
  12. }