You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/11/11 14:41:08 UTC

svn commit: r713039 - /servicemix/smx4/features/trunk/camel/camel-features/pom.xml

Author: lhein
Date: Tue Nov 11 05:41:08 2008
New Revision: 713039

URL: http://svn.apache.org/viewvc?rev=713039&view=rev
Log:
fixed SMX4-155 (missing repository definition for the IONA repo ... caused camel-features to fail on build because of missing dependencies ... referred to camel-csv which used commons-csv which actually only exists in IONA repo)

Modified:
    servicemix/smx4/features/trunk/camel/camel-features/pom.xml

Modified: servicemix/smx4/features/trunk/camel/camel-features/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/camel-features/pom.xml?rev=713039&r1=713038&r2=713039&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/camel-features/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/camel-features/pom.xml Tue Nov 11 05:41:08 2008
@@ -45,6 +45,20 @@
       <url>http://uface.googlecode.com/svn/maven/</url>
       <name>UFace Maven Repository</name>
     </repository>
+
+    <!-- TODO we can remove this when the commons-csv release syncs to the main repo -->
+    <repository>
+      <id>open.iona.m2</id>
+      <name>IONA Open Source Community Release Repository</name>
+      <url>http://repo.open.iona.com/maven2</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+    </repository>
+
     </repositories>
 
     <build>