You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2013/02/20 09:32:42 UTC

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

Author: joehni
Date: Wed Feb 20 08:32:42 2013
New Revision: 1448036

URL: http://svn.apache.org/r1448036
Log:
Update sshd-core to version 0.8.0 from version 0.7.0. Update mina-core from version 2.0.4 to version 2.0.7.

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=1448036&r1=1448035&r2=1448036&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Feb 20 08:32:42 2013
@@ -400,15 +400,15 @@
       <dependency>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd-core</artifactId>
-        <version>0.7.0</version>
+        <version>0.8.0</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.mina</groupId>
+        <artifactId>mina-core</artifactId>
+        <version>2.0.7</version>
         <scope>test</scope>
       </dependency>
-      <!-- For sshd-core 0.8.0: -->
-      <!--       <dependency> -->
-      <!--         <groupId>org.apache.mina</groupId> -->
-      <!--         <artifactId>mina-core</artifactId> -->
-      <!--         <version>2.0.5</version> -->
-      <!--       </dependency> -->
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcprov-jdk16</artifactId>