Add the servlet api dependency to try to fix the hudson build problem, though strangely its building fine for without that for me locally with mvn
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830455 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aaea9a7255
commit
ac3629e1bc
1 changed files with 7 additions and 0 deletions
|
@ -38,6 +38,13 @@
|
|||
<version>2.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
<version>2.5</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue