Author: ajith
Date: Thu Feb 16 20:30:58 2006
New Revision: 378427
URL: http://svn.apache.org/viewcvs?rev=378427&view=rev
Log:
Added a comment explain the addition of the dependency
Modified:
webservices/commons/modules/XmlSchema/project.xml
Modified: webservices/commons/modules/XmlSchema/project.xml
URL:
http://svn.apache.org/viewcvs/webservices/commons/modules/XmlSchema/project.xml?rev=378427&r1=378426&r2=378427&view=diff
==============================================================================
--- webservices/commons/modules/XmlSchema/project.xml (original)
+++ webservices/commons/modules/XmlSchema/project.xml Thu Feb 16 20:30:58 2006
@@ -171,7 +171,9 @@
<version>1.0</version>
<url>http://xmlunit.sourceforge.net/</url>
</dependency>
- <dependency>
+ <!-- the stax dependency is for the QName
+ We do not have the any dependency on Stax :) -->
+ <dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>${stax.api.version}</version>