You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2008/02/04 01:15:22 UTC

svn commit: r618132 - /geronimo/server/trunk/pom.xml

Author: kevan
Date: Sun Feb  3 16:15:22 2008
New Revision: 618132

URL: http://svn.apache.org/viewvc?rev=618132&view=rev
Log:
removed dependencies that were no longer being used

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=618132&r1=618131&r2=618132&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Sun Feb  3 16:15:22 2008
@@ -69,7 +69,7 @@
         <!--
         Having a single well named property makes automatic updating for the weekly build much easier.
         -->
-        <openejbVersion>3.0.0-SNAPSHOT</openejbVersion>
+        <openejbVersion>3.0-beta-2</openejbVersion>
 
         <!--
         HACK: Used by uddi-db to execute the sql plugin with the Derby driver.
@@ -501,12 +501,6 @@
             </dependency>
 
             <dependency>
-                <groupId>jdom</groupId>
-                <artifactId>jdom</artifactId>
-                <version>1.0</version>
-            </dependency>
-
-            <dependency>
                 <groupId>log4j</groupId>
                 <artifactId>log4j</artifactId>
                 <version>1.2.14</version>
@@ -695,18 +689,6 @@
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activeio-core</artifactId>
                 <version>3.0.0-incubator</version>
-            </dependency>
-
-            <dependency>
-                <groupId>jdbm</groupId>
-                <artifactId>jdbm</artifactId>
-                <version>0.20-dev</version>
-            </dependency>
-
-            <dependency>
-                <groupId>oro</groupId>
-                <artifactId>oro</artifactId>
-                <version>2.0.8</version>
             </dependency>
 
             <dependency>