[jboss-cvs] JBossAS SVN: r90151 - in projects/microcontainer/mcdocs/trunk/examples/User_Guide/gettingStarted: humanResourcesService and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 12 07:49:57 EDT 2009


Author: kabir.khan at jboss.com
Date: 2009-06-12 07:49:57 -0400 (Fri, 12 Jun 2009)
New Revision: 90151

Modified:
   projects/microcontainer/mcdocs/trunk/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml
   projects/microcontainer/mcdocs/trunk/examples/User_Guide/gettingStarted/pom.xml
Log:
 fix the example build

Modified: projects/microcontainer/mcdocs/trunk/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml
===================================================================
--- projects/microcontainer/mcdocs/trunk/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml	2009-06-12 11:16:31 UTC (rev 90150)
+++ projects/microcontainer/mcdocs/trunk/examples/User_Guide/gettingStarted/humanResourcesService/pom.xml	2009-06-12 11:49:57 UTC (rev 90151)
@@ -22,6 +22,15 @@
       <scope>test</scope>      
     </dependency>
     <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-kernel</artifactId>
+      <classifier>tests</classifier>
+    </dependency>
+      <dependency>
+        <groupId>org.jboss.test</groupId>
+        <artifactId>jboss-test</artifactId>
+      </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>

Modified: projects/microcontainer/mcdocs/trunk/examples/User_Guide/gettingStarted/pom.xml
===================================================================
--- projects/microcontainer/mcdocs/trunk/examples/User_Guide/gettingStarted/pom.xml	2009-06-12 11:16:31 UTC (rev 90150)
+++ projects/microcontainer/mcdocs/trunk/examples/User_Guide/gettingStarted/pom.xml	2009-06-12 11:49:57 UTC (rev 90151)
@@ -96,10 +96,20 @@
         <scope>runtime</scope>
       </dependency>
       <dependency>
+        <groupId>org.jboss.microcontainer</groupId>
+        <artifactId>jboss-kernel</artifactId>
+        <version>${kernel.release}</version>
+        <classifier>tests</classifier>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.test</groupId>
+        <artifactId>jboss-test</artifactId>
+        <version>1.1.1.GA</version>
+      </dependency>
+      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>3.8.1</version>
-        <scope>test</scope>
       </dependency>
     </dependencies>
   </dependencyManagement>




More information about the jboss-cvs-commits mailing list