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:
parent
3cc5434d68
commit
d9750f8b94
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue