@@ -146,7 +146,7 @@ testing {
146
146
147
147
implementation(" org.objenesis:objenesis" )
148
148
implementation(" org.spockframework:spock-core" ) {
149
- with (this as ExternalDependency ) {
149
+ with (this as ExternalDependency ) {
150
150
// exclude optional dependencies
151
151
exclude(group = " cglib" , module = " cglib-nodep" )
152
152
exclude(group = " net.bytebuddy" , module = " byte-buddy" )
@@ -157,7 +157,7 @@ testing {
157
157
}
158
158
}
159
159
implementation(" org.spockframework:spock-junit4" ) {
160
- with (this as ExternalDependency ) {
160
+ with (this as ExternalDependency ) {
161
161
// spock-core is already added as dependency
162
162
// exclude it here to avoid pulling in optional dependencies
163
163
exclude(group = " org.spockframework" , module = " spock-core" )
@@ -376,7 +376,7 @@ configurations.configureEach {
376
376
dependencySubstitution {
377
377
substitute(module(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-api" )).using(project(" :instrumentation-api" ))
378
378
substitute(module(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv" )).using(project(" :instrumentation-api-semconv" ))
379
- substitute(module(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-annotation- support" )).using(project(" :instrumentation-api-annotation -support" ))
379
+ substitute(module(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations- support" )).using(project(" :instrumentation-annotations -support" ))
380
380
substitute(module(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-appender-api-internal" )).using(project(" :instrumentation-appender-api-internal" ))
381
381
substitute(module(" io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap" )).using(project(" :javaagent-bootstrap" ))
382
382
substitute(module(" io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api" )).using(project(" :javaagent-extension-api" ))
0 commit comments