You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2011/01/10 17:23:59 UTC

svn commit: r1057259 - /camel/trunk/apache-camel/pom.xml

Author: hadrian
Date: Mon Jan 10 16:23:59 2011
New Revision: 1057259

URL: http://svn.apache.org/viewvc?rev=1057259&view=rev
Log:
CAMEL-3480. Fix to add camel-kestrel to release

Modified:
    camel/trunk/apache-camel/pom.xml

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=1057259&r1=1057258&r2=1057259&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Mon Jan 10 16:23:59 2011
@@ -240,6 +240,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-kestrel</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-lucene</artifactId>
     </dependency>
     <dependency>