diff options
Diffstat (limited to 'appc-outbound/appc-network-inventory-client/features')
-rw-r--r-- | appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml index e1582378f..1d84f0871 100644 --- a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml +++ b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml @@ -33,7 +33,7 @@ <feature name='app-cntrl-network-inventory' description="Application Controller Instar 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> <bundle>mvn:commons-lang/commons-lang/2.6</bundle> |