You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/04/02 05:09:53 UTC

[shardingsphere] branch master updated: Remove useless excludes of maven-surefire-plugin (#24948)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9406159127a Remove useless excludes of maven-surefire-plugin (#24948)
9406159127a is described below

commit 9406159127a125b3e04d1daf0ec765f6ec15ee1e
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sun Apr 2 13:09:46 2023 +0800

    Remove useless excludes of maven-surefire-plugin (#24948)
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index a956b8a77f1..d034e2c4a3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -714,9 +714,6 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <trimStackTrace>false</trimStackTrace>
-                        <excludes>
-                            <exclude />
-                        </excludes>
                     </configuration>
                 </plugin>
                 <plugin>
@@ -1189,9 +1186,6 @@
                             <artifactId>maven-surefire-plugin</artifactId>
                             <configuration>
                                 <trimStackTrace>false</trimStackTrace>
-                                <excludes>
-                                    <exclude />
-                                </excludes>
                                 <argLine>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED</argLine>
                             </configuration>
                         </plugin>