[exo-jcr-commits] exo-jcr SVN: r5147 - in jcr/trunk: applications/exo.jcr.applications.jetty and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 2 06:59:39 EDT 2011


Author: zavizionov
Date: 2011-11-02 06:59:39 -0400 (Wed, 02 Nov 2011)
New Revision: 5147

Modified:
   jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml
   jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml
   jcr/trunk/pom.xml
Log:
EXOJCR-1495 TESTING: Image does not uploading

Modified: jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml	2011-11-02 10:49:50 UTC (rev 5146)
+++ jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml	2011-11-02 10:59:39 UTC (rev 5147)
@@ -47,6 +47,11 @@
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-log4j12</artifactId>
       </dependency>
+      <dependency>
+         <groupId>commons-io</groupId>
+         <artifactId>commons-io</artifactId>
+         <scope>runtime</scope>
+      </dependency>
    </dependencies>
 
 

Modified: jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml	2011-11-02 10:49:50 UTC (rev 5146)
+++ jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml	2011-11-02 10:59:39 UTC (rev 5147)
@@ -38,13 +38,11 @@
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-log4j12</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.hsqldb</groupId>
          <artifactId>hsqldb</artifactId>
          <scope>runtime</scope>
       </dependency>
-
       <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2011-11-02 10:49:50 UTC (rev 5146)
+++ jcr/trunk/pom.xml	2011-11-02 10:59:39 UTC (rev 5147)
@@ -397,7 +397,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>1.3</version>
+        <version>1.3.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>



More information about the exo-jcr-commits mailing list