[jboss-cvs] JBossAS SVN: r68701 - trunk/cluster.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 8 19:07:34 EST 2008


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

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

Modified: trunk/cluster/pom.xml
===================================================================
--- trunk/cluster/pom.xml	2008-01-09 00:06:51 UTC (rev 68700)
+++ trunk/cluster/pom.xml	2008-01-09 00:07:34 UTC (rev 68701)
@@ -52,6 +52,10 @@
          <groupId>org.jboss.cluster</groupId>
          <artifactId>jboss-ha-client</artifactId>
       </dependency>
+        <dependency>
+           <groupId>org.jboss.cluster</groupId>
+           <artifactId>jboss-ha-server-api</artifactId>
+        </dependency>
 		<dependency>
 			<groupId>org.jboss.jbossas</groupId>
 			<artifactId>jboss-as-system-jmx</artifactId>




More information about the jboss-cvs-commits mailing list