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 na...@apache.org on 2008/04/07 14:13:30 UTC

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

Author: nandana
Date: Mon Apr  7 05:13:29 2008
New Revision: 645474

URL: http://svn.apache.org/viewvc?rev=645474&view=rev
Log:
changed the mex-impl dependency to mex (Axis2 metadata) 

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=645474&r1=645473&r2=645474&view=diff
==============================================================================
--- webservices/rampart/trunk/java/pom.xml (original)
+++ webservices/rampart/trunk/java/pom.xml Mon Apr  7 05:13:29 2008
@@ -175,7 +175,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
-            <artifactId>mex-impl</artifactId>
+            <artifactId>mex</artifactId>
             <version>${axis2.version}</version>
         </dependency>
         <dependency>