You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/05/20 19:05:58 UTC

svn commit: r1125469 - /myfaces/tomahawk/trunk/sandbox/core20/pom.xml

Author: lu4242
Date: Fri May 20 17:05:58 2011
New Revision: 1125469

URL: http://svn.apache.org/viewvc?rev=1125469&view=rev
Log:
replace el dependency with geronimo jar

Modified:
    myfaces/tomahawk/trunk/sandbox/core20/pom.xml

Modified: myfaces/tomahawk/trunk/sandbox/core20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core20/pom.xml?rev=1125469&r1=1125468&r2=1125469&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core20/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core20/pom.xml Fri May 20 17:05:58 2011
@@ -67,12 +67,20 @@
             <scope>provided</scope>
         </dependency>
 
+        <!-- 
         <dependency>
             <groupId>javax.el</groupId>
             <artifactId>el-api</artifactId>
             <version>2.1.2-b05</version>
             <scope>provided</scope>
         </dependency>
+        -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-el_2.2_spec</artifactId>
+            <version>1.0.1</version>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- 
         <dependency>