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 --- .../src/main/resources/features.xml | 37 ------------------ .../src/main/resources/features.xml | 36 ----------------- .../src/main/resources/features.xml | 45 ---------------------- .../src/main/resources/features.xml | 38 ------------------ 4 files changed, 156 deletions(-) delete mode 100644 appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml delete mode 100644 appc-dispatcher/appc-license-manager/appc-license-manager-features/src/main/resources/features.xml delete mode 100644 appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml delete mode 100644 appc-dispatcher/appc-workflow-management/appc-workflow-management-features/src/main/resources/features.xml (limited to 'appc-dispatcher') diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml deleted file mode 100644 index 19a594011..000000000 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - mvn:org.onap.appc/execution-queue-management-lib/${project.version} - mvn:org.onap.appc/appc-command-executor-api/${project.version} - mvn:org.onap.appc/appc-command-executor-core/${project.version} - - - - diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-features/src/main/resources/features.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-features/src/main/resources/features.xml deleted file mode 100644 index c318ff124..000000000 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-features/src/main/resources/features.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - mvn:com.sun.mail/javax.mail/1.5.0 - mvn:org.onap.appc/appc-license-manager-api/${project.version} - mvn:org.onap.appc/appc-license-manager-core/${project.version} - - - diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml deleted file mode 100644 index 764688a13..000000000 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - mvn:org.onap.appc/transaction-recorder/${project.version} - mvn:org.onap.appc/appc-data-access-lib/${project.version} - mvn:org.onap.appc/appc-common-bundle/${project.version} - mvn:org.onap.appc/domain-model-lib/${project.version} - mvn:org.onap.appc/appc-message-adapter-api/${project.version} - mvn:org.onap.appc/appc-provider-model/${project.version} - mvn:org.onap.appc/appc-command-executor-api/${project.version} - - mvn:org.onap.appc/appc-request-handler-api/${project.version} - - mvn:org.onap.appc/appc-request-handler-core/${project.version} - - - - diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/src/main/resources/features.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/src/main/resources/features.xml deleted file mode 100644 index 83b036a3e..000000000 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/src/main/resources/features.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - mvn:org.onap.appc/appc-data-access-lib/${project.version} - - mvn:org.onap.appc/appc-workflow-management-api/${project.version} - mvn:org.onap.appc/appc-workflow-management-core/${project.version} - mvn:org.onap.appc/appc-ranking-framework-lib/${project.version} - - - -- cgit 1.2.3-korg