diff options
Diffstat (limited to 'appc-oam/appc-oam-features/src')
-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> |