[seam-commits] Seam SVN: r14507 - branches/community/Seam_2_3/jboss-seam-excel.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 4 12:09:24 EDT 2012


Author: maschmid
Date: 2012-04-04 12:09:23 -0400 (Wed, 04 Apr 2012)
New Revision: 14507

Modified:
   branches/community/Seam_2_3/jboss-seam-excel/pom.xml
Log:
make the jsf-api scope provided in jboss-seam-excel


Modified: branches/community/Seam_2_3/jboss-seam-excel/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-excel/pom.xml	2012-04-04 16:02:56 UTC (rev 14506)
+++ branches/community/Seam_2_3/jboss-seam-excel/pom.xml	2012-04-04 16:09:23 UTC (rev 14507)
@@ -26,6 +26,7 @@
         <dependency>
             <groupId>org.jboss.spec.javax.faces</groupId>
             <artifactId>jboss-jsf-api_2.0_spec</artifactId>
+            <scope>provided</scope>
         </dependency>
 		<dependency>
 			<groupId>net.sourceforge.jexcelapi</groupId>



More information about the seam-commits mailing list