[jboss-cvs] JBossAS SVN: r72605 - projects/cluster/ha-client/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 23 02:22:16 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-23 02:22:16 -0400 (Wed, 23 Apr 2008)
New Revision: 72605

Modified:
   projects/cluster/ha-client/trunk/pom.xml
Log:
Make the remoting-aspects dependency non-optional; with it optional thirdparty doesn't include the jar!

Modified: projects/cluster/ha-client/trunk/pom.xml
===================================================================
--- projects/cluster/ha-client/trunk/pom.xml	2008-04-23 06:05:05 UTC (rev 72604)
+++ projects/cluster/ha-client/trunk/pom.xml	2008-04-23 06:22:16 UTC (rev 72605)
@@ -61,7 +61,7 @@
       <groupId>org.jboss.aspects</groupId>
       <artifactId>jboss-remoting-aspects</artifactId>
       <version>${version.jboss.remoting.aspects}</version>
-      <optional>true</optional>      
+      <!-- <optional>true</optional>-->      
       <exclusions>
         <!--  Get logging via jboss-common-core -->
         <exclusion>




More information about the jboss-cvs-commits mailing list