[jbpm-commits] JBoss JBPM SVN: r4738 - jbpm4/branches/ainze/modules/test-db.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 5 16:43:51 EDT 2009


Author: ainze
Date: 2009-05-05 16:43:51 -0400 (Tue, 05 May 2009)
New Revision: 4738

Modified:
   jbpm4/branches/ainze/modules/test-db/pom.xml
Log:
added spring as dependency

Modified: jbpm4/branches/ainze/modules/test-db/pom.xml
===================================================================
--- jbpm4/branches/ainze/modules/test-db/pom.xml	2009-05-05 20:30:47 UTC (rev 4737)
+++ jbpm4/branches/ainze/modules/test-db/pom.xml	2009-05-05 20:43:51 UTC (rev 4738)
@@ -47,6 +47,11 @@
       <artifactId>jbpm-test-base</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+      <scope>test</scope>
+    </dependency>
 
   </dependencies>
 
@@ -102,7 +107,9 @@
         <skipTests>true</skipTests>
       </properties>
     </profile>
+    
 
+
     <!-- -Djboss.bind.address
     <profile>
       <id>integration.tests</id>
@@ -168,7 +175,8 @@
           </plugin>
         </plugins>
       </build>
-    </profile -->
+    </profile
+-->
   </profiles>
 
 </project>
\ No newline at end of file




More information about the jbpm-commits mailing list