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 2010/03/03 08:47:52 UTC

svn commit: r918352 - /myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml

Author: lofwyr
Date: Wed Mar  3 07:47:51 2010
New Revision: 918352

URL: http://svn.apache.org/viewvc?rev=918352&view=rev
Log:
JSF 1.2 containers already provide the EL API

Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml?rev=918352&r1=918351&r2=918352&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml Wed Mar  3 07:47:51 2010
@@ -404,6 +404,12 @@
           <artifactId>myfaces-impl</artifactId>
           <version>${myfaces12.version}</version>
         </dependency>
+        <dependency>
+          <groupId>javax.el</groupId>
+          <artifactId>el-api</artifactId>
+          <version>1.0</version>
+          <scope>provided</scope>
+        </dependency>
       </dependencies>
     </profile>
     <profile>
@@ -475,6 +481,12 @@
           <artifactId>jsf-impl</artifactId>
           <version>${sunjsf12.version}</version>
         </dependency>
+        <dependency>
+          <groupId>javax.el</groupId>
+          <artifactId>el-api</artifactId>
+          <version>1.0</version>
+          <scope>provided</scope>
+        </dependency>
       </dependencies>
       <repositories>
         <repository>