Re: Using Axis2 with Maven
Andreas Veithen <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CADx4_uVD8r0Q6vpX4jam3ySvk_trEXXVkAh-ZYnoUFOYBQ7CuA@mail.gmail.com> |
It's the other way round: the release note for **1.5.3** 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.2** release." Andreas On Mon, May 13, 2013 at 12:41 PM, Hendrik Geßner <[email protected]> wrote: > I’m trying to use Axis2 by resolving all dependencies with maven. > Unfortunately there doesn’t 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-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