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.

enter image description here

the usual reason indices not correct. there various possible reasons that:

  1. in eclipse, "download remote indices" not activated.
  2. the indices not downloaded correctly, check in "maven repositories" view.
  3. the index of (company) nexus broken , has updated/repaired.

all in all, find indices out of date.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -