[jboss-cvs] JBossAS SVN: r88867 - projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 14 09:16:26 EDT 2009


Author: pgier
Date: 2009-05-14 09:16:26 -0400 (Thu, 14 May 2009)
New Revision: 88867

Modified:
   projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml
Log:
Add jboss-test dependency to human resources example

Modified: projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml
===================================================================
--- projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml	2009-05-14 12:29:03 UTC (rev 88866)
+++ projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml	2009-05-14 13:16:26 UTC (rev 88867)
@@ -22,8 +22,14 @@
       <scope>test</scope>      
     </dependency>
     <dependency>
+      <groupId>org.jboss.test</groupId>
+      <artifactId>jboss-test</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 




More information about the jboss-cvs-commits mailing list