build.gradle.kts 402 B

123456789101112131415
  1. plugins {
  2. id("otel.library-instrumentation")
  3. id("otel.nullaway-conventions")
  4. id("otel.animalsniffer-conventions")
  5. }
  6. dependencies {
  7. library("org.apache.httpcomponents:httpclient:4.3")
  8. implementation("org.slf4j:slf4j-api")
  9. testImplementation(project(":instrumentation:apache-httpclient:apache-httpclient-4.3:testing"))
  10. latestDepTestLibrary("org.apache.httpcomponents:httpclient:4.+")
  11. }