From c334915378ac2e6c3dbc9799e3956f37a8f750ad Mon Sep 17 00:00:00 2001 From: vrvarma Date: Tue, 11 Feb 2020 13:09:49 -0500 Subject: Remove unused feature.xml files in appc features.xml file is no longer used in odl Change-Id: Id33c240f79d30b8dcff525c37b21eae2c717ab10 Signed-off-by: vrvarma Issue-ID: APPC-1832 --- .../features/src/main/resources/features.xml | 37 ----------------- .../features/src/main/resources/features.xml | 37 ----------------- .../features/src/main/resources/features.xml | 37 ----------------- .../features/src/main/resources/features.xml | 46 ---------------------- .../features/src/main/resources/features.xml | 44 --------------------- .../features/src/main/resources/features.xml | 43 -------------------- .../features/src/main/resources/features.xml | 40 ------------------- 7 files changed, 284 deletions(-) delete mode 100644 appc-config/appc-config-adaptor/features/src/main/resources/features.xml delete mode 100644 appc-config/appc-config-audit/features/src/main/resources/features.xml delete mode 100644 appc-config/appc-config-generator/features/src/main/resources/features.xml delete mode 100644 appc-config/appc-config-params/features/src/main/resources/features.xml delete mode 100644 appc-config/appc-data-services/features/src/main/resources/features.xml delete mode 100644 appc-config/appc-encryption-tool/features/src/main/resources/features.xml delete mode 100644 appc-config/appc-flow-controller/features/src/main/resources/features.xml (limited to 'appc-config') diff --git a/appc-config/appc-config-adaptor/features/src/main/resources/features.xml b/appc-config/appc-config-adaptor/features/src/main/resources/features.xml deleted file mode 100644 index 67137b58b..000000000 --- a/appc-config/appc-config-adaptor/features/src/main/resources/features.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - ccsdk-sli - mvn:ch.qos.logback/logback-core/${logback.version} - mvn:ch.qos.logback/logback-classic/${logback.version} - mvn:org.onap.appc/appc-config-adaptor-provider/${project.version} - - - diff --git a/appc-config/appc-config-audit/features/src/main/resources/features.xml b/appc-config/appc-config-audit/features/src/main/resources/features.xml deleted file mode 100644 index 1fab9682e..000000000 --- a/appc-config/appc-config-audit/features/src/main/resources/features.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - odl-mdsal-broker - ccsdk-sli - mvn:commons-lang/commons-lang/2.6 - mvn:org.onap.appc/appc-config-audit-provider/${project.version} - - diff --git a/appc-config/appc-config-generator/features/src/main/resources/features.xml b/appc-config/appc-config-generator/features/src/main/resources/features.xml deleted file mode 100644 index 5840fcc10..000000000 --- a/appc-config/appc-config-generator/features/src/main/resources/features.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - odl-mdsal-broker - ccsdk-sli - mvn:commons-lang/commons-lang/2.6 - mvn:org.onap.appc/appc-config-generator-provider/${project.version} - - diff --git a/appc-config/appc-config-params/features/src/main/resources/features.xml b/appc-config/appc-config-params/features/src/main/resources/features.xml deleted file mode 100644 index 6a2fec796..000000000 --- a/appc-config/appc-config-params/features/src/main/resources/features.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - odl-mdsal-broker - ccsdk-sli - - mvn:commons-lang/commons-lang/2.6 - mvn:commons-collections/commons-collections/3.2.2 - - - wrap:mvn:org.onap.sdc.common/onap-tosca-datatype/${tosca.datatype.version} - mvn:org.onap.appc/appc-config-params-provider/${project.version} - mvn:org.yaml/snakeyaml/1.15 - - diff --git a/appc-config/appc-data-services/features/src/main/resources/features.xml b/appc-config/appc-data-services/features/src/main/resources/features.xml deleted file mode 100644 index 9ffa5036c..000000000 --- a/appc-config/appc-data-services/features/src/main/resources/features.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - odl-mdsal-broker - - ccsdk-dblib - ccsdk-sli - ccsdk-sql-resource - - mvn:commons-lang/commons-lang/2.6 - - mvn:commons-collections/commons-collections/3.2.2 - - mvn:org.onap.appc/appc-config-data-services-provider/${project.version} - - diff --git a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml deleted file mode 100644 index a88ef3e26..000000000 --- a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - odl-mdsal-broker - - ccsdk-dblib - ccsdk-sli - ccsdk-sql-resource - - mvn:commons-lang/commons-lang/2.6 - mvn:org.apache.velocity/velocity/${velocity.version} - mvn:commons-collections/commons-collections/3.2.2 - mvn:org.onap.appc/appc-config-encryption-tool-provider/${project.version} - - diff --git a/appc-config/appc-flow-controller/features/src/main/resources/features.xml b/appc-config/appc-flow-controller/features/src/main/resources/features.xml deleted file mode 100644 index 424abd854..000000000 --- a/appc-config/appc-flow-controller/features/src/main/resources/features.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - odl-mdsal-broker - ccsdk-sli - - mvn:commons-lang/commons-lang/2.6 - mvn:commons-collections/commons-collections/3.2.2 - - mvn:org.onap.appc/appc-config-flow-controller-provider/${project.version} - - -- cgit 1.2.3-korg