Author: kevan
Date: Thu May 13 19:28:25 2010
New Revision: 943983
URL: http://svn.apache.org/viewvc?rev=943983&view=rev
Log:
fix updated dependencies. should fix 2.2 build
Modified:
geronimo/server/branches/2.2/plugingroups/web-jetty/src/main/history/dependencies.xml
geronimo/server/branches/2.2/plugingroups/web-tomcat/src/main/history/dependencies.xml
geronimo/server/branches/2.2/plugins/client/client/src/main/history/dependencies.xml
geronimo/server/branches/2.2/plugins/openejb/openejb/src/main/history/dependencies.xml
Modified: geronimo/server/branches/2.2/plugingroups/web-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugingroups/web-jetty/src/main/history/dependencies.xml?rev=943983&r1=943982&r2=943983&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugingroups/web-jetty/src/main/history/dependencies.xml
(original)
+++ geronimo/server/branches/2.2/plugingroups/web-jetty/src/main/history/dependencies.xml
Thu May 13 19:28:25 2010
@@ -62,11 +62,6 @@
<type>car</type>
</dependency>
<dependency>
- <groupId>org.apache.geronimo.framework</groupId>
- <artifactId>upgrade-cli</artifactId>
- <type>car</type>
- </dependency>
- <dependency>
<groupId>org.apache.geronimo.framework.plugingroups</groupId>
<artifactId>framework</artifactId>
<type>car</type>
Modified: geronimo/server/branches/2.2/plugingroups/web-tomcat/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugingroups/web-tomcat/src/main/history/dependencies.xml?rev=943983&r1=943982&r2=943983&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugingroups/web-tomcat/src/main/history/dependencies.xml
(original)
+++ geronimo/server/branches/2.2/plugingroups/web-tomcat/src/main/history/dependencies.xml
Thu May 13 19:28:25 2010
@@ -62,11 +62,6 @@
<type>car</type>
</dependency>
<dependency>
- <groupId>org.apache.geronimo.framework</groupId>
- <artifactId>upgrade-cli</artifactId>
- <type>car</type>
- </dependency>
- <dependency>
<groupId>org.apache.geronimo.framework.plugingroups</groupId>
<artifactId>framework</artifactId>
<type>car</type>
Modified: geronimo/server/branches/2.2/plugins/client/client/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/client/client/src/main/history/dependencies.xml?rev=943983&r1=943982&r2=943983&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/client/client/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/client/client/src/main/history/dependencies.xml Thu
May 13 19:28:25 2010
@@ -7,6 +7,11 @@
<type>car</type>
</module-id>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math</artifactId>
+ <type>jar</type>
+ </dependency>
+ <dependency>
<groupId>org.apache.geronimo.framework</groupId>
<artifactId>client-system</artifactId>
<type>car</type>
Modified: geronimo/server/branches/2.2/plugins/openejb/openejb/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/openejb/openejb/src/main/history/dependencies.xml?rev=943983&r1=943982&r2=943983&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/openejb/openejb/src/main/history/dependencies.xml
(original)
+++ geronimo/server/branches/2.2/plugins/openejb/openejb/src/main/history/dependencies.xml
Thu May 13 19:28:25 2010
@@ -7,6 +7,11 @@
<type>car</type>
</module-id>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math</artifactId>
+ <type>jar</type>
+ </dependency>
+ <dependency>
<groupId>org.apache.geronimo.configs</groupId>
<artifactId>j2ee-server</artifactId>
<type>car</type>
|