Handle odl-mdsal-common with Karaf 4.0.9
[controller.git] / features / mdsal / odl-mdsal-broker-local / src / main / feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016, 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <features name="odl-mdsal-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
10     <!-- This needs to be added manually until we resolve the odl-mdsal-common situation -->
11     <repository>mvn:org.opendaylight.controller/odl-mdsal-common/${project.version}/xml/features</repository>
12     <feature name="odl-mdsal-broker-local" version="${project.version}">
13         <bundle start-level="70">mvn:org.opendaylight.controller/sal-schema-service/${project.version}</bundle>
14         <bundle start-level="40">mvn:org.opendaylight.controller/blueprint/${blueprint.version}</bundle>
15         <configfile finalname="${config.configfile.directory}/${config.mdsal.configfile}">
16             mvn:org.opendaylight.controller/md-sal-config/${project.version}/xml/config
17         </configfile>
18     </feature>
19 </features>