From 36bcd566167f2f91c0e8e7a304fce5f6bc150776 Mon Sep 17 00:00:00 2001 From: Anand Date: Thu, 4 Jan 2018 19:35:51 -0500 Subject: Include impacted changes for APPC-346,APPC-348 Issue-ID: APPC-347 Change-Id: I399bc2a1e0dfd481e103032a373bb80fce5baf41 Signed-off-by: Anand --- .../src/main/resources/features.xml | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main') 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 index 75b21a656..bee74251b 100644 --- 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 @@ -25,20 +25,21 @@ - - - mvn:org.onap.appc/transaction-recorder/${project.version} + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.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/${project.version} mvn:org.onap.appc/domain-model-lib/${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} - + mvn:org.onap.appc/appc-message-adapter-api/${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} + -- cgit 1.2.3-korg