File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,20 @@ otelJava.moduleName.set("io.opentelemetry.contrib.jmxscraper")
1313
1414application.mainClass.set(" io.opentelemetry.contrib.jmxscraper.JmxScraper" )
1515
16+ repositories {
17+ mavenCentral()
18+ mavenLocal()
19+ // TODO: remove snapshot repository once 2.9.0 is released
20+ maven {
21+ setUrl(" https://oss.sonatype.org/content/repositories/snapshots" )
22+ }
23+
24+ }
25+
26+
1627dependencies {
1728 // 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", ))
29+ api(enforcedPlatform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.9.0-alpha-SNAPSHOT " ))
1930
2031 implementation(" io.opentelemetry:opentelemetry-api" )
2132 implementation(" io.opentelemetry:opentelemetry-sdk" )
You can’t perform that action at this time.
0 commit comments