java - Maven 'Select Dependency' adding old artefact versions to pom.xml -
i decided add dependencies pom.xml file using 'select dependency' functionality. when added selenium-java dependency, observed version added 2.42.2 instead of latest version of 3.0.1. double-checked central repository make sure 3.0.1 available, is. although can manually edited, why old version being called pom? see image attached.
the usual reason indices not correct. there various possible reasons that:
- in eclipse, "download remote indices" not activated.
- the indices not downloaded correctly, check in "maven repositories" view.
- the index of (company) nexus broken , has updated/repaired.
all in all, find indices out of date.
Comments
Post a Comment