aboutsummaryrefslogtreecommitdiffstats
path: root/framework/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/pom.xml')
-rw-r--r--framework/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/pom.xml b/framework/pom.xml
index a1b81e93..2b7aece2 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -57,6 +57,11 @@
<version>1.3</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.3.2</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.5</version>