diff options
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index dae47987f..dd00576bc 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -244,6 +244,14 @@ </reporting>
<dependencies>
+
+ <dependency>
+ <groupId>com.opencsv</groupId>
+ <artifactId>opencsv</artifactId>
+ <version>4.1</version>
+ </dependency>
+
+
<!-- SDK overlay war -->
<dependency>
|