Bug 6574: Empty groupRolesMap for ODLJndiLdapRealm should map groups directly to...
[aaa.git] / features / authz / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright (c) 2014 Hewlett-Packard Development Company, L.P. and others.
4     All rights reserved. This program and the accompanying materials are made
5     available under the terms of the Eclipse Public License v1.0 which accompanies
6     this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html -->
7 <features name="odl-aaa-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
8     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9     xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
10     <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
11     <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
12     <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
13     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
14     <repository>mvn:org.opendaylight.aaa/features-aaa-api/{{VERSION}}/xml/features</repository>
15
16     <feature name='odl-aaa-authz' description='OpenDaylight :: AAA :: Authorization'
17         version='${project.version}'>
18         <feature version='${project.version}'>odl-aaa-api</feature>
19         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
20         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
21         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
22         <feature version='${config.version}'>odl-config-core</feature>
23         <bundle>mvn:org.opendaylight.aaa/aaa-authz-model/{{VERSION}}</bundle>
24         <bundle>mvn:org.opendaylight.aaa/aaa-authz-service/{{VERSION}}</bundle>
25         <configfile
26             finalname="/etc/opendaylight/karaf/08-authz-config.xml">mvn:org.opendaylight.aaa/authz-service-config/{{VERSION}}/xml/config</configfile>
27         <configfile
28             finalname="/etc/opendaylight/karaf/09-rest-connector.xml">mvn:org.opendaylight.aaa/authz-restconf-config/{{VERSION}}/xml/config</configfile>
29     </feature>
30
31 </features>