We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a284f07 commit a4794a7Copy full SHA for a4794a7
backfill-cli/build.gradle
@@ -84,6 +84,8 @@ dependencies {
84
implementation "${pulsarGroup}:pulsar-client:${pulsarVersion}"
85
implementation "${pulsarGroup}:pulsar-client-tools-api:${pulsarVersion}"
86
87
+ runtimeOnly 'org.conscrypt:conscrypt-openjdk-uber:2.5.2'
88
+
89
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.1"
90
testImplementation "org.mockito:mockito-core:3.11.1"
91
testImplementation "com.datastax.oss:dsbulk-tests:${dsbulkVersion}"
0 commit comments