Author: veithen
Date: Sun Oct 28 10:28:45 2018
New Revision: 1845012

URL: http://svn.apache.org/viewvc?rev=1845012&view=rev
Log:
Normalize whitespace.

Modified:
    axis/axis2/java/core/trunk/modules/kernel/pom.xml

Modified: axis/axis2/java/core/trunk/modules/kernel/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/pom.xml?rev=1845012&r1=1845011&r2=1845012&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/kernel/pom.xml Sun Oct 28 10:28:45 2018
@@ -45,7 +45,7 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jta_1.1_spec</artifactId>
         </dependency>
@@ -90,11 +90,11 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-           <dependency>
-               <groupId>xmlunit</groupId>
-               <artifactId>xmlunit</artifactId>
+        <dependency>
+            <groupId>xmlunit</groupId>
+            <artifactId>xmlunit</artifactId>
             <scope>test</scope>
-           </dependency>
+        </dependency>
         <dependency>
             <groupId>com.google.truth</groupId>
             <artifactId>truth</artifactId>


Reply via email to