File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55 id(" otel.java-conventions" )
66
7- // publishing disabled until component is ready to be used
7+ // TODO publishing disabled until component is ready to be used
88 // id("otel.publish-conventions")
99}
1010
@@ -14,6 +14,9 @@ otelJava.moduleName.set("io.opentelemetry.contrib.jmxscraper")
1414application.mainClass.set(" io.opentelemetry.contrib.jmxscraper.JmxScraper" )
1515
1616dependencies {
17+ // TODO remove snapshot dependency on upstream once 2.9.0 is released
18+ // api(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.9.0-SNAPSHOT-alpha",))
19+
1720 implementation(" io.opentelemetry:opentelemetry-api" )
1821 implementation(" io.opentelemetry:opentelemetry-sdk" )
1922 implementation(" io.opentelemetry:opentelemetry-sdk-metrics" )
You can’t perform that action at this time.
0 commit comments