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 2006/06/10 21:56:54 UTC

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

Author: baranda
Date: Sat Jun 10 12:56:53 2006
New Revision: 413358

URL: http://svn.apache.org/viewvc?rev=413358&view=rev
Log:
Tomahawk depends on commons-lang (e.g. schedule). When tomahawk is used with the RI that dependency has to be there. This is why I added it to the tomahawk pom.

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=413358&r1=413357&r2=413358&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Sat Jun 10 12:56:53 2006
@@ -81,6 +81,13 @@
       <scope>compile</scope>
     </dependency>
 
+      <dependency>
+          <groupId>commons-lang</groupId>
+          <artifactId>commons-lang</artifactId>
+          <version>2.1</version>
+          <scope>compile</scope>
+      </dependency>
+
     <!-- provided dependencies -->
 
     <dependency>