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 12:01:40 UTC

svn commit: r924703 - /myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml

Author: lofwyr
Date: Thu Mar 18 11:01:40 2010
New Revision: 924703

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

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

Modified: myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml?rev=924703&r1=924702&r2=924703&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml Thu Mar 18 11:01:40 2010
@@ -67,11 +67,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>