Cosmetic fixes

 tab -> space, etc.

Change-Id: Ie73de0bae35c76e4ff617a2a30bd350193019b97
diff --git a/protocols/rest/api/pom.xml b/protocols/rest/api/pom.xml
index 9c129b2..e35e497 100644
--- a/protocols/rest/api/pom.xml
+++ b/protocols/rest/api/pom.xml
@@ -28,31 +28,28 @@
     <artifactId>onos-restsb-api</artifactId>
     <packaging>bundle</packaging>
 
-    <dependencies>
-	    <dependency>
-	        <groupId>org.glassfish.jersey.core</groupId>
-	        <artifactId>jersey-client</artifactId>
-	    </dependency>
-	    <dependency>
-	        <groupId>org.apache.httpcomponents</groupId>
-	        <artifactId>httpclient-osgi</artifactId>
-	        <version>4.5.1</version>
-	    </dependency>
-	    <dependency>
-	        <groupId>commons-io</groupId>
-	        <artifactId>commons-io</artifactId>
-	        <version>2.4</version>
-	    </dependency>
-	    <dependency>
-	      <groupId>junit</groupId>
-	      <artifactId>junit</artifactId>
-	      <version>3.8.1</version>
-	      <scope>test</scope>
-	    </dependency>
-    </dependencies>
-
     <description>ONOS Rest southbound plugin API</description>
 
-
+    <dependencies>
+        <dependency>
+            <groupId>org.glassfish.jersey.core</groupId>
+            <artifactId>jersey-client</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient-osgi</artifactId>
+            <version>4.5.1</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.4</version>
+        </dependency>
+        <dependency>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+          <scope>test</scope>
+        </dependency>
+    </dependencies>
 
 </project>
\ No newline at end of file