diff options
Diffstat (limited to 'appc-config/appc-config-params/features')
-rw-r--r-- | appc-config/appc-config-params/features/src/main/resources/features.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-config/appc-config-params/features/src/main/resources/features.xml b/appc-config/appc-config-params/features/src/main/resources/features.xml index a12abedf0..8a852b3d7 100644 --- a/appc-config/appc-config-params/features/src/main/resources/features.xml +++ b/appc-config/appc-config-params/features/src/main/resources/features.xml @@ -33,8 +33,8 @@ <feature name='appc-config-params' description="Application Controller Config Params" 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= '${sdnc.sli.version}'>sdnc-sli</feature> + <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> + <feature>sdnc-sli</feature> <bundle>mvn:commons-lang/commons-lang/2.6</bundle> <bundle>mvn:commons-collections/commons-collections/${common.collections.version}</bundle> |