File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,17 @@ application.mainClass.set("io.opentelemetry.contrib.jmxmetrics.JmxMetrics")
1414
1515val groovyVersion = " 3.0.25"
1616
17+ repositories {
18+ mavenCentral()
19+ // terracotta repository for jmxmp connector
20+ maven {
21+ setUrl(" https://repo.terracotta.org/maven2" )
22+ content {
23+ includeGroupByRegex(""" org\.terracotta.*""" )
24+ }
25+ }
26+ }
27+
1728dependencies {
1829 api(platform(" org.codehaus.groovy:groovy-bom:$groovyVersion " ))
1930
Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ dependencyResolutionManagement {
1818 repositories {
1919 mavenCentral()
2020 mavenLocal()
21- // terracotta repository for jmxmp connector
22- maven {
23- setUrl(" https://repo.terracotta.org/maven2" )
24- content {
25- includeGroupByRegex(""" org\.terracotta.*""" )
26- }
27- }
2821 // for otel snapshots
2922 maven {
3023 url = uri(" https://central.sonatype.com/repository/maven-snapshots/" )
You can’t perform that action at this time.
0 commit comments