You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/03/07 15:14:08 UTC

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

Author: dwoods
Date: Fri Mar  7 06:14:07 2008
New Revision: 634684

URL: http://svn.apache.org/viewvc?rev=634684&view=rev
Log:
Remove javax.activation and javax.mail depends, as we have our own spec versions.  Remove xalan, as we determined in 2.0 that this was not needed and the TCK still passed.

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=634684&r1=634683&r2=634684&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Mar  7 06:14:07 2008
@@ -1564,24 +1564,6 @@
             </dependency>
 
             <dependency>
-                <groupId>javax.mail</groupId>
-                <artifactId>mail</artifactId>
-                <version>1.4</version>
-            </dependency>
-
-            <dependency>
-                <groupId>javax.activation</groupId>
-                <artifactId>activation</artifactId>
-                <version>1.1</version>
-            </dependency>
-
-            <dependency>
-                <groupId>xalan</groupId>
-                <artifactId>xalan</artifactId>
-                <version>2.7.0</version>
-            </dependency>
-
-            <dependency>
                 <groupId>jaxen</groupId>
                 <artifactId>jaxen</artifactId>
                 <version>1.1-beta-10</version>