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/07 00:24:53 UTC

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

Author: veithen
Date: Mon Dec  6 23:24:53 2010
New Revision: 1042852

URL: http://svn.apache.org/viewvc?rev=1042852&view=rev
Log:
Removed the axis2-codegen dependency from the root POM. It is only used by the interop module, which already has a dependency declaration for axis2-codegen.

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=1042852&r1=1042851&r2=1042852&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Mon Dec  6 23:24:53 2010
@@ -262,12 +262,6 @@
 
         <dependency>
             <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-codegen</artifactId>
-            <version>${axis2.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
             <artifactId>addressing</artifactId>
             <version>${axis2.version}</version>
             <type>mar</type>