File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,4 @@ dependencies {
10
10
api(" io.opentelemetry.javaagent:opentelemetry-javaagent-api:${versions[" opentelemetry_java_agent" ]} " )
11
11
implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-caching:${versions[" opentelemetry_java_agent" ]} " )
12
12
implementation(" org.slf4j:slf4j-api:${versions[" slf4j" ]} " )
13
-
14
- // TODO (pavolloffay) remove
15
- implementation(" com.blogspot.mydailyjava:weak-lock-free:0.17" )
16
13
}
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ dependencies {
17
17
instrumentationMuzzle(" io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap:${versions[" opentelemetry_java_agent" ]} " )
18
18
instrumentationMuzzle(" net.bytebuddy:byte-buddy:1.10.18" )
19
19
instrumentationMuzzle(" net.bytebuddy:byte-buddy-agent:1.10.18" )
20
- instrumentationMuzzle(" com.blogspot.mydailyjava:weak-lock-free:0.15" )
21
20
instrumentationMuzzle(" com.google.auto.service:auto-service:1.0" )
22
21
instrumentationMuzzle(" org.slf4j:slf4j-api:${versions[" slf4j" ]} " )
23
22
}
You can’t perform that action at this time.
0 commit comments