diff options
author | Ofir Sonsino <os0695@att.com> | 2018-02-11 19:21:35 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2018-02-11 19:21:35 +0200 |
commit | b94bd70f1595fad9546c3506393613f68504f495 (patch) | |
tree | 6ccae1c4e98b241ecae4b8932e5f27f11a1a6c30 /vid-app-common/pom.xml | |
parent | 4218526154d4ecda5b8ea2ca4e9e729672b2103a (diff) |
org.onap migration
Change-Id: I77143c1fee8cb918a04881dfa4c33bedb811e9c6
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
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>
|