summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-31 17:39:17 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-31 17:39:17 +0000
commit346fae9ef5ce77270b4190f99f7b823e92d2e40e (patch)
tree17bc524bd55c3f08707c6c71247b162e788bab83
parentc8b0020cd078fc42acb15086ac40b9eef63dc453 (diff)
Add httpunit as a test dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709502 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-equinox/distribution/pdetarget/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/branches/sca-equinox/distribution/pdetarget/pom.xml b/branches/sca-equinox/distribution/pdetarget/pom.xml
index 95994d7271..f81b4754b7 100644
--- a/branches/sca-equinox/distribution/pdetarget/pom.xml
+++ b/branches/sca-equinox/distribution/pdetarget/pom.xml
@@ -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>