You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/01/12 12:57:53 UTC

svn commit: r611405 - /myfaces/tobago/trunk/example/sandbox/pom.xml

Author: bommel
Date: Sat Jan 12 03:57:51 2008
New Revision: 611405

URL: http://svn.apache.org/viewvc?rev=611405&view=rev
Log:
(TOBAGO-593) ArtifactId of com.sun.el:el-ri has changed to el-impl:el-impl

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

Modified: myfaces/tobago/trunk/example/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/sandbox/pom.xml?rev=611405&r1=611404&r2=611405&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/example/sandbox/pom.xml Sat Jan 12 03:57:51 2008
@@ -156,11 +156,11 @@
        <version>1.0</version>
        <scope>compile</scope>
      </dependency>-->
-    <dependency>
-      <groupId>com.sun.el</groupId>
-      <artifactId>el-ri</artifactId>
-      <version>1.0</version>
-    </dependency>
+     <dependency>
+       <groupId>el-impl</groupId>
+       <artifactId>el-impl</artifactId>
+       <version>1.0</version>
+     </dependency>
      <dependency>
        <groupId>taglibs</groupId>
        <artifactId>standard</artifactId>