Author: saminda
Date: Mon Dec 17 09:14:38 2007
New Revision: 11268

Log:

cleaning up the dependencies 


Modified:
   trunk/commons/data-services/pom.xml

Modified: trunk/commons/data-services/pom.xml
==============================================================================
--- trunk/commons/data-services/pom.xml (original)
+++ trunk/commons/data-services/pom.xml Mon Dec 17 09:14:38 2007
@@ -67,23 +67,24 @@
                        <artifactId>log4j</artifactId>
                        <version>${log4j.version}</version>
                </dependency>
-               
-               <dependency>
-                       <groupId>commons-httpclient</groupId>
-                       <artifactId>commons-httpclient</artifactId>
-                       <version>${commons.httpclient.version}</version>
-               </dependency>
-               
-               <dependency>
-                       <groupId>au.com.bytecode.opencsv</groupId>
-                       <artifactId>opencsv</artifactId>
-                       <version>${opencsv.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.poi</groupId>
-                       <artifactId>poi</artifactId>
-                       <version>${poi.version}</version>
-               </dependency>
+
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>${commons.httpclient.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>au.com.bytecode.opencsv</groupId>
+            <artifactId>opencsv</artifactId>
+            <version>${opencsv.version}</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi</artifactId>
+            <version>${poi.version}</version>
+        </dependency>
        </dependencies>
        
     <scm>

_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev

Reply via email to