You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/08/25 09:07:01 UTC

svn commit: r807502 - /camel/trunk/parent/pom.xml

Author: davsclaus
Date: Tue Aug 25 07:07:01 2009
New Revision: 807502

URL: http://svn.apache.org/viewvc?rev=807502&view=rev
Log:
Added camel-quickfix

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=807502&r1=807501&r2=807502&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Tue Aug 25 07:07:01 2009
@@ -290,6 +290,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-quickfix</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-rmi</artifactId>
         <version>${project.version}</version>
       </dependency>