blob: 547832ba62fcbe7276fa57889cfff53e48cedf0d [file] [log] [blame]
Dan Timoney37d64682017-09-21 16:07:02 -04001<?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 Bradybac4dbe2017-09-22 09:41:20 -070013 <bundle>mvn:org.onap.ccsdk.sli.core/utils-provider/${project.version}</bundle>
Dan Timoney37d64682017-09-21 16:07:02 -040014 </feature>
15
16</features>