build.gradle.kts 348 B

1234567891011
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. implementation(project(":instrumentation:servlet:servlet-common:library"))
  6. implementation(project(":instrumentation:servlet:servlet-javax-common:library"))
  7. compileOnly("org.springframework:spring-webmvc:3.1.0.RELEASE")
  8. compileOnly("javax.servlet:javax.servlet-api:3.1.0")
  9. }