Author: craigmcc
Date: Sun Jan  7 19:11:51 2007
New Revision: 493921

URL: http://svn.apache.org/viewvc?view=rev&rev=493921
Log:
D'oh ... the javax.el implementation is actually provided by JSF 1.2 and
JSP 2.1, so the "jsfri12" profile does not need an "el-ri" dependency at all.
The apps now work in Tomcat 6.0.2 when compiled with "-Djsf=ri12".

Modified:
    shale/framework/trunk/shale-apps/pom.xml

Modified: shale/framework/trunk/shale-apps/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/pom.xml?view=diff&rev=493921&r1=493920&r2=493921
==============================================================================
--- shale/framework/trunk/shale-apps/pom.xml (original)
+++ shale/framework/trunk/shale-apps/pom.xml Sun Jan  7 19:11:51 2007
@@ -232,12 +232,6 @@
                     <scope>provided</scope> <!-- JSP 2.1 requires it -->
                 </dependency>
                 <dependency>
-                    <groupId>javax.el</groupId>
-                    <artifactId>el-ri</artifactId>
-                    <version>1.0</version>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
                     <groupId>javax.faces</groupId>
                     <artifactId>jsf-api</artifactId>
                     <version>1.2_03</version>


Reply via email to