You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/06/05 22:47:44 UTC

svn commit: r411910 - /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/pom.xml

Author: jheymans
Date: Mon Jun  5 13:47:44 2006
New Revision: 411910

URL: http://svn.apache.org/viewvc?rev=411910&view=rev
Log:
javax.mail 1.4 is now licensed under CDDL and available on the maven2 repo

Modified:
    cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/pom.xml?rev=411910&r1=411909&r2=411910&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/pom.xml Mon Jun  5 13:47:44 2006
@@ -38,19 +38,14 @@
       <version>2.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-activation_1.0.2_spec</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
-      <version>1.0</version>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-      <version>2.3</version>
+      <version>2.3</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>