Skip to content

Commit

Permalink
[Feature][Connector-V2][Hive] Fix file e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantLucifer committed Nov 4, 2022
1 parent 26cf7e3 commit 9ab3b56
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<artifactId>connector-file-local-e2e</artifactId>

<dependencies>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-fake</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-file-local</artifactId>
Expand Down

0 comments on commit 9ab3b56

Please sign in to comment.