You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/22 11:39:35 UTC

svn commit: r706923 - /servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml

Author: gnodet
Date: Wed Oct 22 02:39:34 2008
New Revision: 706923

URL: http://svn.apache.org/viewvc?rev=706923&view=rev
Log:
Add smx m2-repo for commons-csv

Modified:
    servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml?rev=706923&r1=706922&r2=706923&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml Wed Oct 22 02:39:34 2008
@@ -52,6 +52,15 @@
             <optional>true</optional>
         </dependency>
     </dependencies>
+    
+    <repositories>
+        <!-- ServiceMix repo -->
+        <repository>
+            <id>servicemix</id>
+            <name>Apache ServiceMix Repository</name>
+            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
+        </repository>
+    </repositories>
 
     <build>
         <plugins>