diff options
Diffstat (limited to 'appc-outbound')
-rw-r--r-- | appc-outbound/appc-aai-client/features/src/main/resources/features.xml | 2 | ||||
-rw-r--r-- | appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml | 2 |
2 files changed, 2 insertions, 2 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> 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> |