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>