Eliminate use of BundleContext
[daexim.git] / features / odl-daexim / src / main / feature / feature.xml
1 <!--
2 Copyright (C) 2016 AT&T Intellectual Property. All rights reserved.
3 Copyright (c) 2016 Brocade Communications Systems, Inc. All rights reserved.
4 Copyright (c) 2017 Red Hat, Inc. All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9  -->
10 <features name="odl-daexim-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11     xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
12
13     <feature name='odl-daexim' version='${project.version}'>
14         <configfile finalname="etc/org.opendaylight.daexim.cfg">mvn:org.opendaylight.daexim/daexim-impl/${project.version}/cfg</configfile>
15         <feature version="[13,14)">odl-mdsal-binding</feature>
16         <feature version="[13,14)">odl-mdsal-model-rfc6991</feature>
17         <feature version="[9,10)">odl-mdsal-broker</feature>
18         <feature version="[6,7)">odl-infrautils-ready</feature>
19         <feature version="[6,7)">odl-infrautils-utils</feature>
20     </feature>
21 </features>