diff options
author | koblosz <sandra.koblosz@nokia.com> | 2018-07-09 13:42:31 +0200 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2018-08-06 10:09:52 +0000 |
commit | baf7f0a965d0ffebd5308d44758bfa9ba96c0c76 (patch) | |
tree | bc07c24e50a53a744484b15592fafda013159686 /common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | |
parent | c8661bd2bab88a77a29167c782a76cdf729648ed (diff) |
Fixes of sonar violations sdc and refactor
Issue-ID: SDC-1484
Change-Id: I3cf17454c533d3419c97af63cc6b5412976726fb
Signed-off-by: Sandra Koblosz <sandra.koblosz@nokia.com>
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/pom.xml')
-rw-r--r-- | common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index 78c378713a..46e4579aa6 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -106,6 +106,11 @@ <scope>test</scope> <version>${junit.version}</version> </dependency> + <dependency> + <groupId>io.vavr</groupId> + <artifactId>vavr</artifactId> + <version>0.9.2</version> + </dependency> </dependencies> </project> |