[jboss-cvs] JBossAS SVN: r92845 - trunk/main.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 26 16:32:14 EDT 2009


Author: pgier
Date: 2009-08-26 16:32:14 -0400 (Wed, 26 Aug 2009)
New Revision: 92845

Modified:
   trunk/main/pom.xml
Log:
Main should have a dependency on jboss-as-system-jmx for the assembly of the run jar.

Modified: trunk/main/pom.xml
===================================================================
--- trunk/main/pom.xml	2009-08-26 20:17:16 UTC (rev 92844)
+++ trunk/main/pom.xml	2009-08-26 20:32:14 UTC (rev 92845)
@@ -103,7 +103,7 @@
     </plugins>
   </build>
   <dependencies>
-    <!-- Compile (global dependencies) -->
+    <!-- Compile Dependencies -->
     <dependency>
       <groupId>org.jboss.bootstrap</groupId>
       <artifactId>jboss-bootstrap-spi-as</artifactId>
@@ -116,6 +116,12 @@
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
     </dependency>
+    
+    <!-- Assembly Dependencies -->
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-system-jmx</artifactId>
+    </dependency>
   </dependencies>
   
 </project>




More information about the jboss-cvs-commits mailing list