Author: tolusha
Date: 2009-12-18 05:26:05 -0500 (Fri, 18 Dec 2009)
New Revision: 1127
Modified:
jcr/branches/1.12.0-OPT/exo.jcr.framework.command/pom.xml
Log:
EXOJCR-300: add dependency
Modified: jcr/branches/1.12.0-OPT/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/branches/1.12.0-OPT/exo.jcr.framework.command/pom.xml 2009-12-18 08:45:36 UTC (rev
1126)
+++ jcr/branches/1.12.0-OPT/exo.jcr.framework.command/pom.xml 2009-12-18 10:26:05 UTC (rev
1127)
@@ -54,7 +54,7 @@
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
-
+
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
@@ -67,6 +67,12 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+
+
</dependencies>
<build>
Show replies by date