BUG-1568 Ssh Handler for netconf client Mina implementation
[controller.git] / features / netconf / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-netconf-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
4           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
6   <repository>mvn:org.opendaylight.controller/features-protocol-framework/${protocol-framework.version}/xml/features</repository>
7   <repository>mvn:org.opendaylight.controller/features-config/${config.version}/xml/features</repository>
8   <feature name='odl-netconf-all' version='${project.version}' description="OpenDaylight :: Netconf :: All">
9     <feature version='${project.version}'>odl-netconf-api</feature>
10     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
11     <feature version='${project.version}'>odl-netconf-util</feature>
12     <feature version='${project.version}'>odl-netconf-impl</feature>
13     <feature version='${project.version}'>odl-config-netconf-connector</feature>
14     <feature version='${project.version}'>odl-netconf-netty-util</feature>
15     <feature version='${project.version}'>odl-netconf-client</feature>
16     <feature version='${project.version}'>odl-netconf-monitoring</feature>
17   </feature>
18
19   <feature name='odl-netconf-api' version='${project.version}' description="OpenDaylight :: Netconf :: API">
20     <feature version='${protocol-framework.version}'>odl-protocol-framework</feature>
21     <bundle>mvn:org.opendaylight.controller/netconf-api/${project.version}</bundle>
22     <bundle>mvn:org.opendaylight.controller/ietf-netconf-monitoring/${project.version}</bundle>
23     <bundle>mvn:org.opendaylight.controller/ietf-netconf-monitoring-extension/${project.version}</bundle>
24     <bundle>mvn:org.opendaylight.yangtools.model/ietf-inet-types/${ietf-inet-types.version}</bundle>
25     <bundle>mvn:org.opendaylight.yangtools.model/ietf-yang-types/${ietf-yang-types.version}</bundle>
26   </feature>
27   <feature name='odl-netconf-mapping-api' version='${project.version}' description="OpenDaylight :: Netconf :: Mapping API">
28     <feature version='${project.version}'>odl-netconf-api</feature>
29     <bundle>mvn:org.opendaylight.controller/netconf-mapping-api/${project.version}</bundle>
30   </feature>
31   <feature name='odl-netconf-util' version='${project.version}'>
32     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
33     <bundle>mvn:org.opendaylight.controller/netconf-util/${project.version}</bundle>
34   </feature>
35     <feature name='odl-netconf-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Impl">
36     <feature version='${project.version}'>odl-netconf-api</feature>
37     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
38     <feature version='${project.version}'>odl-netconf-util</feature>
39     <feature version='${project.version}'>odl-netconf-netty-util</feature>
40     <bundle>mvn:org.opendaylight.controller/netconf-impl/${project.version}</bundle>
41   </feature>
42   <feature name='odl-config-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf :: Connector">
43     <feature version='${config.version}'>odl-config-manager</feature>
44     <feature version='${project.version}'>odl-netconf-api</feature>
45     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
46     <feature version='${project.version}'>odl-netconf-util</feature>
47     <bundle>mvn:org.opendaylight.controller/config-netconf-connector/${project.version}</bundle>
48   </feature>
49   <feature name='odl-netconf-netty-util' version='${project.version}' description="OpenDaylight :: Netconf :: Netty Util">
50     <feature version='${project.version}'>odl-netconf-api</feature>
51     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
52     <feature version='${project.version}'>odl-netconf-util</feature>
53     <bundle>mvn:org.opendaylight.controller/netconf-netty-util/${project.version}</bundle>
54     <bundle>mvn:org.opendaylight.controller.thirdparty/ganymed/${ganymed.version}</bundle>
55     <bundle>mvn:org.apache.sshd/sshd-core/${sshd-core.version}</bundle>
56     <bundle>mvn:org.openexi/nagasena/${exi.nagasena.version}</bundle>
57     <bundle>mvn:io.netty/netty-codec/${netty.version}</bundle>
58     <bundle>mvn:io.netty/netty-handler/${netty.version}</bundle>
59     <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
60     <bundle>mvn:io.netty/netty-buffer/${netty.version}</bundle>
61     <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
62   </feature>
63   <feature name='odl-netconf-client' version='${project.version}' description="OpenDaylight :: Netconf :: Client">
64     <feature version='${project.version}'>odl-netconf-netty-util</feature>
65     <bundle>mvn:org.opendaylight.controller/netconf-client/${project.version}</bundle>
66     <configfile finalname='${config.configfile.directory}/${config.netconf.client.configfile}'>mvn:org.opendaylight.controller/netconf-config/${netconf.version}/xml/config</configfile>
67   </feature>
68   <feature name='odl-netconf-monitoring' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring">
69     <feature version='${project.version}'>odl-netconf-util</feature>
70     <bundle>mvn:org.opendaylight.controller/netconf-monitoring/${project.version}</bundle>
71   </feature>
72
73 </features>