eb2401ee3fcc40e2d5880f9a48a39f6bd1d4ddd5
[aaa.git] / features / odl-aaa-shiro / src / main / feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2015, 2017 Brocade Communications Systems 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 xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-aaa-${project.version}">
10     <feature name="odl-aaa-shiro" version="${project.version}">
11         <configfile finalname="etc/opendaylight/datastore/initial/config/aaa-app-config.xml">
12             mvn:org.opendaylight.aaa/aaa-shiro/${project.version}/xml/aaa-app-config
13         </configfile>
14         <configfile finalname="etc/opendaylight/datastore/initial/config/aaa-datastore-config.xml">
15             mvn:org.opendaylight.aaa/aaa-shiro/${project.version}/xml/aaa-datastore-config
16         </configfile>
17         <configfile finalname="etc/opendaylight/datastore/initial/config/aaa-password-service-config.xml">
18             mvn:org.opendaylight.aaa/aaa-password-service-impl/${project.version}/xml/aaa-password-service-config
19         </configfile>
20         <configfile finalname="bin/idmtool">
21             mvn:org.opendaylight.aaa/aaa-shiro/${project.version}/py/idmtool
22         </configfile>
23         <configfile finalname="/etc/org.opendaylight.aaa.filterchain.cfg">
24             mvn:org.opendaylight.aaa/aaa-filterchain/${project.version}/cfg/config
25         </configfile>
26         <feature version="[8.1,9)">odl-karaf-feat-jdbc</feature>
27         <feature version="[8.1,9)">odl-karaf-feat-jetty</feature>
28         <feature version="[8.1,9)">odl-apache-commons-codec</feature>
29         <feature version="[3,4)">odl-jolokia</feature>
30     </feature>
31 </features>