Author: pete.muir(a)jboss.org
Date: 2009-03-27 09:06:18 -0400 (Fri, 27 Mar 2009)
New Revision: 2226
Modified:
examples/trunk/numberguess/pom.xml
Log:
mark deps provided
Modified: examples/trunk/numberguess/pom.xml
===================================================================
--- examples/trunk/numberguess/pom.xml 2009-03-27 13:03:49 UTC (rev 2225)
+++ examples/trunk/numberguess/pom.xml 2009-03-27 13:06:18 UTC (rev 2226)
@@ -46,6 +46,7 @@
<dependency>
<groupId>com.sun.facelets</groupId>
<artifactId>jsf-facelets</artifactId>
+ <scope>runtime</scope>
</dependency>
<!-- <dependency>
@@ -72,6 +73,7 @@
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
+ <scope>provided</scope>
</dependency>
</dependencies>
Show replies by date