adding command-line and certificate functionalities
[aaa.git] / features / aaa-cert / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Inocybe Technology 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 INTERNAL
8 -->
9 <features name="odl-aaa-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
10           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     <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
14     <repository>mvn:org.opendaylight.aaa/features-aaa/{{VERSION}}/xml/features</repository>
15     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-li/{{VERSION}}/xml/features</repository>
16
17     <feature name='odl-aaa-cert' description='OpenDaylight :: AAA :: aaa opendaylight certificate Plugin'
18              version='${project.version}'>
19         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
20         <feature version="${openflowplugin.version}">odl-openflowplugin-southbound-li</feature>
21
22         <bundle>mvn:org.bouncycastle/bcprov-jdk15on/{{VERSION}}</bundle>
23         <bundle>mvn:commons-codec/commons-codec/{{VERSION}}</bundle>
24         <configfile finalname="etc/opendaylight/karaf/08-aaa-cert-config.xml">mvn:org.opendaylight.aaa/aaa-cert/{{VERSION}}/xml/config</configfile>
25         <bundle>mvn:org.opendaylight.aaa/aaa-cert/{{VERSION}}</bundle>
26     </feature>
27
28 </features>