set servlet-api as optional in maven POM

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@210 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2008-12-05 13:28:35 +00:00
parent 380f4c17f5
commit 669fe2f131
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlcleaner</groupId>