build.gradle.kts 209 B

123456789
  1. plugins {
  2. id("otel.javaagent-instrumentation")
  3. }
  4. dependencies {
  5. bootstrap(project(":instrumentation:servlet:servlet-common:bootstrap"))
  6. compileOnly("org.springframework:spring-webmvc:3.1.0.RELEASE")
  7. }