File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,14 @@ dependencies {
1515 implementation(" io.prometheus:prometheus-metrics-exporter-httpserver" ) {
1616 exclude(group = " io.prometheus" , module = " prometheus-metrics-exposition-formats" )
1717 }
18- implementation(" io.prometheus:prometheus-metrics-exposition-textformats " )
18+ implementation(" io.prometheus:prometheus-metrics-exposition-formats-no-protobuf " )
1919
2020 compileOnly(" com.google.auto.value:auto-value-annotations" )
2121
2222 annotationProcessor(" com.google.auto.value:auto-value" )
2323
2424 testImplementation(project(" :sdk:testing" ))
2525 testImplementation(" io.opentelemetry.proto:opentelemetry-proto" )
26- testImplementation(" io.prometheus:prometheus-metrics-exposition-formats-no-protobuf" )
2726 testImplementation(" com.sun.net.httpserver:http" )
2827 testImplementation(" com.google.guava:guava" )
2928 testImplementation(" com.linecorp.armeria:armeria" )
You can’t perform that action at this time.
0 commit comments