Skip to content

Commit 8e3be3c

Browse files
committed
Add dependency to dd-instrument-java 0.0.1
1 parent af7ff80 commit 8e3be3c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dd-java-agent/agent-tooling/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dependencies {
4747
api group: 'com.blogspot.mydailyjava', name: 'weak-lock-free', version: '0.17'
4848
api libs.bytebuddy
4949
api libs.bytebuddyagent
50+
api libs.instrumentjava
5051
implementation group: 'net.java.dev.jna', name: 'jna', version: '5.8.0'
5152
implementation group: 'net.java.dev.jna', name: 'jna-platform', version: '5.8.0'
5253

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ junit5 = "5.12.2"
1212
junit-platform = "1.12.2"
1313
logback = "1.2.13"
1414
bytebuddy = "1.17.5"
15+
instrumentjava = "0.0.1"
1516
scala = "2.11.12" # Last version to support Java 7 (2.12+ require Java 8+)
1617
scala211 = "2.11.12"
1718
scala212 = "2.12.18"
@@ -45,6 +46,7 @@ okhttp = { module = "com.datadoghq.okhttp3:okhttp", version.ref = "okhttp" }
4546
okio = { module = "com.datadoghq.okio:okio", version.ref = "okio" }
4647
bytebuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "bytebuddy" }
4748
bytebuddyagent = { module = "net.bytebuddy:byte-buddy-agent", version.ref = "bytebuddy" }
49+
instrumentjava = { module = "com.datadoghq:dd-instrument-java", version.ref = "instrumentjava" }
4850
autoservice-processor = { module = "com.google.auto.service:auto-service", version.ref = "autoservice" }
4951
autoservice-annotation = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoservice" }
5052
commons-math = { module = "org.apache.commons:commons-math3", version.ref = "commons" }

0 commit comments

Comments
 (0)