aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml
diff options
context:
space:
mode:
authorAnand <ac204h@att.com>2018-01-04 19:35:51 -0500
committerSkip Wonnell <skip@att.com>2018-01-08 22:09:50 +0000
commit36bcd566167f2f91c0e8e7a304fce5f6bc150776 (patch)
tree7ba7acfee7e520da83a2b6286ea464285bc8cf67 /appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml
parent38d293d605b42f88c9c82319ba848b4b81e45b64 (diff)
Include impacted changes for APPC-346,APPC-348
Issue-ID: APPC-347 Change-Id: I399bc2a1e0dfd481e103032a373bb80fce5baf41 Signed-off-by: Anand <ac204h@att.com>
Diffstat (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml')
-rw-r--r--appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml23
1 files changed, 12 insertions, 11 deletions
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 @@
<features name="appc-request-handler-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
- 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">
-
- <feature name='appc-request-handler' description="appc-request-handler" version='${project.version}'>
- <bundle>mvn:org.onap.appc/transaction-recorder/${project.version}</bundle>
+ 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">
- <!-- appc-data-access-lib bundle is flagged as being a dependency -->
+ <feature name='appc-request-handler' description="appc-request-handler" version='${project.version}'>
+ <bundle start-level="80">mvn:org.onap.appc/transaction-recorder/${project.version}</bundle>
<bundle dependency="true">mvn:org.onap.appc/appc-data-access-lib/${project.version}</bundle>
-
+ <bundle dependency="true">mvn:org.onap.appc/appc-common/${project.version}</bundle>
<bundle dependency="true">mvn:org.onap.appc/domain-model-lib/${project.version}</bundle>
- <bundle start-level="75" start="true">mvn:org.onap.appc/appc-command-executor-api/${project.version}</bundle>
- <bundle start-level="80" start="true">mvn:org.onap.appc/appc-request-handler-api/${project.version}</bundle>
- <bundle start-level="85" start="true">mvn:org.onap.appc/appc-request-handler-core/${project.version}</bundle>
-
+ <bundle dependency="true">mvn:org.onap.appc/appc-message-adapter-api/${project.version}</bundle>
+ <bundle start-level="75" start="true">mvn:org.onap.appc/appc-command-executor-api/${project.version}
+ </bundle>
+ <bundle start-level="80" start="true">mvn:org.onap.appc/appc-request-handler-api/${project.version}
+ </bundle>
+ <bundle start-level="85" start="true">mvn:org.onap.appc/appc-request-handler-core/${project.version}
+ </bundle>
</feature>
</features>