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 2009/02/09 15:06:45 UTC

svn commit: r742510 - /camel/branches/camel-1.x/components/camel-jms/pom.xml

Author: hadrian
Date: Mon Feb  9 14:06:45 2009
New Revision: 742510

URL: http://svn.apache.org/viewvc?rev=742510&view=rev
Log:
CAMEL-1326.  Removed duplicate exclusions.

Modified:
    camel/branches/camel-1.x/components/camel-jms/pom.xml

Modified: camel/branches/camel-1.x/components/camel-jms/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/components/camel-jms/pom.xml?rev=742510&r1=742509&r2=742510&view=diff
==============================================================================
--- camel/branches/camel-1.x/components/camel-jms/pom.xml (original)
+++ camel/branches/camel-1.x/components/camel-jms/pom.xml Mon Feb  9 14:06:45 2009
@@ -97,19 +97,13 @@
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-camel</artifactId>
       <exclusions>
+        <!-- to avoid the cycle dependency here -->
       	<exclusion>
       	  <groupId>org.apache.camel</groupId>
       	  <artifactId>camel-jms</artifactId>
       	</exclusion>
       </exclusions>
       <scope>test</scope>
-      <!-- to avoid the cycle dependency here -->
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.camel</groupId>
-          <artifactId>camel-jms</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.xbean</groupId>