Skip to content

Commit

Permalink
[fix][offload] Filesystem offloader class not found hadoop-hdfs-client (
Browse files Browse the repository at this point in the history
  • Loading branch information
ethqunzhong authored and Technoboy- committed Jul 3, 2023
1 parent 46d057c commit ce51966
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions tiered-storage/file-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,34 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-client</artifactId>
<version>${hdfs-offload-version3}</version>
<exclusions>
<exclusion>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</exclusion>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- fix hadoop-commons vulnerable dependencies -->
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down

0 comments on commit ce51966

Please sign in to comment.