diff options
Diffstat (limited to 'appc-outbound/appc-aai-client')
-rw-r--r-- | appc-outbound/appc-aai-client/features/src/main/resources/features.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appc-outbound/appc-aai-client/features/src/main/resources/features.xml b/appc-outbound/appc-aai-client/features/src/main/resources/features.xml index 6d236efd7..8b847f481 100644 --- a/appc-outbound/appc-aai-client/features/src/main/resources/features.xml +++ b/appc-outbound/appc-aai-client/features/src/main/resources/features.xml @@ -24,20 +24,20 @@ --> -<features name="app-cntrl-aai-client-${project.version}" +<features name="appc-aai-client-${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"> <!-- <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.version}/xml/features</repository> --> <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository> - <feature name='app-cntrl-aai-client' description="Application Controller AAI Client" + <feature name='appc-aai-client' description="Application Controller AAI Client" version='${project.version}'> <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> - <feature version="${sdnctl.sli.version}">sdnc-sli</feature> - <feature version="${sdnc.aai.version}">sdnc-aai-service</feature> + <feature>sdnc-sli</feature> + <feature>sdnc-aai-service</feature> <bundle>mvn:commons-lang/commons-lang/2.6</bundle> <!-- <bundle>mvn:org.apache.velocity/velocity/${velocity.version}</bundle> --> <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle> |