[jbpm-commits] JBoss JBPM SVN: r2430 - jbpm3/trunk/modules/examples.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 29 06:15:09 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-29 06:15:09 -0400 (Mon, 29 Sep 2008)
New Revision: 2430

Modified:
   jbpm3/trunk/modules/examples/pom.xml
Log:
[JBPM-1746] Fix examples/mail

Modified: jbpm3/trunk/modules/examples/pom.xml
===================================================================
--- jbpm3/trunk/modules/examples/pom.xml	2008-09-29 10:11:03 UTC (rev 2429)
+++ jbpm3/trunk/modules/examples/pom.xml	2008-09-29 10:15:09 UTC (rev 2430)
@@ -43,6 +43,17 @@
       <version>${version}</version>
     </dependency>
 
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    
     <!-- Test Dependencies -->
     <dependency>
       <groupId>org.drools</groupId>
@@ -64,11 +75,6 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
 
   <!-- Plugins -->
@@ -97,7 +103,6 @@
         <configuration>
           <!-- [JBPM-1290] Integrate example tests in automated testrun -->
           <excludes>
-            <exclude>org/jbpm/examples/mail/**</exclude>
             <exclude>org/jbpm/examples/raise/**</exclude>
             <exclude>org/jbpm/examples/rulesAction/**</exclude>
             <exclude>org/jbpm/examples/taskinstance/**</exclude>




More information about the jbpm-commits mailing list