From 1496a70a99f24e007456d6138156b97d2a16e90c Mon Sep 17 00:00:00 2001 From: vempo Date: Wed, 24 Oct 2018 07:48:26 +0000 Subject: Deleted empty configuration tests module Change-Id: I03aea493ef87f4a5234505296b9627886d99c7e6 Issue-ID: SDC-1867 Signed-off-by: vempo --- .../onap-configuration-management-test/pom.xml | 48 ---------------------- .../onap-common-configuration-management/pom.xml | 1 - 2 files changed, 49 deletions(-) delete mode 100644 common/onap-common-configuration-management/onap-configuration-management-test/pom.xml mode change 100644 => 100755 common/onap-common-configuration-management/pom.xml diff --git a/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml deleted file mode 100644 index 77e645eef2..0000000000 --- a/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - 4.0.0 - - onap-configuration-management-test - onap-configuration-management-test - - - onap-common-configuration-management - org.onap.sdc.common - 1.3.0-SNAPSHOT - - - - - org.onap.sdc.common - onap-configuration-management-core - ${project.version} - - - junit - junit - test - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${mvn.surefire.version} - - true - - ${project.basedir}/src/test/resources - ${user.home}/TestResources - - - **/TestCMSuite.java - - - - - - diff --git a/common/onap-common-configuration-management/pom.xml b/common/onap-common-configuration-management/pom.xml old mode 100644 new mode 100755 index fd441edd8f..01d1121fd2 --- a/common/onap-common-configuration-management/pom.xml +++ b/common/onap-common-configuration-management/pom.xml @@ -16,7 +16,6 @@ onap-configuration-management-api onap-configuration-management-core - onap-configuration-management-test -- cgit 1.2.3-korg