Skip to content

Commit

Permalink
Adding snappy reference fixes error thrown on deserializing avro files
Browse files Browse the repository at this point in the history
  • Loading branch information
snf2ye committed Aug 29, 2023
1 parent 39f23d0 commit 3b54d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ repositories {

dependencies {
implementation "org.apache.avro:avro:1.11.2"
implementation 'org.xerial.snappy:snappy-java:1.1.10.3'
testImplementation 'org.json:json:20230618'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
}
Expand Down

0 comments on commit 3b54d6e

Please sign in to comment.