Update MINA SSHD to 0.5.1-r1033260

This version correctly ignores the keepalive messages sent by
the paramiko python SSH client.

Change-Id: Iac23cc53027ffc748fc2ed933288fcf1585b48bb
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2010-11-09 14:10:26 -08:00
parent fc26d13c45
commit 7ada9e74fd
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>0.5.1-r1031886</version>
<version>0.5.1-r1033260</version>
</dependency>
<dependency>