[weld-commits] Weld SVN: r5052 - extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Nov 13 13:56:00 EST 2009


Author: dan.j.allen
Date: 2009-11-13 13:56:00 -0500 (Fri, 13 Nov 2009)
New Revision: 5052

Modified:
   extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/pom.xml
Log:
mark provided resources


Modified: extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
--- extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/pom.xml	2009-11-13 18:52:35 UTC (rev 5051)
+++ extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/pom.xml	2009-11-13 18:56:00 UTC (rev 5052)
@@ -31,10 +31,12 @@
       <dependency>
          <groupId>javax.enterprise</groupId>
          <artifactId>cdi-api</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>javax.annotation</groupId>
          <artifactId>jsr250-api</artifactId>
+         <scope>provided</scope>
       </dependency>
       <!-- JSF 2.0 -->
       <dependency>
@@ -57,7 +59,6 @@
          <classifier>jdk15</classifier>
       </dependency>
 
-
       <!-- Jetty/Tomcat-specific scopes and artifacts -->
 
       <!-- JSF 2.0 -->
@@ -131,4 +132,4 @@
          </plugin>
       </plugins>
    </build>
-</project>
\ No newline at end of file
+</project>



More information about the weld-commits mailing list