You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/10/31 18:39:17 UTC

svn commit: r709502 - /tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml

Author: rfeng
Date: Fri Oct 31 10:39:17 2008
New Revision: 709502

URL: http://svn.apache.org/viewvc?rev=709502&view=rev
Log:
Add httpunit as a test dependency

Modified:
    tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml

Modified: tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml?rev=709502&r1=709501&r2=709502&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml (original)
+++ tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml Fri Oct 31 10:39:17 2008
@@ -55,7 +55,13 @@
             <artifactId>xmlunit</artifactId>
             <version>1.2</version>
             <scope>test</scope>
-        </dependency>         
+        </dependency>   
+        <dependency>
+            <groupId>httpunit</groupId>
+            <artifactId>httpunit</artifactId>
+            <version>1.6.1</version>
+            <scope>test</scope>
+        </dependency>      
     </dependencies>
 
     <profiles>