Author: saminda
Date: Mon Dec 17 10:00:25 2007
New Revision: 11273

Log:

Added dependency management 


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 10:00:25 2007
@@ -9,8 +9,23 @@
        <name>WSO2 Data Service</name>
        <url>http://wso2.org</url>
        <description>WSO2 Data Services</description>
-       
-       <dependencies>
+
+    <dependencyManagement>
+        <dependencies>
+            <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>
+    </dependencyManagement>
+
+    <dependencies>
                <dependency>
                        <groupId>org.apache.axis2</groupId>
                        <artifactId>axis2</artifactId>
@@ -77,13 +92,11 @@
         <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>
        

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

Reply via email to