build.gradle.kts 408 B

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