Author: cziegeler
Date: Thu Dec 31 08:05:05 2009
New Revision: 894791

URL: http://svn.apache.org/viewvc?rev=894791&view=rev
Log:
Remove tabs and fix indention

Modified:
    sling/trunk/bundles/commons/json/pom.xml

Modified: sling/trunk/bundles/commons/json/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/json/pom.xml?rev=894791&r1=894790&r2=894791&view=diff
==============================================================================
--- sling/trunk/bundles/commons/json/pom.xml (original)
+++ sling/trunk/bundles/commons/json/pom.xml Thu Dec 31 08:05:05 2009
@@ -76,14 +76,14 @@
             <artifactId>jcr</artifactId>
         </dependency>
         <dependency>
-               <groupId>org.codehaus.groovy</groupId>
+            <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-all</artifactId>
             <version>1.6.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
-           <groupId>org.slf4j</groupId>
-           <artifactId>slf4j-api</artifactId>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
@@ -96,8 +96,8 @@
             <artifactId>junit</artifactId>
         </dependency>
         <dependency>
-           <groupId>org.slf4j</groupId>
-           <artifactId>slf4j-simple</artifactId>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
         </dependency>
     </dependencies>
 </project>


Reply via email to