Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <features name="sdnc-slicore-utils-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" |
| 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 | xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> |
| 6 | |
| 7 | <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository> |
| 8 | |
| 9 | |
| 10 | <feature name='sdnc-slicore-utils' description="sdnc-slicore-utils" version='${project.version}'> |
| 11 | <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> |
| 12 | <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> |
Patrick Brady | bac4dbe | 2017-09-22 09:41:20 -0700 | [diff] [blame^] | 13 | <bundle>mvn:org.onap.ccsdk.sli.core/utils-provider/${project.version}</bundle> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 14 | </feature> |
| 15 | |
| 16 | </features> |