[weld-commits] Weld SVN: r6834 - archetypes/jsf-weld-servlet-webapp/trunk.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Wed Jul 28 22:52:05 EDT 2010
Author: sboscarine
Date: 2010-07-28 22:52:05 -0400 (Wed, 28 Jul 2010)
New Revision: 6834
Modified:
archetypes/jsf-weld-servlet-webapp/trunk/pom.xml
Log:
Added user suggestions
Modified: archetypes/jsf-weld-servlet-webapp/trunk/pom.xml
===================================================================
--- archetypes/jsf-weld-servlet-webapp/trunk/pom.xml 2010-07-28 23:44:31 UTC (rev 6833)
+++ archetypes/jsf-weld-servlet-webapp/trunk/pom.xml 2010-07-29 02:52:05 UTC (rev 6834)
@@ -105,7 +105,29 @@
<artifactId>weld-servlet</artifactId>
<scope>runtime</scope>
</dependency>
-
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- SB: Perhaps this is a means of enabling EL 2.0 in tomcat? -->
+ <!-- I will uncomment once I have an opportunity to test -->
+ <!--
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-el</artifactId>
+ <version>2.0.0.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ -->
+
<!--
<dependency>
<groupId>org.glassfish.web</groupId>
More information about the weld-commits
mailing list