You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2007/10/23 21:03:53 UTC

svn commit: r587613 - /myfaces/tobago/trunk/extension/facelets/pom.xml

Author: lofwyr
Date: Tue Oct 23 12:03:53 2007
New Revision: 587613

URL: http://svn.apache.org/viewvc?rev=587613&view=rev
Log:
hint for tomcat 6

Modified:
    myfaces/tobago/trunk/extension/facelets/pom.xml

Modified: myfaces/tobago/trunk/extension/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/facelets/pom.xml?rev=587613&r1=587612&r2=587613&view=diff
==============================================================================
--- myfaces/tobago/trunk/extension/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/extension/facelets/pom.xml Tue Oct 23 12:03:53 2007
@@ -155,6 +155,10 @@
       <groupId>javax.el</groupId>
       <artifactId>el-api</artifactId>
       <version>1.0</version>
+      <!-- in the case of Servlet 2.5 / JSP 2.1
+           e. g. Tomcat 6 the scope should be "provided"
+      <scope>provided</scope>
+      -->
     </dependency>
     <dependency>
       <groupId>com.sun.facelets</groupId>