summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-20 08:38:40 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-20 08:38:40 +0000
commitda556f44f1b1fe17aa80d38cef206d266c114737 (patch)
tree09c7827b7cd2ab605435413cb5887f91a9ddc945 /sca-java-2.x/trunk/samples/store/pom.xml
parentd8eded9182740e8ece9d24331d5d9a4d4e13ab73 (diff)
TUSCANY-3468 - Providing htmlUnit test to verify implementation widget is working and the catalog ui is being properly populated
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/store/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/store/pom.xml b/sca-java-2.x/trunk/samples/store/pom.xml
index 4bc88f73a4..38df5f0477 100644
--- a/sca-java-2.x/trunk/samples/store/pom.xml
+++ b/sca-java-2.x/trunk/samples/store/pom.xml
@@ -105,6 +105,13 @@
</dependency>
<dependency>
+ <groupId>htmlunit</groupId>
+ <artifactId>htmlunit</artifactId>
+ <version>1.14</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>