You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ve...@apache.org on 2010/02/02 21:37:21 UTC

svn commit: r905783 - /webservices/axis2/trunk/java/modules/integration/pom.xml

Author: veithen
Date: Tue Feb  2 20:37:19 2010
New Revision: 905783

URL: http://svn.apache.org/viewvc?rev=905783&view=rev
Log:
Removed a duplicate dependency from the integration module's POM file.

Modified:
    webservices/axis2/trunk/java/modules/integration/pom.xml

Modified: webservices/axis2/trunk/java/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/pom.xml?rev=905783&r1=905782&r2=905783&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/pom.xml Tue Feb  2 20:37:19 2010
@@ -137,11 +137,6 @@
             <artifactId>axis2-xmlbeans</artifactId>
             <version>${version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
-            <version>${version}</version>
-        </dependency>
     </dependencies>
     <profiles>
         <profile>