Skip to content

Commit 2f6b2ea

Browse files
committed
Use this library only with sshd-core 1.x.x
sshd-core 2.0.0 brings incompatible changes: the class org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory is no longer part of sshd-core. Therefore FakeSftpServerRule fails at runtime with a ClassNotFoundException when sshd-core 2.0.0 is used.
1 parent 07a1d27 commit 2f6b2ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Fake SFTP Server Rule is available from
2424
<dependency>
2525
<groupId>com.github.stefanbirkner</groupId>
2626
<artifactId>fake-sftp-server-rule</artifactId>
27-
<version>2.0.0</version>
27+
<version>2.0.1</version>
2828
</dependency>
2929

3030
If you upgrade from a version < 2.x to the newest version please read the last

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>fake-sftp-server-rule</artifactId>
12-
<version>2.1.0-SNAPSHOT</version>
12+
<version>2.0.1</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Fake SFTP Server Rule</name>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.apache.sshd</groupId>
4646
<artifactId>sshd-core</artifactId>
47-
<version>[1,)</version>
47+
<version>[1,2)</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>junit</groupId>

0 commit comments

Comments
 (0)