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