You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/08/30 09:48:27 UTC

[GitHub] [incubator-seatunnel] hk-lrzy commented on a diff in pull request #2563: [SeaTunnel]Simply seatunnel package pipeline.

hk-lrzy commented on code in PR #2563:
URL: https://github.com/apache/incubator-seatunnel/pull/2563#discussion_r958262090


##########
seatunnel-dist/pom.xml:
##########
@@ -57,6 +57,37 @@
                     <artifactId>seatunnel-connectors-flink-dist</artifactId>
                     <version>${project.version}</version>
                 </dependency>
+
+                <!--     seatunnel core dependencies    -->
+                <dependency>
+                    <groupId>org.apache.seatunnel</groupId>
+                    <artifactId>seatunnel-core-flink</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+
+                <dependency>
+                    <groupId>org.apache.seatunnel</groupId>
+                    <artifactId>seatunnel-core-flink-sql</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+
+                <dependency>
+                    <groupId>org.apache.seatunnel</groupId>
+                    <artifactId>seatunnel-core-spark</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+
+                <dependency>
+                    <groupId>org.apache.seatunnel</groupId>
+                    <artifactId>seatunnel-flink-starter</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+
+                <dependency>
+                    <groupId>org.apache.seatunnel</groupId>
+                    <artifactId>seatunnel-spark-starter</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
             </dependencies>

Review Comment:
   i tested it, `seatunnel-connectors-v2` already contans in `seatunnel-connectors-v2-dist`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org