Skip to content

Commit

Permalink
Remove LzoCodec
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Aug 12, 2024
1 parent 0eea7c6 commit b447a52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
<artifactId>hive-standalone-metastore</artifactId>
<version>${dep.hive.version}</version>
<exclusions>
<exclusion>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hive</groupId>
<artifactId>hive-metastore</artifactId>
Expand Down
24 changes: 0 additions & 24 deletions src/main/java/com/hadoop/compression/lzo/LzoCodec.java

This file was deleted.

0 comments on commit b447a52

Please sign in to comment.