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 2010/04/21 15:53:20 UTC

svn commit: r936303 - /sling/trunk/bundles/commons/osgi/pom.xml

Author: justin
Date: Wed Apr 21 13:53:20 2010
New Revision: 936303

URL: http://svn.apache.org/viewvc?rev=936303&view=rev
Log:
formatting

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

Modified: sling/trunk/bundles/commons/osgi/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/osgi/pom.xml?rev=936303&r1=936302&r2=936303&view=diff
==============================================================================
--- sling/trunk/bundles/commons/osgi/pom.xml (original)
+++ sling/trunk/bundles/commons/osgi/pom.xml Wed Apr 21 13:53:20 2010
@@ -111,20 +111,20 @@
             <groupId>org.jmock</groupId>
             <artifactId>jmock-junit4</artifactId>
         </dependency>
-		<dependency>
-			<!-- Not used by our code, but need a non-bundle jar for unit tests -->
-			<groupId>javax.jcr</groupId>
-			<artifactId>jcr</artifactId>
-			<version>1.0</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<!-- Not used by our code, but need a bundle jar for unit tests -->
-			<groupId>org.apache.sling</groupId>
-			<artifactId>org.apache.sling.api</artifactId>
-			<version>2.0.6</version>
-			<scope>test</scope>
-		</dependency>
+        <dependency>
+            <!-- Not used by our code, but need a non-bundle jar for unit tests -->
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+            <version>1.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <!-- Not used by our code, but need a bundle jar for unit tests -->
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.0.6</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>