Skip to content

Commit 0ca6d2a

Browse files
Add missing dependency in jdbc driver (#2206)
- This was also failing CI. The issue is described here gradle/gradle#33950
1 parent d38b2bd commit 0ca6d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/jdbc/lib/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies {
3636

3737
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
3838
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
39+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3940

4041
testImplementation("org.testcontainers:testcontainers:1.18.0")
4142
testImplementation("org.postgresql:postgresql:42.6.0")

0 commit comments

Comments
 (0)