You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/09/30 22:40:52 UTC

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

Author: gertv
Date: Tue Sep 30 13:40:52 2008
New Revision: 700574

URL: http://svn.apache.org/viewvc?rev=700574&view=rev
Log:
Fixing the build process -- CXF needs access to the incubator abdera jars

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

Modified: servicemix/smx4/features/trunk/camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/pom.xml?rev=700574&r1=700573&r2=700574&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/pom.xml Tue Sep 30 13:40:52 2008
@@ -33,6 +33,14 @@
     <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Features :: Camel</name>
 
+    <repositories>
+      <repository>
+        <id>apache.incubator</id>
+        <name>Apache Incubator repo</name>
+        <url>http://people.apache.org/repo/m2-incubating-repository</url>
+      </repository>
+    </repositories>
+
     <modules>
         <module>servicemix-camel</module>
         <module>camel-features</module>