fake-sftp-server-rule
fake-sftp-server-rule copied to clipboard
pom dependency error com.github.marschall 1.0.1-SNAPSHOT
Hi,
Thanks a lot for this rule, it is a great help for me, and testing my project.
I think recently, the version of dependency com.github.marschall rose to 1.0.1-SNAPSHOT and my project can't compile anymore.
[ERROR] Failed to execute goal on project common: Could not resolve dependencies for project ..*:common:jar:0.0.1-SNAPSHOT: Could not find artifact com.github.marschall:memoryfilesystem:jar:1.0.1-SNAPSHOT -> [Help 1]
I was able to resolve it by excluding the dependency in your module, and importing version 1.0.0 of com.github.marschall.
AFAIK you don't have to exclude the dependency. It's enough if you specify version 1.0.0 for memoryfilesystem. Please can you try and tell me whether it works?