You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/10/29 17:23:49 UTC

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

Author: ggregory
Date: Mon Oct 29 16:23:48 2012
New Revision: 1403405

URL: http://svn.apache.org/viewvc?rev=1403405&view=rev
Log:
[VFS-440][SFTP] Stream (e.g. netcat) proxy for Sftp file system (aka ProxyCommand).

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=1403405&r1=1403404&r2=1403405&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Oct 29 16:23:48 2012
@@ -402,7 +402,7 @@
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcprov-jdk15on</artifactId>
-        <version>1.47</version>
+        <version>1.46</version>
         <scope>test</scope>
       </dependency>
       <dependency>