Skip to content

Commit a4794a7

Browse files
committed
Add Conscrypt securtiy provider
1 parent a284f07 commit a4794a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backfill-cli/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ dependencies {
8484
implementation "${pulsarGroup}:pulsar-client:${pulsarVersion}"
8585
implementation "${pulsarGroup}:pulsar-client-tools-api:${pulsarVersion}"
8686

87+
runtimeOnly 'org.conscrypt:conscrypt-openjdk-uber:2.5.2'
88+
8789
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.1"
8890
testImplementation "org.mockito:mockito-core:3.11.1"
8991
testImplementation "com.datastax.oss:dsbulk-tests:${dsbulkVersion}"

0 commit comments

Comments
 (0)