Skip to content

Commit 0f27643

Browse files
committed
Fix and more tests
1 parent d3ac6d0 commit 0f27643

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dd-java-agent/appsec/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ dependencies {
1919
implementation group: 'io.sqreen', name: 'libsqreen', version: '17.3.0'
2020
implementation libs.moshi
2121

22+
compileOnly project(':dd-java-agent:agent-bootstrap')
23+
testImplementation project(':dd-java-agent:agent-bootstrap')
2224
testImplementation libs.bytebuddy
2325
testImplementation project(':remote-config:remote-config-core')
2426
testImplementation project(':utils:test-utils')

0 commit comments

Comments
 (0)