summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/webapps
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-07-29 00:14:45 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-07-29 00:14:45 +0000
commit49a28fd5795d7ed1d155a2ee571a98e009214281 (patch)
treed19634ec9c8464688804afa3bb438d3ed1502abb /sca-java-2.x/trunk/samples/webapps
parentf661a34f0314c405134067c843222312f8408db7 (diff)
Add the parent delegation for the SCA spring application context
Improve the sample to demonstrate the child bean wired to a bean in the parent context (WebApplicationContext) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980272 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/webapps')
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-spring/pom.xml7
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>