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:11 UTC

svn commit: r668403 - /servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-camel/pom.xml

Author: ffang
Date: Mon Jun 16 23:23:11 2008
New Revision: 668403

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

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

Modified: servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-camel/pom.xml?rev=668403&r1=668402&r2=668403&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-camel/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-camel/pom.xml Mon Jun 16 23:23:11 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>