Skip to content

Commit

Permalink
use hive-catalog-shade's iceberg package
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Jul 31, 2023
1 parent 8803f63 commit ad5cd6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
9 changes: 0 additions & 9 deletions fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -535,15 +535,6 @@ under the License.
<artifactId>opentelemetry-exporter-zipkin</artifactId>
</dependency>

<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-aws</artifactId>
</dependency>

<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-core</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1173,18 +1173,6 @@ under the License.
<artifactId>jettison</artifactId>
<version>${jettison.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-core -->
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-core</artifactId>
<version>${iceberg.version}</version>
</dependency>
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-aws</artifactId>
<version>${iceberg.version}</version>
</dependency>
<dependency>
<groupId>com.aliyun.odps</groupId>
<artifactId>odps-sdk-core</artifactId>
Expand Down

0 comments on commit ad5cd6f

Please sign in to comment.