[jbpm-commits] JBoss JBPM SVN: r4418 - jbpm4/branches/email/modules/pvm.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 3 11:55:26 EDT 2009


Author: bradsdavis
Date: 2009-04-03 11:55:26 -0400 (Fri, 03 Apr 2009)
New Revision: 4418

Modified:
   jbpm4/branches/email/modules/pvm/pom.xml
Log:
Added dependencies.

Modified: jbpm4/branches/email/modules/pvm/pom.xml
===================================================================
--- jbpm4/branches/email/modules/pvm/pom.xml	2009-04-03 15:41:16 UTC (rev 4417)
+++ jbpm4/branches/email/modules/pvm/pom.xml	2009-04-03 15:55:26 UTC (rev 4418)
@@ -102,6 +102,19 @@
       <artifactId>servlet-api</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+    	<groupId>javax.mail</groupId>
+    	<artifactId>mail</artifactId>
+    	<version>1.4.1</version>
+    	<type>jar</type>
+    	<scope>provided</scope>
+    </dependency>
+    <dependency>
+    	<groupId>commons-email</groupId>
+    	<artifactId>commons-email</artifactId>
+    	<version>1.1</version>
+    	<scope>compile</scope> 
+    </dependency>
   </dependencies>
 
   <!-- Plugins -->




More information about the jbpm-commits mailing list