| <?xml version="1.0" encoding="UTF-8"?> |
| |
| <features name="sdnc-slicore-utils-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> |
| |
| <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository> |
| |
| |
| <feature name='sdnc-slicore-utils' description="sdnc-slicore-utils" version='${project.version}'> |
| <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> |
| <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> |
| <bundle>mvn:org.onap.ccsdk.sli.core/util-provider/${project.version}</bundle> |
| </feature> |
| |
| </features> |