File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
dd-java-agent/agent-bootstrap Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,9 @@ dependencies {
2525 api project(' :dd-java-agent:agent-debugger:debugger-bootstrap' )
2626 api project(' :components:environment' )
2727 api project(' :components:json' )
28+ api libs. instrumentjava
2829 api libs. slf4j
2930 // ^ Generally a bad idea for libraries, but we're shadowing.
30- api(variantOf(libs. instrumentjava, { classifier(" all" ) })) {
31- transitive = false
32- }
3331
3432 testImplementation project(' :dd-java-agent:testing' )
3533}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ scala33 = "3.3.0"
2929autoservice = " 1.1.1"
3030asm = " 9.9"
3131byte-buddy = " 1.17.7"
32- instrument-java = " 0.0.2 "
32+ instrument-java = " 0.0.3 "
3333
3434# Benchmarks
3535jmh = " 1.37"
You can’t perform that action at this time.
0 commit comments