Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / 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.controller/features-config-persister/${config.version}/xml/features</repository>
9   <!-- FIXME: This introduces cycle between projects, which makes version updates
10               harder. Should be moved to different.
11       -->
12   <repository>mvn:org.opendaylight.aaa/features-aaa/${aaa.version}/xml/features</repository>
13
14   <feature name='odl-netconf-all' version='${project.version}' description="OpenDaylight :: Netconf :: All">
15     <feature version='${project.version}'>odl-netconf-api</feature>
16     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
17     <feature version='${project.version}'>odl-netconf-util</feature>
18     <feature version='${project.version}'>odl-netconf-impl</feature>
19     <feature version='${project.version}'>odl-config-netconf-connector</feature>
20     <feature version='${project.version}'>odl-netconf-netty-util</feature>
21     <feature version='${project.version}'>odl-netconf-client</feature>
22     <feature version='${project.version}'>odl-netconf-monitoring</feature>
23   </feature>
24
25   <feature name='odl-netconf-api' version='${project.version}' description="OpenDaylight :: Netconf :: API">
26     <feature version='${protocol-framework.version}'>odl-protocol-framework</feature>
27     <bundle>mvn:org.opendaylight.yangtools/yang-model-api/${yangtools.version}</bundle>
28     <bundle>mvn:org.opendaylight.controller/config-util/${config.version}</bundle>
29     <bundle>mvn:org.opendaylight.controller/netconf-api/${project.version}</bundle>
30     <bundle>mvn:org.opendaylight.controller/netconf-auth/${project.version}</bundle>
31     <bundle>mvn:org.opendaylight.controller/ietf-netconf-monitoring/${project.version}</bundle>
32     <bundle>mvn:org.opendaylight.controller/ietf-netconf/${project.version}</bundle>
33     <bundle>mvn:org.opendaylight.controller/ietf-netconf-notifications/${project.version}</bundle>
34     <bundle>mvn:org.opendaylight.controller/ietf-netconf-monitoring-extension/${project.version}</bundle>
35     <bundle>mvn:org.opendaylight.yangtools.model/ietf-inet-types/${ietf-inet-types.version}</bundle>
36     <bundle>mvn:org.opendaylight.yangtools.model/ietf-yang-types/${ietf-yang-types.version}</bundle>
37     <bundle>mvn:org.opendaylight.yangtools.model/ietf-yang-types-20130715/2013.07.15.8-SNAPSHOT</bundle>
38   </feature>
39
40   <feature name='odl-netconf-mapping-api' version='${project.version}' description="OpenDaylight :: Netconf :: Mapping API">
41     <feature version='${project.version}'>odl-netconf-api</feature>
42     <bundle>mvn:org.opendaylight.controller/netconf-mapping-api/${project.version}</bundle>
43   </feature>
44
45   <feature name='odl-netconf-util' version='${project.version}'>
46     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
47     <bundle>mvn:org.opendaylight.yangtools/yang-model-api/${yangtools.version}</bundle>
48     <bundle>mvn:org.opendaylight.yangtools/yang-data-api/${yangtools.version}</bundle>
49     <bundle>mvn:org.opendaylight.controller/netconf-util/${project.version}</bundle>
50   </feature>
51
52   <feature name='odl-netconf-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Impl">
53     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/${project.version}</bundle>
54     <feature version='${project.version}'>odl-netconf-api</feature>
55     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
56     <feature version='${project.version}'>odl-netconf-util</feature>
57     <feature version='${project.version}'>odl-netconf-netty-util</feature>
58     <!-- Netconf server without config connector is just an empty shell -->
59     <feature version='${project.version}'>odl-config-netconf-connector</feature>
60     <!-- Netconf will not provide schemas without monitoring -->
61     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/${project.version}</bundle>
62     <feature version='${project.version}'>odl-netconf-monitoring</feature>
63     <feature version='${project.version}'>odl-netconf-notifications-impl</feature>
64     <bundle>mvn:org.opendaylight.controller/netconf-impl/${project.version}</bundle>
65   </feature>
66
67   <feature name='odl-config-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf :: Connector">
68     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/${project.version}</bundle>
69     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/${project.version}</bundle>
70     <feature version='${config.version}'>odl-config-manager</feature>
71     <feature version='${project.version}'>odl-netconf-netty-util</feature>
72     <bundle>mvn:org.opendaylight.controller/netconf-impl/${project.version}</bundle>
73     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
74     <bundle>mvn:org.opendaylight.controller/netconf-notifications-impl/${project.version}</bundle>
75     <bundle>mvn:org.opendaylight.controller/config-netconf-connector/${project.version}</bundle>
76   </feature>
77
78   <feature name='odl-netconf-netty-util' version='${project.version}' description="OpenDaylight :: Netconf :: Netty Util">
79     <feature version='${project.version}'>odl-netconf-api</feature>
80     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
81     <feature version='${project.version}'>odl-netconf-util</feature>
82     <bundle>mvn:org.opendaylight.controller/netconf-netty-util/${project.version}</bundle>
83     <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle.version}</bundle>
84     <bundle>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle.version}</bundle>
85     <bundle>mvn:org.apache.sshd/sshd-core/${sshd-core.version}</bundle>
86     <bundle>mvn:openexi/nagasena/${exi.nagasena.version}</bundle>
87     <bundle>mvn:io.netty/netty-codec/${netty.version}</bundle>
88     <bundle>mvn:io.netty/netty-handler/${netty.version}</bundle>
89     <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
90     <bundle>mvn:io.netty/netty-buffer/${netty.version}</bundle>
91     <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
92   </feature>
93
94   <feature name='odl-netconf-client' version='${project.version}' description="OpenDaylight :: Netconf :: Client">
95     <feature version='${config.version}'>odl-config-all</feature>
96     <feature version='${project.version}'>odl-netconf-netty-util</feature>
97     <bundle>mvn:org.opendaylight.controller/netconf-client/${project.version}</bundle>
98     <bundle>mvn:org.opendaylight.controller/netconf-config-dispatcher/${config.version}</bundle>
99     <configfile finalname='${config.configfile.directory}/${config.netconf.client.configfile}'>mvn:org.opendaylight.controller/netconf-config/${project.version}/xml/config</configfile>
100   </feature>
101
102   <feature name='odl-netconf-monitoring' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring">
103     <feature version='${project.version}'>odl-netconf-util</feature>
104     <bundle>mvn:org.opendaylight.controller/netconf-monitoring/${project.version}</bundle>
105   </feature>
106
107   <feature name='odl-netconf-notifications-api' version='${project.version}' description="OpenDaylight :: Netconf :: Notification :: Api">
108     <feature version='${project.version}'>odl-config-manager-facade-xml</feature>
109     <feature version='${project.version}'>odl-netconf-api</feature>
110     <bundle>mvn:org.opendaylight.controller/netconf-notifications-api/${project.version}</bundle>
111   </feature>
112
113   <feature name='odl-netconf-notifications-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring :: Impl">
114     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
115     <feature version='${project.version}'>odl-netconf-util</feature>
116     <bundle>mvn:org.opendaylight.controller/netconf-notifications-impl/${project.version}</bundle>
117   </feature>
118
119   <feature name='odl-netconf-ssh' version='${project.version}' description="OpenDaylight :: Netconf Connector :: SSH">
120     <feature version='${project.version}'>odl-netconf-tcp</feature>
121     <!-- FIXME: This introduces cycle between projects, which makes version updates
122                 harder. Should be moved to different.
123     -->
124     <feature version='${aaa.version}'>odl-aaa-netconf-plugin</feature>
125     <bundle>mvn:org.opendaylight.controller/netconf-ssh/${project.version}</bundle>
126   </feature>
127
128   <feature name='odl-netconf-tcp' version='${project.version}' description="OpenDaylight :: Netconf Connector :: TCP">
129     <feature version='${project.version}'>odl-netconf-impl</feature>
130     <feature version='${config.version}'>odl-config-netty</feature>
131     <bundle>mvn:org.opendaylight.controller/netconf-tcp/${project.version}</bundle>
132   </feature>
133
134   <feature name='odl-netconf-mdsal' version='${mdsal.version}' description="OpenDaylight :: Netconf :: Mdsal">
135     <feature version='${config.version}'>odl-config-all</feature>
136     <feature version='${config.version}'>odl-config-netty</feature>
137     <feature version='${project.version}'>odl-netconf-all</feature>
138     <feature version='${project.version}'>odl-netconf-tcp</feature>
139     <feature version='${project.version}'>odl-netconf-ssh</feature>
140     <feature version='${project.version}'>odl-netconf-client</feature>
141     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
142     <bundle>mvn:org.opendaylight.controller/mdsal-netconf-connector/${project.version}</bundle>
143     <bundle>mvn:org.opendaylight.controller/mdsal-netconf-monitoring/${project.version}</bundle>
144     <configfile finalname='${config.configfile.directory}/${config.netconf.mdsal.configfile}'>mvn:org.opendaylight.controller/netconf-mdsal-config/${project.version}/xml/config</configfile>
145   </feature>
146 </features>