diff options
Diffstat (limited to 'appc-outbound/appc-aai-client/features/src/main/resources/features.xml')
-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 3bc44e268..6d236efd7 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 @@ -34,7 +34,7 @@ <feature name='app-cntrl-aai-client' description="Application Controller AAI Client" version='${project.version}'> <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> - <feature version="${broker-mdsal.version}">odl-mdsal-broker</feature> + <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> |