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...)