[jboss-cvs] JBossAS SVN: r68703 - trunk/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 8 19:08:50 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-08 19:08:50 -0500 (Tue, 08 Jan 2008)
New Revision: 68703

Modified:
   trunk/management/pom.xml
Log:
[JBAS-5029] Integrate jboss-ha-server-api.jar

Modified: trunk/management/pom.xml
===================================================================
--- trunk/management/pom.xml	2008-01-09 00:08:12 UTC (rev 68702)
+++ trunk/management/pom.xml	2008-01-09 00:08:50 UTC (rev 68703)
@@ -45,6 +45,10 @@
 			<artifactId>junit</artifactId>
 			<scope>test</scope>
 		</dependency>
+        <dependency>
+           <groupId>org.jboss.cluster</groupId>
+           <artifactId>jboss-ha-server-api</artifactId>
+        </dependency>
 		<dependency>
 			<groupId>org.jboss.jbossas</groupId>
 			<artifactId>jboss-as-j2se</artifactId>




More information about the jboss-cvs-commits mailing list