[jbpm-commits] JBoss JBPM SVN: r4741 - jbpm4/branches/ainze/modules/examples.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 5 17:03:54 EDT 2009


Author: ainze
Date: 2009-05-05 17:03:54 -0400 (Tue, 05 May 2009)
New Revision: 4741

Modified:
   jbpm4/branches/ainze/modules/examples/pom.xml
Log:
added spring as dependency

Modified: jbpm4/branches/ainze/modules/examples/pom.xml
===================================================================
--- jbpm4/branches/ainze/modules/examples/pom.xml	2009-05-05 21:03:35 UTC (rev 4740)
+++ jbpm4/branches/ainze/modules/examples/pom.xml	2009-05-05 21:03:54 UTC (rev 4741)
@@ -69,6 +69,12 @@
     	<groupId>org.subethamail</groupId>
     	<artifactId>subethasmtp-wiser</artifactId>
     </dependency>
+    
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>




More information about the jbpm-commits mailing list