File tree Expand file tree Collapse file tree 7 files changed +1
-6
lines changed
Expand file tree Collapse file tree 7 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ subprojects {
88 implementation(" org.slf4j:slf4j-api:1.7.30" )
99 implementation(" com.google.auto.service:auto-service:1.0-rc7" )
1010 annotationProcessor(" com.google.auto.service:auto-service:1.0-rc7" )
11+ implementation(" net.bytebuddy:byte-buddy:1.10.10" )
1112
1213 implementation(" io.opentelemetry:opentelemetry-api:0.9.1" )
1314 implementation(" io.opentelemetry.javaagent:opentelemetry-javaagent-tooling:0.9.0" )
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ dependencies {
6464 compileOnly(" io.grpc:grpc-stub:1.5.0" )
6565
6666 implementation(" javax.annotation:javax.annotation-api:1.3.2" )
67- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
6867
6968 testImplementation(project(" :testing-common" ))
7069 testImplementation(" io.grpc:grpc-core:1.5.0" )
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ dependencies {
2828 api(" io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-okhttp-3.0:0.9.0" )
2929
3030 compileOnly(" com.squareup.okhttp3:okhttp:3.0.0" )
31- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
3231
3332 testImplementation(project(" :testing-common" ))
3433}
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ dependencies {
3434 api(" io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-servlet-2.2:0.9.0" )
3535
3636 compileOnly(" javax.servlet:servlet-api:2.3" )
37- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
3837
3938 testImplementation(project(" :testing-common" )){
4039 exclude(group = " org.eclipse.jetty" , module= " jetty-server" )
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ dependencies {
3535 api(" io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-servlet-3.0:0.9.0" )
3636
3737 compileOnly(" javax.servlet:javax.servlet-api:3.0.1" )
38- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
3938
4039 testImplementation(project(" :testing-common" )) {
4140 exclude(group = " org.eclipse.jetty" , module= " jetty-server" )
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ dependencies {
3636 api(" io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-servlet-3.0:0.9.0" )
3737
3838 compileOnly(" javax.servlet:javax.servlet-api:3.1.0" )
39- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
4039
4140 testImplementation(project(" :testing-common" )) {
4241 exclude(group = " org.eclipse.jetty" , module= " jetty-server" )
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ dependencies {
3232 api(" io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-jetty-8.0:0.9.0" )
3333
3434 compileOnly(" com.sparkjava:spark-core:2.3" )
35- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
3635
3736 testImplementation(project(" :testing-common" ))
3837 testImplementation(" com.sparkjava:spark-core:2.3" )
You can’t perform that action at this time.
0 commit comments