Im trying to use Axis2 by resolving all dependencies with maven. Unfortunately there doesnt seem to be an official dependency code snippet on the project page.
Trying to copy the snippet that the rampart samples use, I ran into the well-known redirect problem ( <http://www.ashlux.com/wordpress/2010/06/15/axis2-maven-and-java.net-woes-an d-why-maven-sucks/> http://www.ashlux.com/wordpress/2010/06/15/axis2-maven-and-java.net-woes-and -why-maven-sucks/). The release note for 1.5.2 states that Axis2 now relies exclusively on dependencies available from the Maven central repository, and no other Maven repositories are required. This in particular fixes a build problem that appeared after the 1.5.3 release. Thanks, Hendrik