Author: vsiveton
Date: Sun Mar 29 14:04:48 2009
New Revision: 759687
URL: http://svn.apache.org/viewvc?rev=759687&view=rev
Log:
o xmlunit is used only for tests
Modified:
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=759687&r1=759686&r2=759687&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Sun Mar 29 14:04:48 2009
@@ -1226,6 +1226,7 @@
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.2</version>
+ <scope>test</scope>
</dependency>
</dependencies>