Replaced Tabs with spaces inside pom.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1650055 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/pom.xml b/framework/pom.xml
index 766218f..6f35797 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -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>