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,17 +14,6 @@ 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-
2817dependencies {
2918 api(platform(" org.codehaus.groovy:groovy-bom:$groovyVersion " ))
3019
@@ -44,8 +33,6 @@ dependencies {
4433 annotationProcessor(" com.google.auto.value:auto-value" )
4534 compileOnly(" com.google.auto.value:auto-value-annotations" )
4635
47- runtimeOnly(" org.terracotta:jmxremote_optional-tc:1.0.8" )
48-
4936 testImplementation(" org.slf4j:slf4j-api" )
5037 testImplementation(" org.slf4j:slf4j-simple" )
5138 testImplementation(" org.junit-pioneer:junit-pioneer" )
You can’t perform that action at this time.
0 commit comments