You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/07/11 18:46:26 UTC

svn commit: r676028 - /myfaces/tomahawk/trunk/core/pom.xml

Author: skitching
Date: Fri Jul 11 09:46:26 2008
New Revision: 676028

URL: http://svn.apache.org/viewvc?rev=676028&view=rev
Log:
Remove duplicated commons-lang dependency

Modified:
    myfaces/tomahawk/trunk/core/pom.xml

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/pom.xml?rev=676028&r1=676027&r2=676028&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Fri Jul 11 09:46:26 2008
@@ -96,14 +96,6 @@
     </dependency>
 
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.4</version>
-      <scope>compile</scope>
-    </dependency>
-
-
-    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
       <version>1.1.0</version>