You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/11/08 19:25:38 UTC

svn commit: r1199376 - /sling/trunk/bundles/servlets/post/pom.xml

Author: justin
Date: Tue Nov  8 18:25:37 2011
New Revision: 1199376

URL: http://svn.apache.org/viewvc?rev=1199376&view=rev
Log:
tabs -> spaces

Modified:
    sling/trunk/bundles/servlets/post/pom.xml

Modified: sling/trunk/bundles/servlets/post/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/post/pom.xml?rev=1199376&r1=1199375&r2=1199376&view=diff
==============================================================================
--- sling/trunk/bundles/servlets/post/pom.xml (original)
+++ sling/trunk/bundles/servlets/post/pom.xml Tue Nov  8 18:25:37 2011
@@ -137,25 +137,23 @@
             <version>2.0.2-incubator</version>
             <scope>provided</scope>
         </dependency>
-		<dependency>
-		    <groupId>org.apache.sling</groupId>
-		    <artifactId>org.apache.sling.jcr.contentloader</artifactId>
-		    <version>2.1.0</version>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.contentloader</artifactId>
+            <version>2.1.0</version>
             <scope>provided</scope>
-		</dependency>
+        </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-commons</artifactId>
             <version>1.6.0</version>
             <scope>provided</scope>
         </dependency>
-        
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
             <scope>provided</scope>
         </dependency>
-
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.testing</artifactId>
@@ -163,10 +161,10 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-        	<groupId>junit-addons</groupId>
-        	<artifactId>junit-addons</artifactId>
-        	<version>1.4</version>
-        	<scope>test</scope>
+            <groupId>junit-addons</groupId>
+            <artifactId>junit-addons</artifactId>
+            <version>1.4</version>
+            <scope>test</scope>
         </dependency>
     </dependencies>