We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da77e1 commit 5f361b6Copy full SHA for 5f361b6
dd-java-agent/instrumentation/jdbc/build.gradle
@@ -20,6 +20,10 @@ addTestSuiteForDir('latestDepTest', 'test')
20
addTestSuiteExtendingForDir('latestDepJava11Test', 'latestDepTest', 'test')
21
22
dependencies {
23
+ // junit extension
24
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.x.x'
25
+ testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.x.x'
26
+
27
compileOnly group: 'com.zaxxer', name: 'HikariCP', version: '2.4.0'
28
testImplementation(testFixtures(project(':dd-java-agent:agent-iast')))
29
0 commit comments