diff options
Diffstat (limited to 'sca-java-2.x/trunk/samples/webapps')
-rw-r--r-- | sca-java-2.x/trunk/samples/webapps/helloworld-spring/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-spring/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-spring/pom.xml index e184a014ae..59f3a25696 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-spring/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-spring/pom.xml @@ -69,7 +69,12 @@ <version>4.8.1</version> <scope>test</scope> </dependency> - + <dependency> + <groupId>httpunit</groupId> + <artifactId>httpunit</artifactId> + <version>1.6.1</version> + <scope>test</scope> + </dependency> </dependencies> <build> |