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:
antelder 2009-10-28 07:57:31 +00:00
parent aaea9a7255
commit ac3629e1bc

View file

@ -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>