aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-10-30 14:51:06 -0700
committerPatrick Brady <pb071s@att.com>2017-10-30 21:52:24 +0000
commit47472b9fccbd5821c95cb75151971cd3f61a79cc (patch)
tree34a8cdc94ef54e50da10eb81ab86066dfd19eae8
parent2db8ef5e6c440442ba7d3c16142ede201a33d11b (diff)
Aai client is not installing
Wrong versions and name in features file. Change-Id: I9a05da30fbd1528bbcfa2be93aeb9be362347161 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-296
-rw-r--r--appc-outbound/appc-aai-client/features/src/main/resources/features.xml8
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>