Skip to content

Commit

Permalink
Remove unused transitive prometheus deps (#4352)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Apr 8, 2022
1 parent e7d5a97 commit d0357cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions exporters/prometheus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ otelJava.moduleName.set("io.opentelemetry.exporter.prometheus")
dependencies {
api(project(":sdk:metrics"))

api("io.prometheus:simpleclient")
implementation("io.prometheus:simpleclient_common")

compileOnly("com.sun.net.httpserver:http")

testImplementation("com.google.guava:guava")
Expand Down

0 comments on commit d0357cb

Please sign in to comment.