You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by av...@apache.org on 2010/02/12 17:51:06 UTC

svn commit: r909527 - /incubator/photark/trunk/photark-jcr/pom.xml

Author: avd
Date: Fri Feb 12 17:51:05 2010
New Revision: 909527

URL: http://svn.apache.org/viewvc?rev=909527&view=rev
Log:
Added commons-lang dependency

Modified:
    incubator/photark/trunk/photark-jcr/pom.xml

Modified: incubator/photark/trunk/photark-jcr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-jcr/pom.xml?rev=909527&r1=909526&r2=909527&view=diff
==============================================================================
--- incubator/photark/trunk/photark-jcr/pom.xml (original)
+++ incubator/photark/trunk/photark-jcr/pom.xml Fri Feb 12 17:51:05 2010
@@ -113,6 +113,12 @@
 			<artifactId>commons-compress</artifactId>
 			<version>1.0</version>
 		</dependency>
+		
+		<dependency>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
+			<version>2.4</version>
+		</dependency>
 
 		<dependency>
 			<groupId>junit</groupId>
@@ -120,6 +126,7 @@
 			<version>4.5</version>
 			<scope>test</scope>
 		</dependency>
+		
 
 	</dependencies>