Skip to content

Commit 14f2568

Browse files
build with libraries
1 parent d8dcccb commit 14f2568

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

dd-trace-core/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,8 @@ dependencies {
8080

8181
implementation group: 'com.google.re2j', name: 're2j', version: '1.7'
8282

83-
// Antithesis SDK for assertions and property testing (optional - only used when available)
84-
compileOnly group: 'com.antithesis', name: 'sdk', version: '1.4.5'
85-
// Jackson for Antithesis assertion details (if not already available transitively)
86-
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.2'
83+
// Antithesis SDK for assertions and property testing - bundled in tracer JAR
84+
implementation group: 'com.antithesis', name: 'sdk', version: '1.4.5'
8785

8886
compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.2.0'
8987

telemetry/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ dependencies {
3535

3636
implementation(project(":internal-api"))
3737

38-
// Antithesis SDK for assertions and property testing (optional - only used when available)
39-
compileOnly(group = "com.antithesis", name = "sdk", version = "1.4.5")
40-
compileOnly(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.15.2")
38+
// Antithesis SDK for assertions and property testing - bundled in tracer JAR
39+
implementation(group = "com.antithesis", name = "sdk", version = "1.4.5")
4140

4241
compileOnly(project(":dd-java-agent:agent-tooling"))
4342
testImplementation(project(":dd-java-agent:agent-tooling"))

0 commit comments

Comments
 (0)