This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new f428f9d1eb [hotfix][connector-v2][hive]Fix hive3 e2e dependencies
(#8045)
f428f9d1eb is described below
commit f428f9d1eb17e230169be5fbd628439e06f8b444
Author: Jast <[email protected]>
AuthorDate: Wed Nov 13 22:34:45 2024 +0800
[hotfix][connector-v2][hive]Fix hive3 e2e dependencies (#8045)
---
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml
index aadb9e632f..f0373d76ca 100644
--- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml
+++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml
@@ -36,6 +36,12 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.seatunnel</groupId>
+ <artifactId>connector-assert</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-hive</artifactId>