File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ dependencies {
8282 testImplementation libs. bytebuddy
8383 testImplementation libs. assertj
8484 testImplementation libs. jsonschemavalidator
85+ testImplementation libs. kafka. clients
86+ testImplementation libs. bouncycastle. bcpkix
8587
8688 testImplementation libs. okhttp3
8789 testImplementation libs. okhttp3. mockwebserver
Original file line number Diff line number Diff line change @@ -129,3 +129,6 @@ netty-resolver-dns-native = { module = 'io.netty:netty-resolver-dns-native-macos
129129json-smart = { module = ' net.minidev:json-smart' , version = ' 2.5.2' }
130130netty-common = { module = ' io.netty:netty-common' , version.ref = ' netty' }
131131netty-handler = { module = ' io.netty:netty-handler' , version.ref = ' netty' }
132+
133+ # test scope
134+ bouncycastle-bcpkix = { module = ' org.bouncycastle:bcpkix-jdk18on' , version = ' 1.80' }
You can’t perform that action at this time.
0 commit comments