build.gradle.kts 355 B

1234567891011
  1. plugins {
  2. id("otel.java-conventions")
  3. }
  4. dependencies {
  5. implementation(project(":testing-common"))
  6. compileOnly("org.springframework.boot:spring-boot-starter-test:1.5.17.RELEASE")
  7. compileOnly("org.springframework.boot:spring-boot-starter-web:1.5.17.RELEASE")
  8. compileOnly("org.springframework.boot:spring-boot-starter-security:1.5.17.RELEASE")
  9. }