You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/02/01 17:27:27 UTC

[shardingsphere] branch master updated: Fix pom (#23914)

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

zhangliang 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 3a75dfb76dd Fix pom (#23914)
3a75dfb76dd is described below

commit 3a75dfb76dda6245ea32c0b4983101d956f5e9ea
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Thu Feb 2 01:27:20 2023 +0800

    Fix pom (#23914)
    
    * Refactor : revert the pom changes
    
    * Refactor : revert the pom changes
---
 pom.xml | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2eb5e393020..8c0ca6ccd35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -573,7 +573,7 @@
                 <artifactId>caffeine</artifactId>
                 <version>${caffeine.version}</version>
             </dependency>
-            
+    
             <dependency>
                 <groupId>org.awaitility</groupId>
                 <artifactId>awaitility</artifactId>
@@ -671,7 +671,7 @@
                     <configuration>
                         <trimStackTrace>false</trimStackTrace>
                         <excludes>
-                            <exclude/>
+                            <exclude />
                         </excludes>
                     </configuration>
                 </plugin>
@@ -713,7 +713,7 @@
                             </filter>
                         </filters>
                         <transformers>
-                            <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                            <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
                         </transformers>
                     </configuration>
                 </plugin>
@@ -740,7 +740,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore/>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -752,7 +752,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore/>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>
@@ -996,12 +996,10 @@
                         <replace>
                             <name>Leading blank line</name>
                             <search>--&gt;
-                                &lt;project
-                            </search>
+                                &lt;project</search>
                             <replacement>--&gt;
                                 
-                                &lt;project
-                            </replacement>
+                                &lt;project</replacement>
                         </replace>
                     </pom>
                 </configuration>
@@ -1214,7 +1212,7 @@
                             <configuration>
                                 <trimStackTrace>false</trimStackTrace>
                                 <excludes>
-                                    <exclude/>
+                                    <exclude />
                                 </excludes>
                                 <argLine>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED</argLine>
                             </configuration>