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 c71bea99b5d [FLINK-27250][sql][build] Remove custom surefire config
c71bea99b5d is described below

commit c71bea99b5dabeceae5cac1bda59c7a4d7c16c55
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Thu Apr 14 14:46:49 2022 +0200

    [FLINK-27250][sql][build] Remove custom surefire config
---
 flink-table/flink-sql-parser-hive/pom.xml | 8 --------
 flink-table/flink-sql-parser/pom.xml      | 8 --------
 2 files changed, 16 deletions(-)

diff --git a/flink-table/flink-sql-parser-hive/pom.xml 
b/flink-table/flink-sql-parser-hive/pom.xml
index b1acc490963..83d4d8ca4fb 100644
--- a/flink-table/flink-sql-parser-hive/pom.xml
+++ b/flink-table/flink-sql-parser-hive/pom.xml
@@ -195,14 +195,6 @@ under the License.
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <forkCount>1</forkCount>
-                                       <reuseForks>false</reuseForks>
-                               </configuration>
-                       </plugin>
                </plugins>
        </build>
 
diff --git a/flink-table/flink-sql-parser/pom.xml 
b/flink-table/flink-sql-parser/pom.xml
index 4711ac267e7..ae50df8bf09 100644
--- a/flink-table/flink-sql-parser/pom.xml
+++ b/flink-table/flink-sql-parser/pom.xml
@@ -301,14 +301,6 @@ under the License.
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <forkCount>1</forkCount>
-                                       <reuseForks>false</reuseForks>
-                               </configuration>
-                       </plugin>
                </plugins>
        </build>
 

Reply via email to