You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/10/24 03:56:17 UTC

[incubator-seatunnel] branch dev updated: [e2e] Fix missing module name in pom (#3113)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 389872ac8 [e2e] Fix missing module name in pom (#3113)
389872ac8 is described below

commit 389872ac81a1cde0254ba947e6f5081485009643
Author: Laglangyue <35...@users.noreply.github.com>
AuthorDate: Mon Oct 24 11:56:12 2022 +0800

    [e2e] Fix missing module name in pom (#3113)
---
 seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml       | 1 +
 seatunnel-e2e/seatunnel-spark-connector-v2-e2e/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml
index fbc2b214a..1fbf57b90 100644
--- a/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml
+++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml
@@ -27,6 +27,7 @@
         <module>connector-assert-e2e</module>
         <module>connector-jdbc-e2e</module>
         <module>connector-redis-e2e</module>
+        <module>connector-clickhouse-e2e</module>
     </modules>
 
     <artifactId>seatunnel-connector-v2-e2e</artifactId>
diff --git a/seatunnel-e2e/seatunnel-spark-connector-v2-e2e/pom.xml b/seatunnel-e2e/seatunnel-spark-connector-v2-e2e/pom.xml
index a859112a3..1dbb2853d 100644
--- a/seatunnel-e2e/seatunnel-spark-connector-v2-e2e/pom.xml
+++ b/seatunnel-e2e/seatunnel-spark-connector-v2-e2e/pom.xml
@@ -37,6 +37,7 @@
         <module>connector-neo4j-spark-e2e</module>
         <module>connector-kafka-spark-e2e</module>
         <module>connector-influxdb-spark-e2e</module>
+        <module>connector-iceberg-spark-e2e</module>
     </modules>
 
     <dependencies>