Skip to content

Commit

Permalink
Add gradle build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Dec 20, 2024
1 parent 2da77e1 commit 5f361b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dd-java-agent/instrumentation/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ addTestSuiteForDir('latestDepTest', 'test')
addTestSuiteExtendingForDir('latestDepJava11Test', 'latestDepTest', 'test')

dependencies {
// junit extension
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.x.x'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.x.x'

compileOnly group: 'com.zaxxer', name: 'HikariCP', version: '2.4.0'
testImplementation(testFixtures(project(':dd-java-agent:agent-iast')))

Expand Down

0 comments on commit 5f361b6

Please sign in to comment.