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 di...@apache.org on 2007/02/18 21:00:41 UTC

svn commit: r508963 - /webservices/axis2/trunk/java/modules/json/project.xml

Author: dims
Date: Sun Feb 18 12:00:40 2007
New Revision: 508963

URL: http://svn.apache.org/viewvc?view=rev&rev=508963
Log:
add xmlunit dependency for the unit tests

Modified:
    webservices/axis2/trunk/java/modules/json/project.xml

Modified: webservices/axis2/trunk/java/modules/json/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/json/project.xml?view=diff&rev=508963&r1=508962&r2=508963
==============================================================================
--- webservices/axis2/trunk/java/modules/json/project.xml (original)
+++ webservices/axis2/trunk/java/modules/json/project.xml Sun Feb 18 12:00:40 2007
@@ -163,6 +163,15 @@
                 <module>true</module>
             </properties>
         </dependency>
+        <dependency>
+            <groupId>xmlunit</groupId>
+            <artifactId>xmlunit</artifactId>
+            <version>${xmlunit.version}</version>
+            <properties>
+                <module>true</module>
+            </properties>
+            <url>http://www.ibiblio.org/maven/xmlunit/jars/</url>
+        </dependency>
     </dependencies>
 
     <reports/>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org