[jboss-cvs] JBossAS SVN: r68702 - trunk/ejb3.

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


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

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

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2008-01-09 00:07:34 UTC (rev 68701)
+++ trunk/ejb3/pom.xml	2008-01-09 00:08:12 UTC (rev 68702)
@@ -64,6 +64,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.ejb3</groupId>
 			<artifactId>jboss-ejb3-ext-api</artifactId>




More information about the jboss-cvs-commits mailing list