You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2007/08/30 21:50:10 UTC

svn commit: r571283 - in /myfaces/tomahawk/branches/tomahawk_next_20070827: core/pom.xml sandbox/core/pom.xml sandbox15/core/pom.xml

Author: baranda
Date: Thu Aug 30 12:50:09 2007
New Revision: 571283

URL: http://svn.apache.org/viewvc?rev=571283&view=rev
Log:
Removed unused commons-el dependency

Modified:
    myfaces/tomahawk/branches/tomahawk_next_20070827/core/pom.xml
    myfaces/tomahawk/branches/tomahawk_next_20070827/sandbox/core/pom.xml
    myfaces/tomahawk/branches/tomahawk_next_20070827/sandbox15/core/pom.xml

Modified: myfaces/tomahawk/branches/tomahawk_next_20070827/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/tomahawk_next_20070827/core/pom.xml?rev=571283&r1=571282&r2=571283&view=diff
==============================================================================
--- myfaces/tomahawk/branches/tomahawk_next_20070827/core/pom.xml (original)
+++ myfaces/tomahawk/branches/tomahawk_next_20070827/core/pom.xml Thu Aug 30 12:50:09 2007
@@ -60,13 +60,6 @@
     </dependency>
 
     <dependency>
-      <groupId>commons-el</groupId>
-      <artifactId>commons-el</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
       <version>1.3</version>

Modified: myfaces/tomahawk/branches/tomahawk_next_20070827/sandbox/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/tomahawk_next_20070827/sandbox/core/pom.xml?rev=571283&r1=571282&r2=571283&view=diff
==============================================================================
--- myfaces/tomahawk/branches/tomahawk_next_20070827/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/branches/tomahawk_next_20070827/sandbox/core/pom.xml Thu Aug 30 12:50:09 2007
@@ -60,13 +60,6 @@
         </dependency>
 
         <dependency>
-            <groupId>commons-el</groupId>
-            <artifactId>commons-el</artifactId>
-            <version>1.0</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
             <version>1.3</version>

Modified: myfaces/tomahawk/branches/tomahawk_next_20070827/sandbox15/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/tomahawk_next_20070827/sandbox15/core/pom.xml?rev=571283&r1=571282&r2=571283&view=diff
==============================================================================
--- myfaces/tomahawk/branches/tomahawk_next_20070827/sandbox15/core/pom.xml (original)
+++ myfaces/tomahawk/branches/tomahawk_next_20070827/sandbox15/core/pom.xml Thu Aug 30 12:50:09 2007
@@ -66,13 +66,6 @@
         </dependency>
 
         <dependency>
-            <groupId>commons-el</groupId>
-            <artifactId>commons-el</artifactId>
-            <version>1.0</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
             <version>1.3</version>