moved multipart and bind to web project since independent of servlet and required by new native web request parameter map

This commit is contained in:
Keith Donald
2009-07-31 03:44:59 +00:00
parent e986434a25
commit 9eb85af234
65 changed files with 7405 additions and 0 deletions

View File

@@ -79,6 +79,12 @@
<version>1.4</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>