You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2009/03/30 15:50:47 UTC

svn commit: r759968 - /webservices/axis2/trunk/java/modules/documentation/pom.xml

Author: nandana
Date: Mon Mar 30 13:50:46 2009
New Revision: 759968

URL: http://svn.apache.org/viewvc?rev=759968&view=rev
Log:
removing xml-apis dependency as it is already removed from the parent pom

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

Modified: webservices/axis2/trunk/java/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/pom.xml?rev=759968&r1=759967&r2=759968&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/pom.xml Mon Mar 30 13:50:46 2009
@@ -50,10 +50,6 @@
             <artifactId>juli</artifactId>
         </dependency>
         <dependency>
-            <groupId>xml-apis</groupId>
-            <artifactId>xml-apis</artifactId>
-        </dependency>
-        <dependency>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
         </dependency>