[infinispan-commits] Infinispan SVN: r1238 - trunk/core.
infinispan-commits at lists.jboss.org
infinispan-commits at lists.jboss.org
Mon Nov 30 09:16:29 EST 2009
Author: manik.surtani at jboss.com
Date: 2009-11-30 09:16:29 -0500 (Mon, 30 Nov 2009)
New Revision: 1238
Modified:
trunk/core/pom.xml
Log:
RHQ annotations should be in 'provided' scope
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2009-11-30 12:20:15 UTC (rev 1237)
+++ trunk/core/pom.xml 2009-11-30 14:16:29 UTC (rev 1238)
@@ -63,6 +63,7 @@
<groupId>org.rhq.helpers</groupId>
<artifactId>rhq-pluginAnnotations</artifactId>
<version>${version.rhq.pluginAnnotations}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
More information about the infinispan-commits
mailing list