You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/02/09 03:05:45 UTC

svn commit: r742231 - /camel/trunk/components/camel-jms/pom.xml

Author: ningjiang
Date: Mon Feb  9 02:05:45 2009
New Revision: 742231

URL: http://svn.apache.org/viewvc?rev=742231&view=rev
Log:
CAMEL-1326 Removed the circular denpendency in camel-jms

Modified:
    camel/trunk/components/camel-jms/pom.xml

Modified: camel/trunk/components/camel-jms/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jms/pom.xml?rev=742231&r1=742230&r2=742231&view=diff
==============================================================================
--- camel/trunk/components/camel-jms/pom.xml (original)
+++ camel/trunk/components/camel-jms/pom.xml Mon Feb  9 02:05:45 2009
@@ -96,6 +96,12 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-camel</artifactId>
+      <exclusions>
+      	<exclusion>
+      	  <groupId>org.apache.camel</groupId>
+      	  <artifactId>camel-jms</artifactId>
+      	</exclusion>
+      </exclusions>
       <scope>test</scope>
     </dependency>
     <dependency>