You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/08/03 05:15:00 UTC

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

Author: bvahdat
Date: Fri Aug  3 03:15:00 2012
New Revision: 1368784

URL: http://svn.apache.org/viewvc?rev=1368784&view=rev
Log:
CAMEL-5416: Added the camel-sjms component.

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1368784&r1=1368783&r2=1368784&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Aug  3 03:15:00 2012
@@ -756,6 +756,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-sjms</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-soap</artifactId>
         <version>${project.version}</version>
       </dependency>