Add the webapp dependency as its no longer pulled in transitively

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2009-10-28 16:45:16 +00:00
parent 3cc5434d68
commit d9750f8b94

View file

@ -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>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>