What does the \- mean in the mvn dependency tree output
- by Calm Storm
Hi,
I tried doing a mvn dependency:tree and I get a tree of dependencies. The output looks like below. I want to know what is the "-" symbol that is shown at times and the "+-" symbol for other dependencies (it doesnt seem to be the scope)
My actual question is, My project depends on many modules which internally depends on many spring artifacts.…