diff options
Diffstat (limited to 'appc-outbound/appc-aai-client/features/src')
-rw-r--r-- | appc-outbound/appc-aai-client/features/src/main/resources/features.xml | 2 |
1 files changed, 1 insertions, 1 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 84017dd7c..3bc44e268 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 @@ -36,7 +36,7 @@ <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> <feature version="${broker-mdsal.version}">odl-mdsal-broker</feature> - <feature version="${sdnc.sli.version}">sdnc-sli</feature> + <feature version="${sdnctl.sli.version}">sdnc-sli</feature> <feature version="${sdnc.aai.version}">sdnc-aai-service</feature> <bundle>mvn:commons-lang/commons-lang/2.6</bundle> <!-- <bundle>mvn:org.apache.velocity/velocity/${velocity.version}</bundle> --> |