What is the difference between dependencyManagement
and dependencies
?
I have seen the docs at Apache Maven web site.
It seems that a dependency def
In Eclipse, there is one more feature in the dependencyManagement
. When dependencies
is used without it, the unfound dependencies are noticed in the pom file. If dependencyManagement
is used, the unsolved dependencies remain unnoticed in the pom file and errors appear only in the java files. (imports and such...)