summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-11-22 20:50:05 +0000
committerOlivier Lamy <olamy@apache.org>2011-11-22 20:50:05 +0000
commit1d78784527425cfd1192a1fbc7a53f78c41f8add (patch)
tree4a873876b8f4fd9cc4823936ffe4d05456fe8b27
parentd1107a2ba15c6b24fc87864f1bff3bd67952b7b1 (diff)
downloadarchiva-1d78784527425cfd1192a1fbc7a53f78c41f8add.tar.gz
archiva-1d78784527425cfd1192a1fbc7a53f78c41f8add.zip
upgrade commons-fileupload as same as level as redback to avoid duplicate of the jar in the war
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1205159 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5751cc9e2..87a77fa1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,7 +559,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <version>1.2</version>
+ <version>1.2.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>