You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/06/17 08:23:13 UTC

svn commit: r668404 - /servicemix/smx3/trunk/deployables/serviceengines/servicemix-camel/pom.xml

Author: ffang
Date: Mon Jun 16 23:23:13 2008
New Revision: 668404

URL: http://svn.apache.org/viewvc?rev=668404&view=rev
Log:
[SM-1402]Cleaning up the ServiceMix-Camel component pom

Modified:
    servicemix/smx3/trunk/deployables/serviceengines/servicemix-camel/pom.xml

Modified: servicemix/smx3/trunk/deployables/serviceengines/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/serviceengines/servicemix-camel/pom.xml?rev=668404&r1=668403&r2=668404&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/serviceengines/servicemix-camel/pom.xml (original)
+++ servicemix/smx3/trunk/deployables/serviceengines/servicemix-camel/pom.xml Mon Jun 16 23:23:13 2008
@@ -53,7 +53,7 @@
       <exclusions>
         <exclusion>
           <groupId>org.springframework</groupId>
-          <artifactId>spring</artifactId>
+          <artifactId>spring-tx</artifactId>
         </exclusion>
         <exclusion>
           <groupId>commons-logging</groupId>
@@ -97,7 +97,7 @@
       <artifactId>spring-context</artifactId>
       <version>${spring-version}</version>
       <scope>provided</scope>
-    </dependency>
+    </dependency>   
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>