diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/samples/helloworld-servlet/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-servlet/pom.xml b/branches/sca-java-1.x/samples/helloworld-servlet/pom.xml index 1a6ead13d8..8d2d6bc214 100644 --- a/branches/sca-java-1.x/samples/helloworld-servlet/pom.xml +++ b/branches/sca-java-1.x/samples/helloworld-servlet/pom.xml @@ -46,6 +46,13 @@ </dependency>
<dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-webapp</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
|