Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Jan 17, 2024
1 parent eb5f773 commit 1ef1e98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
<log4j.version>1.2.17</log4j.version>
<logback.version>1.2.3</logback.version>
<commons-logging.version>1.2</commons-logging.version>
<iceberg.version>0.13.1</iceberg.version>
<flink.1.13.6.version>1.13.6</flink.1.13.6.version>
<flink.1.15.3.version>1.15.3</flink.1.15.3.version>
<spark.2.4.0.version>2.4.0</spark.2.4.0.version>
Expand All @@ -86,7 +85,7 @@
<hadoop.binary.version>2.7</hadoop.binary.version>
<jackson.version>2.13.3</jackson.version>
<lombok.version>1.18.24</lombok.version>
<commons-compress.version>1.22</commons-compress.version>
<commons-compress.version>1.20</commons-compress.version>
<skip.pmd.check>false</skip.pmd.check>
<maven.deploy.skip>false</maven.deploy.skip>
<maven.javadoc.skip>false</maven.javadoc.skip>
Expand Down
3 changes: 1 addition & 2 deletions seatunnel-connectors-v2/connector-iceberg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<properties>
<iceberg.version>1.4.2</iceberg.version>
<parquet-avro.version>1.12.3</parquet-avro.version>
<parquet-avro.version>1.13.1</parquet-avro.version>
<avro.version>1.11.3</avro.version>
<hive.version>2.3.9</hive.version>
</properties>
Expand All @@ -48,7 +48,6 @@
<artifactId>iceberg-core</artifactId>
<version>${iceberg.version}</version>
</dependency>

<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-common</artifactId>
Expand Down
1 change: 1 addition & 0 deletions seatunnel-core/seatunnel-core-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1ef1e98

Please sign in to comment.