From 9e0219abc61b28b94d88fefbf8cc4a13d1683a67 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Mon, 10 Sep 2018 17:45:52 -0400 Subject: Functional so/libs unit tests Unit tests to prepare for migration from the codehaus to the fasterxml implementation of jackson. Iincreases the code coverage metric from 51% to 70%. Change-Id: I6338214f3de9df95956b46d4e313d00052eb8692 Issue-ID: SO-1011 Signed-off-by: Rob Daugherty --- pom.xml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 676584c..ba123f8 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,6 @@ https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ - /content/repositories/staging/ /content/sites/site/org/onap/so/libs/${project.version} @@ -65,6 +64,27 @@ 2012 + + ecomp-public + https://nexus.onap.org/content/repositories/public/ + + false + + + + ecomp-releases + https://nexus.onap.org/content/repositories/releases/ + + false + + + + ecomp-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + central Maven 2 repository @@ -95,7 +115,7 @@ junit junit - 4.11 + 4.12 test @@ -116,6 +136,12 @@ 1.6.2 test + + org.skyscreamer + jsonassert + 1.4.0 + test + org.onap.so.libs.openstack-java-sdk openstack-client -- cgit 1.2.3-korg