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/18 11:52:40 UTC

svn commit: r924697 - in /myfaces/tobago/trunk/example: portlet/pom.xml sandbox/pom.xml

Author: lofwyr
Date: Thu Mar 18 10:52:40 2010
New Revision: 924697

URL: http://svn.apache.org/viewvc?rev=924697&view=rev
Log:
change artifact with one, which is on a maven repository

Modified:
    myfaces/tobago/trunk/example/portlet/pom.xml
    myfaces/tobago/trunk/example/sandbox/pom.xml

Modified: myfaces/tobago/trunk/example/portlet/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/portlet/pom.xml?rev=924697&r1=924696&r2=924697&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/portlet/pom.xml (original)
+++ myfaces/tobago/trunk/example/portlet/pom.xml Thu Mar 18 10:52:40 2010
@@ -57,11 +57,11 @@
             <scope>provided</scope>
        -->
     </dependency>
-    <dependency>
-      <groupId>el-impl</groupId>
-      <artifactId>el-impl</artifactId>
-      <version>1.0</version>
-    </dependency>
+      <dependency>
+        <groupId>com.sun.el</groupId>
+        <artifactId>el-ri</artifactId>
+        <version>1.0</version>
+      </dependency>
     <!--
         <dependency>
           <groupId>com.sun.faces.portlet</groupId>

Modified: myfaces/tobago/trunk/example/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/sandbox/pom.xml?rev=924697&r1=924696&r2=924697&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/example/sandbox/pom.xml Thu Mar 18 10:52:40 2010
@@ -138,11 +138,11 @@
         </exclusion>
       </exclusions>
      </dependency>
-     <dependency>
-       <groupId>el-impl</groupId>
-       <artifactId>el-impl</artifactId>
-       <version>1.0</version>
-     </dependency>
+      <dependency>
+        <groupId>com.sun.el</groupId>
+        <artifactId>el-ri</artifactId>
+        <version>1.0</version>
+      </dependency>
      <dependency>
        <groupId>taglibs</groupId>
        <artifactId>standard</artifactId>