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

benjobs pushed a commit to branch 2.0.0-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/2.0.0-prepare by this push:
     new d26c72166 2.0.0-prepare
d26c72166 is described below

commit d26c72166e22fa19d70c7a62de566ca9c9accfef
Author: benjobs <[email protected]>
AuthorDate: Tue Dec 13 23:06:32 2022 +0800

    2.0.0-prepare
---
 pom.xml                                         | 6 ------
 streampark-flink/pom.xml                        | 5 -----
 streampark-flink/streampark-flink-shims/pom.xml | 1 -
 3 files changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 20bccfd04..86da0d5f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,9 +76,6 @@
     <modules>
         <module>streampark-common</module>
         <module>streampark-flink</module>
-        <module>streampark-plugin</module>
-        <module>streampark-console</module>
-        <module>streampark-storage</module>
     </modules>
 
     <properties>
@@ -1000,9 +997,6 @@
                 <scala.version>2.12.8</scala.version>
                 <scala.binary.version>2.12</scala.binary.version>
             </properties>
-            <modules>
-                <module>streampark-spark</module>
-            </modules>
         </profile>
 
         <profile>
diff --git a/streampark-flink/pom.xml b/streampark-flink/pom.xml
index 80647e3f2..ac37851b2 100644
--- a/streampark-flink/pom.xml
+++ b/streampark-flink/pom.xml
@@ -36,11 +36,6 @@
         <module>streampark-flink-core</module>
         <module>streampark-flink-connector</module>
         <module>streampark-flink-sqlclient</module>
-        <module>streampark-flink-udf</module>
-        <module>streampark-flink-submit</module>
-        <module>streampark-flink-proxy</module>
-        <module>streampark-flink-packer</module>
-        <module>streampark-flink-kubernetes</module>
     </modules>
 
     <dependencies>
diff --git a/streampark-flink/streampark-flink-shims/pom.xml 
b/streampark-flink/streampark-flink-shims/pom.xml
index fa8077771..3eb924a23 100644
--- a/streampark-flink/streampark-flink-shims/pom.xml
+++ b/streampark-flink/streampark-flink-shims/pom.xml
@@ -32,7 +32,6 @@
 
     <modules>
         <module>streampark-flink-shims-base</module>
-        <module>streampark-flink-shims-test</module>
         <module>streampark-flink-shims_flink-1.12</module>
         <module>streampark-flink-shims_flink-1.13</module>
         <module>streampark-flink-shims_flink-1.14</module>

Reply via email to