diff options
author | Anand <ac204h@att.com> | 2018-01-04 12:44:05 -0500 |
---|---|---|
committer | Anand <ac204h@att.com> | 2018-01-04 13:01:43 -0500 |
commit | 9ebb5ddcb60345dea668049c73f5f2d9c3cdf731 (patch) | |
tree | 221f80ddb373dc2ef6dddba962f58c60fd2bd263 /appc-oam/appc-oam-features/src/main | |
parent | 5a49cac6ffc172bc9fdb3b9d13311915c9952204 (diff) |
Code changes for platform hardening appc-oam
Issue-ID: APPC-371
Change-Id: I124ad01cd945beb7a9b63a90760b33ca25246bc7
Signed-off-by: Anand <ac204h@att.com>
Diffstat (limited to 'appc-oam/appc-oam-features/src/main')
-rw-r--r-- | appc-oam/appc-oam-features/src/main/resources/features.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appc-oam/appc-oam-features/src/main/resources/features.xml b/appc-oam/appc-oam-features/src/main/resources/features.xml index 69bb62a50..4a3a00cfe 100644 --- a/appc-oam/appc-oam-features/src/main/resources/features.xml +++ b/appc-oam/appc-oam-features/src/main/resources/features.xml @@ -31,7 +31,8 @@ <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository> <feature name='appc-oam' description="appc oam module" version='${project.version}'> - <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> + <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> + <feature version='${project.version}'>appc-lifecycle-management</feature> <bundle>mvn:org.onap.appc/appc-oam-model/${project.version}</bundle> <bundle>mvn:org.onap.appc/appc-oam-bundle/${project.version}</bundle> <configfile finalname="etc/opendaylight/karaf/201-appc-oam.xml">mvn:org.onap.appc/appc-oam-bundle/${project.version}/xml/config</configfile> |