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