We have been using Spring 3.0 reference libraries in our project and recently while building our project, we came across incorrect stax-api pom version which it is trying to lookup and getting timeout error
Downloading: http://maven.springframework.org/release/javax/xml/stream/stax-api/1.0.2/stax-api-1.0.2.pom
Upon our research we found that correct version is javax.xml.stream:stax-api:1.0-2 , but we are quite confused as we have used Spring libraries only . We haven't mentioned anywhere in our application POM files. We are including dependency for spring-ws-core though but if internally it references wrong POM , how are we supposed to change it.