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 {
8
8
implementation(" org.slf4j:slf4j-api:1.7.30" )
9
9
implementation(" com.google.auto.service:auto-service:1.0-rc7" )
10
10
annotationProcessor(" com.google.auto.service:auto-service:1.0-rc7" )
11
+ implementation(" net.bytebuddy:byte-buddy:1.10.10" )
11
12
12
13
implementation(" io.opentelemetry:opentelemetry-api:0.9.1" )
13
14
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 {
64
64
compileOnly(" io.grpc:grpc-stub:1.5.0" )
65
65
66
66
implementation(" javax.annotation:javax.annotation-api:1.3.2" )
67
- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
68
67
69
68
testImplementation(project(" :testing-common" ))
70
69
testImplementation(" io.grpc:grpc-core:1.5.0" )
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ dependencies {
28
28
api(" io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-okhttp-3.0:0.9.0" )
29
29
30
30
compileOnly(" com.squareup.okhttp3:okhttp:3.0.0" )
31
- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
32
31
33
32
testImplementation(project(" :testing-common" ))
34
33
}
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ dependencies {
34
34
api(" io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-servlet-2.2:0.9.0" )
35
35
36
36
compileOnly(" javax.servlet:servlet-api:2.3" )
37
- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
38
37
39
38
testImplementation(project(" :testing-common" )){
40
39
exclude(group = " org.eclipse.jetty" , module= " jetty-server" )
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ dependencies {
35
35
api(" io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-servlet-3.0:0.9.0" )
36
36
37
37
compileOnly(" javax.servlet:javax.servlet-api:3.0.1" )
38
- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
39
38
40
39
testImplementation(project(" :testing-common" )) {
41
40
exclude(group = " org.eclipse.jetty" , module= " jetty-server" )
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ dependencies {
36
36
api(" io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-servlet-3.0:0.9.0" )
37
37
38
38
compileOnly(" javax.servlet:javax.servlet-api:3.1.0" )
39
- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
40
39
41
40
testImplementation(project(" :testing-common" )) {
42
41
exclude(group = " org.eclipse.jetty" , module= " jetty-server" )
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ dependencies {
32
32
api(" io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-jetty-8.0:0.9.0" )
33
33
34
34
compileOnly(" com.sparkjava:spark-core:2.3" )
35
- implementation(" net.bytebuddy:byte-buddy:1.10.10" )
36
35
37
36
testImplementation(project(" :testing-common" ))
38
37
testImplementation(" com.sparkjava:spark-core:2.3" )
You can’t perform that action at this time.
0 commit comments