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 2011/06/22 16:16:32 UTC

svn commit: r1138478 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Author: lofwyr
Date: Wed Jun 22 14:16:31 2011
New Revision: 1138478

URL: http://svn.apache.org/viewvc?rev=1138478&view=rev
Log:
TOBAGO-1002: Tobago Demo with CDI
 - EL should not be included by default (was committed by fault)

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1138478&r1=1138477&r2=1138478&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Wed Jun 22 14:16:31 2011
@@ -276,17 +276,22 @@
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
+<!-- needed for Tomcat 5.5, TODO: make a JavaEE4 profile
     <dependency>
       <groupId>javax.el</groupId>
       <artifactId>el-api</artifactId>
       <version>1.0</version>
       <scope>compile</scope>
     </dependency>
+-->
     <dependency>
       <groupId>com.sun.el</groupId>
       <artifactId>el-ri</artifactId>
       <version>1.0</version>
+      <scope>test</scope>
+<!-- needed for Tomcat 5.5, TODO: make a JavaEE4 profile
       <scope>compile</scope>
+-->
     </dependency>
 <!--
     <dependency>