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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 6 09:02:54 EST 2007


Author: newtonm
Date: 2007-11-06 09:02:54 -0500 (Tue, 06 Nov 2007)
New Revision: 66782

Modified:
   projects/microcontainer/trunk/docs/examples/User_Guide/humanResourcesService/pom.xml
Log:
Reformatted pom.xml

Modified: projects/microcontainer/trunk/docs/examples/User_Guide/humanResourcesService/pom.xml
===================================================================
--- projects/microcontainer/trunk/docs/examples/User_Guide/humanResourcesService/pom.xml	2007-11-06 13:55:54 UTC (rev 66781)
+++ projects/microcontainer/trunk/docs/examples/User_Guide/humanResourcesService/pom.xml	2007-11-06 14:02:54 UTC (rev 66782)
@@ -9,6 +9,20 @@
   <name>Human Resources Service</name>
   <description>A simple service created using a POJO.</description>
 
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-kernel</artifactId>
+      <version>2.0.0-SNAPSHOT</version>
+      <scope>test</scope>      
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 
   <build>
     <resources>
@@ -33,20 +47,5 @@
       </plugin>
     </plugins>
   </build>
-     
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.microcontainer</groupId>
-      <artifactId>jboss-kernel</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>test</scope>      
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
 
 </project>




More information about the jboss-cvs-commits mailing list