summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
diff options
context:
space:
mode:
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>