From 9125b48d8813a254d5ae14109d5bd81fd34c2f33 Mon Sep 17 00:00:00 2001 From: vempo Date: Wed, 24 Oct 2018 17:18:03 +0300 Subject: Removed code that stored configuration in DB Conditionally enabled unit tests, fixed a few static analysis violations, added copyright headers. Change-Id: I46ccafc5f4397f82b86d5c51bf0452f2060f6a70 Issue-ID: SDC-1867 Signed-off-by: vempo --- .../onap-configuration-management-core/pom.xml | 42 +++++++++++++--------- 1 file changed, 25 insertions(+), 17 deletions(-) (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/pom.xml') 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 763ca202ce..f5b34004b2 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -1,3 +1,19 @@ + + @@ -43,21 +59,6 @@ commons-lang3 ${commons.lang3.version} - - com.github.adejanovski - cassandra-jdbc-wrapper - 3.1.0 - - - org.apache.commons - commons-dbcp2 - 2.0 - - - org.apache.commons - commons-pool2 - 2.4.2 - commons-io commons-io @@ -104,7 +105,10 @@ junit junit test - ${junit.version} + + + org.slf4j + slf4j-api @@ -115,7 +119,11 @@ maven-surefire-plugin ${mvn.surefire.version} - true + + ${jacoco.skip} ${project.basedir}/src/test/resources ${user.home}/TestResources -- cgit 1.2.3-korg