diff options
author | Olivier Lamy <olamy@apache.org> | 2011-11-22 20:50:05 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-11-22 20:50:05 +0000 |
commit | 1d78784527425cfd1192a1fbc7a53f78c41f8add (patch) | |
tree | 4a873876b8f4fd9cc4823936ffe4d05456fe8b27 | |
parent | d1107a2ba15c6b24fc87864f1bff3bd67952b7b1 (diff) | |
download | archiva-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |