Skip to content

Commit 3a22aba

Browse files
committed
Drop dependency to commons-codec
1 parent 5e58469 commit 3a22aba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@
7878
<artifactId>commons-compress</artifactId>
7979
<version>1.26.2</version>
8080
</dependency>
81-
<dependency>
82-
<!-- For compressors: snappy and lz4 -->
83-
<groupId>commons-codec</groupId>
84-
<artifactId>commons-codec</artifactId>
85-
<version>1.17.0</version>
86-
</dependency>
87-
<!-- Other dependencies -->
8881
<dependency>
8982
<groupId>org.slf4j</groupId>
9083
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)