summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/distribution/pdetarget/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox/distribution/pdetarget/pom.xml')
-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>