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

chesnay pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git

commit b793850a2c7d3717dfc25c72bd0b5a59ff856442
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Sep 13 13:05:04 2022 +0200

    [hotfix][build] Remove unnecessary surefire config
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 01efb89..e0336fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,13 +427,6 @@ under the License.
                                                                </dependency>
                                                        </dependencies>
                                                </plugin>
-                                               <plugin>
-                                                       
<groupId>org.apache.maven.plugins</groupId>
-                                                       
<artifactId>maven-surefire-plugin</artifactId>
-                                                       <configuration>
-                                                               
<excludedGroups>org.apache.flink.testutils.junit.FailsOnJava11</excludedGroups>
-                                                       </configuration>
-                                               </plugin>
                                                <plugin>
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-javadoc-plugin</artifactId>

Reply via email to