You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ke...@apache.org on 2008/04/21 05:45:17 UTC

svn commit: r650014 - /webservices/rampart/trunk/java/pom.xml

Author: keithc
Date: Sun Apr 20 20:45:17 2008
New Revision: 650014

URL: http://svn.apache.org/viewvc?rev=650014&view=rev
Log:
Adding <classifier>impl</classifier> to the axis2 mex dependancy as mentioned by Dims (http://www.nabble.com/Mex-jar-missing-in-maven-repo-td16794069.html)

Modified:
    webservices/rampart/trunk/java/pom.xml

Modified: webservices/rampart/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/java/pom.xml?rev=650014&r1=650013&r2=650014&view=diff
==============================================================================
--- webservices/rampart/trunk/java/pom.xml (original)
+++ webservices/rampart/trunk/java/pom.xml Sun Apr 20 20:45:17 2008
@@ -195,6 +195,7 @@
             <groupId>org.apache.axis2</groupId>
             <artifactId>mex</artifactId>
             <version>${axis2.version}</version>
+            <classifier>impl</classifier>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>