[richfaces-svn-commits] JBoss Rich Faces SVN: r18678 - trunk/cdk/plugins/annotations.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 16 15:35:18 EDT 2010


Author: nbelaevski
Date: 2010-08-16 15:35:17 -0400 (Mon, 16 Aug 2010)
New Revision: 18678

Modified:
   trunk/cdk/plugins/annotations/pom.xml
Log:
Added missing 'provided' scope for CDK/annotations

Modified: trunk/cdk/plugins/annotations/pom.xml
===================================================================
--- trunk/cdk/plugins/annotations/pom.xml	2010-08-16 18:50:41 UTC (rev 18677)
+++ trunk/cdk/plugins/annotations/pom.xml	2010-08-16 19:35:17 UTC (rev 18678)
@@ -13,9 +13,10 @@
   <description>That project contains annotations for JSF classes</description>
   <name>annotations</name>
   <dependencies>
-		<dependency>
-                <groupId>com.sun.faces</groupId>
-                <artifactId>jsf-api</artifactId>
-        </dependency>
+    <dependency>
+        <groupId>com.sun.faces</groupId>
+        <artifactId>jsf-api</artifactId>
+        <scope>provided</scope>
+    </dependency>
   </dependencies>
 </project>



More information about the richfaces-svn-commits mailing list