summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4aca7f8d2..a76928711 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@
<commons-codec.version>1.6</commons-codec.version>
<commons-collections.version>3.2.1</commons-collections.version>
<commons-fileupload.version>1.2.2</commons-fileupload.version>
+ <commons-io.version>2.1</commons-io.version>
<commons-lang.version>2.6</commons-lang.version>
<struts.version>2.2.3.1</struts.version>
<maven3x.version>3.0.3</maven3x.version>
@@ -587,7 +588,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>1.4</version>
+ <version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>