We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d336d6d commit 5bcb867Copy full SHA for 5bcb867
1 file changed
drivers/jdbc/lib/build.gradle.kts
@@ -36,6 +36,7 @@ dependencies {
36
37
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
38
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
39
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
40
41
testImplementation("org.testcontainers:testcontainers:1.18.0")
42
testImplementation("org.postgresql:postgresql:42.6.0")
0 commit comments