summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-20 12:24:30 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-20 12:24:30 +0000
commitb2721aef204ec76b12e1fe331ccf04ec4fb7ee3c (patch)
tree2855a7b2a4ad784043a0ba1cf5a22e5451806766 /java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
parentf186493604fa8383762fd4d4bd1f5c614ddc6aa9 (diff)
Start of a test for the jsp page
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml')
-rw-r--r--java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
index 8e0d3cc6c5..c031477f7c 100644
--- a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
+++ b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
@@ -52,9 +52,9 @@
</dependency>
<dependency>
- <groupId>httpunit</groupId>
- <artifactId>httpunit</artifactId>
- <version>1.6.1</version>
+ <groupId>htmlunit</groupId>
+ <artifactId>htmlunit</artifactId>
+ <version>1.9</version>
<scope>test</scope>
</dependency>
@@ -69,7 +69,7 @@
<executions>
<execution>
<id>start-container</id>
- <phase>pre-integration-test</phase>
+ <phase>compile</phase>
<goals>
<goal>start</goal>
</goals>
@@ -109,7 +109,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld-jsp</artifactId>
<type>war</type>
- <pingURL>http://localhost:8085/helloworld-jsp</pingURL>
+ <pingURL>http://localhost:8085/helloworld-jsp-xxx</pingURL>
</deployable>
</deployables>
</configuration>