You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/12/28 13:44:40 UTC

svn commit: r1053337 - /axis/axis2/java/sandesha/trunk/pom.xml

Author: veithen
Date: Tue Dec 28 12:44:39 2010
New Revision: 1053337

URL: http://svn.apache.org/viewvc?rev=1053337&view=rev
Log:
Make sure that we use the expected Axis2 version, even for transitive dependencies of Rampart.

Modified:
    axis/axis2/java/sandesha/trunk/pom.xml

Modified: axis/axis2/java/sandesha/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1053337&r1=1053336&r2=1053337&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Tue Dec 28 12:44:39 2010
@@ -348,6 +348,14 @@
                 <artifactId>rampart-policy</artifactId>
                 <version>${rampart.version}</version>
             </dependency>
+            <!-- This ensures that we always use artifacts from the expected Axis2 version,
+                 even for transitive dependencies of Rampart -->
+            <dependency>
+                <groupId>org.apache.axis2</groupId>
+                <artifactId>mex</artifactId>
+                <classifier>impl</classifier>
+                <version>${axis2.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>