You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bo...@apache.org on 2015/01/07 14:39:12 UTC

svn commit: r1650055 - /felix/trunk/framework/pom.xml

Author: bob
Date: Wed Jan  7 13:39:11 2015
New Revision: 1650055

URL: http://svn.apache.org/r1650055
Log:
Replaced Tabs with spaces inside pom.

Modified:
    felix/trunk/framework/pom.xml

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1650055&r1=1650054&r2=1650055&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Wed Jan  7 13:39:11 2015
@@ -130,12 +130,11 @@
        <version>6.0.0</version>
        <scope>provided</scope>
     </dependency>
-	<dependency>
-	    <groupId>org.ow2.asm</groupId>
-	    <artifactId>asm-all</artifactId>
-	    <version>4.2</version>
-	    <scope>test</scope>
-	</dependency>
-    
+    <dependency>
+        <groupId>org.ow2.asm</groupId>
+        <artifactId>asm-all</artifactId>
+        <version>4.2</version>
+        <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>