summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-jsp
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-21 21:29:15 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-21 21:29:15 +0000
commitf116d5feccb9694aab9476bc7213649a524d16ae (patch)
tree2118ff13ceb66b001a123f90280b14bd843c29b0 /branches/sca-java-1.x/samples/helloworld-jsp
parenta5ceb319d43db35aa8b6566c667ba968db8e1f14 (diff)
Added missing runtime dependency on tuscany-host-webapp to get the SCA taglib (sca.tld)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787096 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples/helloworld-jsp')
-rw-r--r--branches/sca-java-1.x/samples/helloworld-jsp/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-jsp/pom.xml b/branches/sca-java-1.x/samples/helloworld-jsp/pom.xml
index dc4c734409..820d8e3732 100644
--- a/branches/sca-java-1.x/samples/helloworld-jsp/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-jsp/pom.xml
@@ -45,6 +45,13 @@
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-webapp</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
</dependencies>
<build>