diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/samples/helloworld-jsp/pom.xml | 7 |
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>
|