Use FileUpload 1.2.1 which is the first FileUpload library release with an OSGi bundle manifest and thus export package header setting version numbers on exports

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1215481 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 6b992d1..3b3b4cc 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -175,7 +175,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.1.1</version>
+            <version>1.2.1</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>