aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-request-handler
diff options
context:
space:
mode:
authorprashank <prashant.kumar1@amdocs.com>2018-01-18 12:47:35 +0530
committerPatrick Brady <pb071s@att.com>2018-01-22 18:08:38 +0000
commit3d619ee65aadb4604bd49a133af9fdf13c11770c (patch)
tree7e10c2431162e4282aa5a51bda558bbb05280378 /appc-dispatcher/appc-request-handler
parent7eeaa11983f0fb4c05733d0addc2e0b68d4f6630 (diff)
fixed for defect APPC-315 bundle dependency added
Change-Id: I32a703c5f0598fef6237b1069f7864e096a5a56b Issue-ID: APPC-315 Signed-off-by: prashank <prashant.kumar1@amdocs.com>
Diffstat (limited to 'appc-dispatcher/appc-request-handler')
-rw-r--r--appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml1
1 files changed, 1 insertions, 0 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 bee74251b..c7003fddf 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
@@ -34,6 +34,7 @@
<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 dependency="true">mvn:org.onap.appc/appc-message-adapter-api/${project.version}</bundle>
+ <bundle dependency="true">mvn:org.onap.appc/appc-provider-model/${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}