Skip to content

Commit

Permalink
解决seatunnel提交给flink无法触发chk的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonYoah committed Mar 19, 2024
1 parent 7088671 commit 409b3f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion seatunnel-connectors-v2/connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,14 @@
<artifactId>commons-cli</artifactId>
<groupId>commons-cli</groupId>
</exclusion>

<exclusion>
<artifactId>metrics-core</artifactId>
<groupId>io.dropwizard.metrics</groupId>
</exclusion>
<exclusion>
<artifactId>commons-math3</artifactId>
<groupId>org.apache.commons</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down
4 changes: 4 additions & 0 deletions seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<artifactId>commons-cli</artifactId>
<groupId>commons-cli</groupId>
</exclusion>
<exclusion>
<artifactId>commons-math3</artifactId>
<groupId>org.apache.commons</groupId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 409b3f7

Please sign in to comment.