fake-sftp-server-rule icon indicating copy to clipboard operation
fake-sftp-server-rule copied to clipboard

pom dependency error com.github.marschall 1.0.1-SNAPSHOT

Open nkwiatkowski opened this issue 8 years ago • 1 comments
trafficstars

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.

nkwiatkowski avatar Aug 21 '17 09:08 nkwiatkowski

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?

stefanbirkner avatar Sep 04 '17 06:09 stefanbirkner