You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/18 23:39:39 UTC

svn commit: r586150 - /myfaces/orchestra/trunk/core15/pom.xml

Author: imario
Date: Thu Oct 18 14:39:38 2007
New Revision: 586150

URL: http://svn.apache.org/viewvc?rev=586150&view=rev
Log:
added missing dependency

Modified:
    myfaces/orchestra/trunk/core15/pom.xml

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?rev=586150&r1=586149&r2=586150&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Thu Oct 18 14:39:38 2007
@@ -63,6 +63,14 @@
 			<scope>compile</scope>
 		</dependency>
 
+		<dependency>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
+			<version>2.1</version>
+			<scope>compile</scope>
+		</dependency>
+
+
 		<!-- provided dependencies -->
 
 		<dependency>