You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rg...@apache.org on 2012/04/01 02:48:00 UTC

svn commit: r1307964 - /commons/proper/vfs/trunk/pom.xml

Author: rgoers
Date: Sun Apr  1 00:48:00 2012
New Revision: 1307964

URL: http://svn.apache.org/viewvc?rev=1307964&view=rev
Log:
Specificy version of jcl-over-slf4j in hopes it will fix Gump

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1307964&r1=1307963&r2=1307964&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sun Apr  1 00:48:00 2012
@@ -396,6 +396,12 @@
         <version>1.5.5</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl-over-slf4j</artifactId>
+        <version>1.5.5</version>
+        <scope>test</scope>
+      </dependency>
       <!-- Test SFTP with Apache SHHd Server (MINA) -->
       <dependency>
         <groupId>org.apache.sshd</groupId>