74455f17fbeca22f0f59a2e12e2a496f39c0540b
[aaa.git] / features / odl-aaa-password-service / src / main / feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2018 Inocybe Technologies and others. All rights reserved.
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-aaa-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
10     <feature name="odl-aaa-password-service" version="${project.version}">
11         <feature version="[9,10)">odl-mdsal-binding-base</feature>
12         <feature version="[5,6)">odl-mdsal-broker</feature>
13         <configfile finalname="etc/opendaylight/datastore/initial/config/aaa-password-service-config.xml">
14             mvn:org.opendaylight.aaa/aaa-password-service-impl/${project.version}/xml/aaa-password-service-config
15         </configfile>
16     </feature>
17 </features>