Author: dims
Date: Fri May 11 10:35:44 2007
New Revision: 537241
URL: http://svn.apache.org/viewvc?view=rev&rev=537241
Log:
looks like someone forgot to add a dependency
Modified:
webservices/axis2/trunk/java/modules/fastinfoset/pom.xml
Modified: webservices/axis2/trunk/java/modules/fastinfoset/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/fastinfoset/pom.xml?view=diff&rev=537241&r1=537240&r2=537241
==============================================================================
--- webservices/axis2/trunk/java/modules/fastinfoset/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/fastinfoset/pom.xml Fri May 11
10:35:44 2007
@@ -27,6 +27,11 @@
<name>Apache Axis 2.0 - Fast Infoset</name>
<description>Axis2 Fast Infoset module</description>
<dependencies>
+ <dependency>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]