Skip to content

Commit

Permalink
[bugfix][example] Solve the problem of example running failure (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx authored and chaorongzhi committed Aug 21, 2024
1 parent e2ea3fb commit e9ebb01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions seatunnel-examples/seatunnel-engine-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-hadoop3-3.1.4-uber</artifactId>
<version>${project.version}</version>
</dependency>

<!-- seatunnel-transforms-v2 -->
<dependency>
<groupId>org.apache.seatunnel</groupId>
Expand Down

0 comments on commit e9ebb01

Please sign in to comment.