Skip to content

Commit

Permalink
add lz4-java dependency in all/pom.pom
Browse files Browse the repository at this point in the history
  • Loading branch information
diguage committed Apr 24, 2020
1 parent e1c18cc commit 6911527
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,11 @@
<artifactId>kryo-serializers</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 6911527

Please sign in to comment.