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/15 12:35:12 UTC

svn commit: r726682 - in /servicemix/smx3/trunk: common/servicemix-components/pom.xml pom.xml

Author: ffang
Date: Mon Dec 15 03:35:11 2008
New Revision: 726682

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

Modified:
    servicemix/smx3/trunk/common/servicemix-components/pom.xml
    servicemix/smx3/trunk/pom.xml

Modified: servicemix/smx3/trunk/common/servicemix-components/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/common/servicemix-components/pom.xml?rev=726682&r1=726681&r2=726682&view=diff
==============================================================================
--- servicemix/smx3/trunk/common/servicemix-components/pom.xml (original)
+++ servicemix/smx3/trunk/common/servicemix-components/pom.xml Mon Dec 15 03:35:11 2008
@@ -165,13 +165,13 @@
     <dependency>
       <groupId>org.livetribe</groupId>
       <artifactId>livetribe-jsr223</artifactId>
-      <version>2.0.3</version>
+      <version>2.0.5</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.sun.script</groupId>
       <artifactId>groovy-engine</artifactId>
-      <version>20070112</version>
+      <version>20080611</version>
       <optional>true</optional>
     </dependency>
     <dependency>

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=726682&r1=726681&r2=726682&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Mon Dec 15 03:35:11 2008
@@ -94,7 +94,7 @@
         <wsdl4j-version>1.6.2</wsdl4j-version>
         <commons-beanutils-version>1.7.0</commons-beanutils-version>
         <commons-fileupload-version>1.1.1</commons-fileupload-version>
-        <woodstox-version>3.2.2</woodstox-version>
+        <woodstox-version>3.2.6</woodstox-version>
         <msv-version>20050913</msv-version>
         <oro-version>2.0.8</oro-version>
         <sitemesh-version>2.2.1</sitemesh-version>
@@ -991,7 +991,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>1.3.1</version>
+                <version>1.4</version>
             </dependency>
             <dependency>
                 <groupId>commons-lang</groupId>
@@ -1001,7 +1001,7 @@
             <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
-                <version>1.1</version>
+                <version>1.1.1</version>
                 <exclusions>
                   <exclusion>
                     <groupId>avalon-framework</groupId>
@@ -1189,7 +1189,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
-                <version>1.1</version>
+                <version>2.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
@@ -1209,7 +1209,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jms_1.1_spec</artifactId>
-                <version>1.1</version>
+                <version>1.1.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
@@ -1347,7 +1347,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>3.8.1</version>
+                <version>4.4</version>
             </dependency>
             <dependency>
                 <groupId>org.logicblaze.lingo</groupId>
@@ -1427,7 +1427,7 @@
             <dependency>
                 <groupId>log4j</groupId>
                 <artifactId>log4j</artifactId>
-                <version>1.2.13</version>
+                <version>1.2.14</version>
             </dependency>
             <dependency>
                 <groupId>mx4j</groupId>