Skip to content

Commit 0c4db50

Browse files
committed
Add link to Fake SFTP Server Lambda
People should be aware of the alternative becaue they cannot use the rule with JUnit Jupiter and TestNG.
1 parent 2f6b2ea commit 0c4db50

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ if you want to use it with an older version of Java.
1515
I want to thank my former team SAM at ThoughtWorks for using this library and
1616
@crizzis, @OArtyomov and @TheSentinel454 for their feature requests.
1717

18+
There is an alternative to Fake SFTP Server Rule that is independent of the
19+
test framework. Its name is
20+
[Fake SFTP Server Lambda](https://github.com/stefanbirkner/fake-sftp-server-lambda).
1821

1922
## Installation
2023

pom.xml

Lines changed: 1 addition & 1 deletion
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.0.1</version>
12+
<version>2.1.0-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Fake SFTP Server Rule</name>

0 commit comments

Comments
 (0)