Skip to content

Commit 7b5c8a6

Browse files
committed
Update driver-legacy test dependencies
Add driver-core's testRuntimeOnly dependencies so that driver-legacy can also test using openssl. JAVA-4795
1 parent e94ae72 commit 7b5c8a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver-legacy/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ dependencies {
3737
testImplementation project(':bson').sourceSets.test.output
3838
testImplementation project(':driver-core').sourceSets.test.output
3939
testImplementation project(':driver-sync').sourceSets.test.output
40+
41+
testRuntimeOnly project(path: ':driver-core', configuration: 'consumableTestRuntimeOnly')
4042
}

0 commit comments

Comments
 (0)