Remove unnecessary dependencies (#12954)
This commit is contained in:
parent
ef83bd9d15
commit
b1739f18e6
|
@ -6,7 +6,3 @@
|
|||
plugins {
|
||||
id("otel.java-conventions")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.apache.groovy:groovy")
|
||||
}
|
||||
|
|
|
@ -10,7 +10,5 @@ dependencies {
|
|||
implementation("io.ratpack:ratpack-core:1.4.0")
|
||||
implementation("io.ratpack:ratpack-test:1.4.0")
|
||||
|
||||
implementation("org.apache.groovy:groovy")
|
||||
implementation("io.opentelemetry:opentelemetry-api")
|
||||
implementation("org.spockframework:spock-core")
|
||||
}
|
||||
|
|
|
@ -10,7 +10,5 @@ dependencies {
|
|||
compileOnly("io.vertx:vertx-codegen:3.0.0")
|
||||
compileOnly("io.vertx:vertx-docgen:3.0.0")
|
||||
|
||||
implementation("org.apache.groovy:groovy")
|
||||
implementation("io.opentelemetry:opentelemetry-api")
|
||||
implementation("org.spockframework:spock-core")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue