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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 391f5f33d56 [FLINK-27532][build][clients] Drop flink-clients test-jar
391f5f33d56 is described below

commit 391f5f33d5616ecab819156fd3537d1ba46723c3
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon May 2 11:53:53 2022 +0200

    [FLINK-27532][build][clients] Drop flink-clients test-jar
---
 flink-clients/pom.xml                | 12 ------------
 flink-kubernetes/pom.xml             |  8 --------
 flink-table/flink-sql-client/pom.xml |  8 --------
 3 files changed, 28 deletions(-)

diff --git a/flink-clients/pom.xml b/flink-clients/pom.xml
index 3fdf89abed7..ea57a09b25d 100644
--- a/flink-clients/pom.xml
+++ b/flink-clients/pom.xml
@@ -187,18 +187,6 @@ under the License.
                                        </execution>
                                </executions>
                        </plugin>
-                       <!-- Make test classes available to other modules. -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>test-jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
        </build>
 </project>
diff --git a/flink-kubernetes/pom.xml b/flink-kubernetes/pom.xml
index 75dd536dc99..596c09f5a27 100644
--- a/flink-kubernetes/pom.xml
+++ b/flink-kubernetes/pom.xml
@@ -80,14 +80,6 @@ under the License.
                        <scope>test</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-clients</artifactId>
-                       <version>${project.version}</version>
-                       <type>test-jar</type>
-                       <scope>test</scope>
-               </dependency>
-
                <dependency>
                        <groupId>org.apache.flink</groupId>
                        <artifactId>flink-test-utils</artifactId>
diff --git a/flink-table/flink-sql-client/pom.xml 
b/flink-table/flink-sql-client/pom.xml
index 3207e7b47dd..f6c3a99f60f 100644
--- a/flink-table/flink-sql-client/pom.xml
+++ b/flink-table/flink-sql-client/pom.xml
@@ -102,14 +102,6 @@ under the License.
                        <scope>test</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-clients</artifactId>
-                       <version>${project.version}</version>
-                       <type>test-jar</type>
-                       <scope>test</scope>
-               </dependency>
-
                <dependency>
                        <groupId>org.apache.flink</groupId>
                        
<artifactId>flink-connector-hive_${scala.binary.version}</artifactId>

Reply via email to