Skip to content

Commit

Permalink
fix pom
Browse files Browse the repository at this point in the history
Signed-off-by: zhaohehuhu <[email protected]>
  • Loading branch information
zhaohehuhu authored and gengjun-git committed Jan 21, 2025
1 parent c5d9290 commit 0b578cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions java-extensions/hadoop-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
<version>${iceberg.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-shaded</artifactId>
<version>4.0.2</version>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 0 additions & 6 deletions java-extensions/iceberg-metadata-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-shaded</artifactId>
<version>4.0.2</version>
</dependency>

<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down

0 comments on commit 0b578cd

Please sign in to comment.