[jboss-cvs] JBossAS SVN: r106540 - projects/cluster/ha-server-ispn/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 9 16:12:31 EDT 2010


Author: pferraro
Date: 2010-07-09 16:12:31 -0400 (Fri, 09 Jul 2010)
New Revision: 106540

Modified:
   projects/cluster/ha-server-ispn/trunk/pom.xml
Log:
exclude rhq-pluginAnnotations transient dependency

Modified: projects/cluster/ha-server-ispn/trunk/pom.xml
===================================================================
--- projects/cluster/ha-server-ispn/trunk/pom.xml	2010-07-09 20:10:10 UTC (rev 106539)
+++ projects/cluster/ha-server-ispn/trunk/pom.xml	2010-07-09 20:12:31 UTC (rev 106540)
@@ -67,6 +67,10 @@
           <groupId>org.jboss.javaee</groupId>
           <artifactId>jboss-transaction-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.rhq.helpers</groupId>
+          <artifactId>rhq-pluginAnnotations</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     



More information about the jboss-cvs-commits mailing list