You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2009/10/19 13:28:16 UTC

svn commit: r826645 - /activemq/trunk/activemq-camel/pom.xml

Author: gtully
Date: Mon Oct 19 11:28:15 2009
New Revision: 826645

URL: http://svn.apache.org/viewvc?rev=826645&view=rev
Log:
exclude reference to spring 3.0.0.M3 via camel-web jersey dependency

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

Modified: activemq/trunk/activemq-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-camel/pom.xml?rev=826645&r1=826644&r2=826645&view=diff
==============================================================================
--- activemq/trunk/activemq-camel/pom.xml (original)
+++ activemq/trunk/activemq-camel/pom.xml Mon Oct 19 11:28:15 2009
@@ -88,6 +88,12 @@
       <artifactId>camel-web</artifactId>
       <classifier>classes</classifier>
       <version>${camel-version}</version>
+      <exclusions>
+      	<exclusion>
+      		<artifactId>spring</artifactId>
+      		<groupId>org.springframework</groupId>
+      	</exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>