You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2012/05/17 07:22:22 UTC

svn commit: r1339490 - in /geronimo/server/branches/3.0-beta/plugins: clustering/plugin-farm/src/main/history/dependencies.xml openejb/openejb-clustering-wadi/src/main/history/dependencies.xml

Author: rwonly
Date: Thu May 17 05:22:22 2012
New Revision: 1339490

URL: http://svn.apache.org/viewvc?rev=1339490&view=rev
Log:
update dependencies.xml

Modified:
    geronimo/server/branches/3.0-beta/plugins/clustering/plugin-farm/src/main/history/dependencies.xml
    geronimo/server/branches/3.0-beta/plugins/openejb/openejb-clustering-wadi/src/main/history/dependencies.xml

Modified: geronimo/server/branches/3.0-beta/plugins/clustering/plugin-farm/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/clustering/plugin-farm/src/main/history/dependencies.xml?rev=1339490&r1=1339489&r2=1339490&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/clustering/plugin-farm/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/clustering/plugin-farm/src/main/history/dependencies.xml Thu May 17 05:22:22 2012
@@ -3,7 +3,7 @@
     <module-id>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>plugin-farm</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-beta-2-SNAPSHOT</version>
         <type>car</type>
     </module-id>
     <dependency>
@@ -12,6 +12,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.geronimo.bundles</groupId>
         <artifactId>bval-jsr303</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0-beta/plugins/openejb/openejb-clustering-wadi/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/openejb/openejb-clustering-wadi/src/main/history/dependencies.xml?rev=1339490&r1=1339489&r2=1339490&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/openejb/openejb-clustering-wadi/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/openejb/openejb-clustering-wadi/src/main/history/dependencies.xml Thu May 17 05:22:22 2012
@@ -12,6 +12,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.geronimo.bundles</groupId>
         <artifactId>bval-jsr303</artifactId>
         <type>jar</type>