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/12/03 02:57:25 UTC

svn commit: r722714 - /servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml

Author: ffang
Date: Tue Dec  2 17:57:25 2008
New Revision: 722714

URL: http://svn.apache.org/viewvc?rev=722714&view=rev
Log:
[SM-1709]unify third party libs used across servicemix projects

Modified:
    servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml

Modified: servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml?rev=722714&r1=722713&r2=722714&view=diff
==============================================================================
--- servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml (original)
+++ servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml Tue Dec  2 17:57:25 2008
@@ -102,8 +102,8 @@
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-dao</artifactId>
-      <version>2.0.8</version>
+      <artifactId>spring-tx</artifactId>
+      <version>2.5.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>