diff options
Diffstat (limited to 'appc-inbound/appc-interfaces-service/features/src/main')
-rw-r--r-- | appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml b/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml index ecb5520fc..7f4efda7a 100644 --- a/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml +++ b/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml @@ -35,16 +35,15 @@ <feature name='appc-interfaces-service' description="Application Controller Interfaces Services" version='${project.version}'> - <feature version='${odl.mdsal.model.version}'>odl-mdsal-models</feature> + <feature>odl-mdsal-models</feature> <bundle>mvn:org.onap.appc/appc-interfaces-service-model/${project.version}</bundle> <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> - <feature version='${odl.mdsal.version}'>odl-mdsal-broker</feature> + <feature>odl-mdsal-broker</feature> <feature>ccsdk-sli</feature> <bundle>mvn:org.onap.appc/appc-interfaces-service-bundle/${project.version}</bundle> - <bundle>mvn:org.onap.appc/appc-aai-client-provider/${project.version}</bundle> - <bundle>wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.3.0</bundle> - <feature version='${odl.mdsal.version}'>odl-restconf</feature> + <bundle dependency="true">mvn:org.onap.appc/appc-aai-client-provider/${project.version}</bundle> + <feature>odl-restconf</feature> </feature> |