You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mb...@apache.org on 2007/02/13 20:41:00 UTC

svn commit: r507179 - /myfaces/current12/test-webapp/pom.xml

Author: mbr
Date: Tue Feb 13 11:40:59 2007
New Revision: 507179

URL: http://svn.apache.org/viewvc?view=rev&rev=507179
Log:
Fixed build problem. Changed version 1.2 for javax.el to 1.0
Version 1.2 is not available in a public repository

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?view=diff&rev=507179&r1=507178&r2=507179
==============================================================================
--- myfaces/current12/test-webapp/pom.xml (original)
+++ myfaces/current12/test-webapp/pom.xml Tue Feb 13 11:40:59 2007
@@ -108,13 +108,13 @@
         <dependency>
             <groupId>javax.el</groupId>
             <artifactId>el-api</artifactId>
-            <version>1.2</version>
+            <version>1.0</version>
             <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>com.sun.el</groupId>
             <artifactId>el-ri</artifactId>
-            <version>1.2</version>
+            <version>1.0</version>
             <optional>true</optional>
         </dependency>