Skip to content

Commit

Permalink
chore(deps) add missing scala dependent modules (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
moremagic authored Oct 11, 2022
1 parent 5b25be0 commit f4e3284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ dependencies {
// avro
implementation 'org.apache.avro:avro:1.11.0'

// jackson-module-scala
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-scala_2.13', version: '2.13.4'

// protobuf
implementation group: "com.google.protobuf", name: "protobuf-java", version: '3.19.2'
Expand Down

0 comments on commit f4e3284

Please sign in to comment.