Skip to content

Commit

Permalink
Add runtime dependency on org.scala-lang.modules:scala-java8-compat_3…
Browse files Browse the repository at this point in the history
…:1.0.2 to fix issue with KafkaSinkTest

Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Jun 20, 2023
1 parent 5440f61 commit b2bd8ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ dependencies {
runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}"
runtimeOnly 'org.checkerframework:checker-qual:3.5.0'
runtimeOnly "org.bouncycastle:bcpkix-jdk15on:${versions.bouncycastle}"
runtimeOnly 'org.scala-lang.modules:scala-java8-compat_3:1.0.2'


implementation 'org.apache.commons:commons-lang3:3.4'
Expand Down

0 comments on commit b2bd8ca

Please sign in to comment.