aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'controller-server/pom.xml')
-rw-r--r--controller-server/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index 0ddc1ecd8be..ea3bbcf1e49 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -124,6 +124,11 @@
<!-- compile -->
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-csv</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.3</version>