IMO the same should be true for the JSTL 1.2 libs.....
---------- Forwarded message ---------- From: <[EMAIL PROTECTED]> Date: Jan 20, 2008 10:53 AM Subject: svn commit: r613650 - /myfaces/current12/test-webapp/pom.xml To: [EMAIL PROTECTED] Author: matzew Date: Sun Jan 20 10:53:39 2008 New Revision: 613650 URL: http://svn.apache.org/viewvc?rev=613650&view=rev Log: added note to scope of myfaces Modified: myfaces/current12/test-webapp/pom.xml Modified: myfaces/current12/test-webapp/pom.xml URL: http://svn.apache.org/viewvc/myfaces/current12/test-webapp/pom.xml?rev=613650&r1=613649&r2=613650&view=diff ============================================================================== --- myfaces/current12/test-webapp/pom.xml (original) +++ myfaces/current12/test-webapp/pom.xml Sun Jan 20 10:53:39 2008 @@ -94,6 +94,10 @@ </property> </activation> <dependencies> + <!-- + The compile scope is wrong! JavaEE5 containers provide a JSF impl. + The Tomcat servlet container does not do this. + --> <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-api</artifactId> -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org
