Skip to content

Commit

Permalink
Remove unused delta-storage dependency that was added in https://gith…
Browse files Browse the repository at this point in the history
…ub.com/apache/druid/pull/16648/files

This dependency was added in #16648 as a workaround to the
class loader. Remove it.
  • Loading branch information
abhishekrb19 committed Sep 27, 2024
1 parent 976c918 commit 18aae43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions extensions-contrib/druid-deltalake-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@
<artifactId>delta-kernel-defaults</artifactId>
<version>${delta-kernel.version}</version>
</dependency>
<dependency>
<groupId>io.delta</groupId>
<artifactId>delta-storage</artifactId>
<version>${delta-kernel.version}</version>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
Expand Down

0 comments on commit 18aae43

Please sign in to comment.