You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: