4157212f2e35f9fc1c35f89a5a8a65fe0b262620
[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   <repository>mvn:org.opendaylight.aaa/features-aaa/${aaa.version}/xml/features</repository>
9
10   <feature name='odl-netconf-all' version='${project.version}' description="OpenDaylight :: Netconf :: All">
11     <feature version='${project.version}'>odl-netconf-api</feature>
12     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
13     <feature version='${project.version}'>odl-netconf-util</feature>
14     <feature version='${project.version}'>odl-netconf-impl</feature>
15     <feature version='${project.version}'>odl-netconf-tcp</feature>
16     <feature version='${project.version}'>odl-netconf-ssh</feature>
17     <feature version='${project.version}'>odl-config-netconf-connector</feature>
18     <feature version='${project.version}'>odl-netconf-netty-util</feature>
19     <feature version='${project.version}'>odl-netconf-client</feature>
20     <feature version='${project.version}'>odl-netconf-monitoring</feature>
21   </feature>
22
23   <feature name='odl-netconf-api' version='${project.version}' description="OpenDaylight :: Netconf :: API">
24     <feature version='${protocol-framework.version}'>odl-protocol-framework</feature>
25     <bundle>mvn:org.opendaylight.controller/netconf-api/${project.version}</bundle>
26     <bundle>mvn:org.opendaylight.controller/netconf-auth/${project.version}</bundle>
27     <bundle>mvn:org.opendaylight.controller/ietf-netconf-monitoring/${project.version}</bundle>
28     <bundle>mvn:org.opendaylight.controller/ietf-netconf-monitoring-extension/${project.version}</bundle>
29     <bundle>mvn:org.opendaylight.yangtools.model/ietf-inet-types/${ietf-inet-types.version}</bundle>
30     <bundle>mvn:org.opendaylight.yangtools.model/ietf-yang-types/${ietf-yang-types.version}</bundle>
31   </feature>
32   <feature name='odl-netconf-mapping-api' version='${project.version}' description="OpenDaylight :: Netconf :: Mapping API">
33     <feature version='${project.version}'>odl-netconf-api</feature>
34     <bundle>mvn:org.opendaylight.controller/netconf-mapping-api/${project.version}</bundle>
35   </feature>
36   <feature name='odl-netconf-util' version='${project.version}'>
37     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
38     <bundle>mvn:org.opendaylight.controller/netconf-util/${project.version}</bundle>
39   </feature>
40     <feature name='odl-netconf-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Impl">
41     <feature version='${project.version}'>odl-netconf-api</feature>
42     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
43     <feature version='${project.version}'>odl-netconf-util</feature>
44     <feature version='${project.version}'>odl-netconf-netty-util</feature>
45     <!-- Netconf server without config connector is just an empty shell -->
46     <feature version='${project.version}'>odl-config-netconf-connector</feature>
47     <!-- Netconf will not provide schemas without monitoring -->
48     <feature version='${project.version}'>odl-netconf-monitoring</feature>
49     <bundle>mvn:org.opendaylight.controller/netconf-impl/${project.version}</bundle>
50   </feature>
51   <feature name='odl-netconf-ssh' version='${project.version}' description="OpenDaylight :: Netconf :: SSSH">
52     <feature version='${project.version}'>odl-netconf-tcp</feature>
53     <feature version='${aaa.version}'>odl-aaa-authn-plugin</feature>
54     <bundle>mvn:org.opendaylight.controller/netconf-ssh/${project.version}</bundle>
55     <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle.version}</bundle>
56     <bundle>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle.version}</bundle>
57   </feature>
58   <feature name='odl-netconf-tcp' version='${project.version}' description="OpenDaylight :: Netconf :: TCP">
59     <feature version='${project.version}'>odl-netconf-impl</feature>
60     <bundle>mvn:org.opendaylight.controller/netconf-tcp/${project.version}</bundle>
61   </feature>
62   <feature name='odl-config-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf :: Connector">
63     <feature version='${config.version}'>odl-config-manager</feature>
64     <feature version='${project.version}'>odl-netconf-api</feature>
65     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
66     <feature version='${project.version}'>odl-netconf-util</feature>
67     <bundle>mvn:org.opendaylight.controller/config-netconf-connector/${project.version}</bundle>
68   </feature>
69   <feature name='odl-netconf-netty-util' version='${project.version}' description="OpenDaylight :: Netconf :: Netty Util">
70     <feature version='${project.version}'>odl-netconf-api</feature>
71     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
72     <feature version='${project.version}'>odl-netconf-util</feature>
73     <bundle>mvn:org.opendaylight.controller/netconf-netty-util/${project.version}</bundle>
74     <bundle>mvn:org.opendaylight.controller.thirdparty/ganymed/${ganymed.version}</bundle>
75     <bundle>mvn:org.apache.sshd/sshd-core/${sshd-core.version}</bundle>
76     <bundle>mvn:org.openexi/nagasena/${exi.nagasena.version}</bundle>
77     <bundle>mvn:io.netty/netty-codec/${netty.version}</bundle>
78     <bundle>mvn:io.netty/netty-handler/${netty.version}</bundle>
79     <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
80     <bundle>mvn:io.netty/netty-buffer/${netty.version}</bundle>
81     <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
82   </feature>
83   <feature name='odl-netconf-client' version='${project.version}' description="OpenDaylight :: Netconf :: Client">
84     <feature version='${project.version}'>odl-netconf-netty-util</feature>
85     <bundle>mvn:org.opendaylight.controller/netconf-client/${project.version}</bundle>
86   </feature>
87   <feature name='odl-netconf-monitoring' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring">
88     <feature version='${project.version}'>odl-netconf-util</feature>
89     <bundle>mvn:org.opendaylight.controller/netconf-monitoring/${project.version}</bundle>
90   </feature>
91
92 </features>