build.gradle.kts 468 B

123456789101112
  1. plugins {
  2. id("otel.java-conventions")
  3. }
  4. dependencies {
  5. testCompileOnly("com.google.auto.service:auto-service-annotations")
  6. testImplementation("org.mockito:mockito-junit-jupiter")
  7. testImplementation(project(":instrumentation:spring:spring-boot-resources:library"))
  8. testImplementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi")
  9. testImplementation(project(path = ":smoke-tests:images:spring-boot", configuration = "springBootJar"))
  10. }