You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2011/10/05 17:59:49 UTC

svn commit: r1179285 - /oodt/trunk/crawler/pom.xml

Author: mattmann
Date: Wed Oct  5 15:59:48 2011
New Revision: 1179285

URL: http://svn.apache.org/viewvc?rev=1179285&view=rev
Log:
- fix for OODT-35: Create an Action to Send an Email (contributed by mattmann and pramirez)

Modified:
    oodt/trunk/crawler/pom.xml

Modified: oodt/trunk/crawler/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/crawler/pom.xml?rev=1179285&r1=1179284&r2=1179285&view=diff
==============================================================================
--- oodt/trunk/crawler/pom.xml (original)
+++ oodt/trunk/crawler/pom.xml Wed Oct  5 15:59:48 2011
@@ -176,6 +176,16 @@ the License.
       <version>2.0.8</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.geronimo.javamail</groupId>
+      <artifactId>geronimo-javamail_1.4_mail</artifactId>
+      <version>1.8.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-activation_1.1_spec</artifactId>
+      <version>1.1</version>
+    </dependency>    
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.2</version>