As clearly visible here, the Axis 2 Maven dependency has several versions higher than version 1.6.3. However, they all fail to download when I build (actually when I edit & save my pom.xml) in Eclipse. I have a java 8 project and version 1.5.4 through 1.6.3 all work. when I add them to my pom.xml, they automatically appear in my maven dependencies. when I try any version ranging from 1.6.4 - 1.7.3, I get a missing artifact error in my pom.xml, like they cannot be found in the central repository.
I use Eclipse Mars's embedded Maven 3.3. Could it be that it is linked to an outdated repository which does not contain the ne versions? How can I connect it to another repository (I alreacy checked Preferences/Maven to set this property but didn't find one). Additionally, what would be a good "central" repository?