| Newsgroups |
gmane.text.xml.axis.user |
| Message-ID |
<[email protected]> |
Hi all,
I want to update my project from axis2 1.4.1 to 1.6.2. The project is build with maven 3 to a .war file to use with a TomCat 7.
For axis2 1.41 I added the dependency
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>addressing</artifactId>
<version>1.41</version>
</dependency>
to my maven .pom beacuse its a .jar.
Now in axis2 1.6.2 addressing is a module (.mar) and I don't know who to handle this file. I tried to put it into the Tomcat lib dir, added it to the .pom but without success.
How do I have to handle this addressing .mar file with maven or tomcat?
Thanks,
Mirco