Re: Re: Using Axis2 with Maven

2013-05-16 Thread Hendrik Geßner
> But I'm not sure I understand your question. Are you asking for > dependencies in pom.xml ? We have our own maven repo and added all the > jars to that. I am looking for an official dependency code snippet. After checking the rampart pom again, I found a starting point that I missed before. Af

Re: Using Axis2 with Maven

2013-05-13 Thread Andreas Veithen
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

Re: Using Axis2 with Maven

2013-05-13 Thread robert lazarski
On Mon, May 13, 2013 at 7:59 AM, robert lazarski wrote: > On Mon, May 13, 2013 at 7:41 AM, Hendrik Geßner > 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. >> >> >> >

Re: Using Axis2 with Maven

2013-05-13 Thread robert lazarski
On Mon, May 13, 2013 at 7:41 AM, Hendrik Geßner 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