Bump versions by x.y.(z+1)
[netconf.git] / features / netconf / features-netconf / src / main / features / 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.odlparent/features-odlparent/{{VERSION}}/xml/features</repository>
7   <repository>mvn:org.opendaylight.controller/features-protocol-framework/{{VERSION}}/xml/features</repository>
8   <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
9   <repository>mvn:org.opendaylight.controller/features-config-persister/{{VERSION}}/xml/features</repository>
10   <repository>mvn:org.opendaylight.controller/features-config-netty/{{VERSION}}/xml/features</repository>
11   <repository>mvn:org.opendaylight.aaa/features-aaa-shiro/${aaa.version}/xml/features</repository>
12
13   <feature name='odl-netconf-all' version='${project.version}' description="OpenDaylight :: Netconf :: All">
14     <feature version='${project.version}'>odl-netconf-api</feature>
15     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
16     <feature version='${project.version}'>odl-netconf-util</feature>
17     <feature version='${project.version}'>odl-netconf-impl</feature>
18     <feature version='${project.version}'>odl-config-netconf-connector</feature>
19     <feature version='${project.version}'>odl-netconf-netty-util</feature>
20     <feature version='${project.version}'>odl-netconf-client</feature>
21     <feature version='${project.version}'>odl-netconf-monitoring</feature>
22   </feature>
23
24   <feature name='odl-netconf-api' version='${project.version}' description="OpenDaylight :: Netconf :: API">
25     <feature version='${protocol-framework.version}'>odl-protocol-framework</feature>
26     <feature version='${yangtools.version}'>odl-yangtools-yang-data</feature>
27     <bundle>mvn:org.opendaylight.controller/config-util/{{VERSION}}</bundle>
28     <bundle>mvn:org.opendaylight.netconf/netconf-api/{{VERSION}}</bundle>
29     <bundle>mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}}</bundle>
30     <bundle>mvn:org.opendaylight.netconf/ietf-netconf-monitoring/{{VERSION}}</bundle>
31     <bundle>mvn:org.opendaylight.netconf/ietf-netconf/{{VERSION}}</bundle>
32     <bundle>mvn:org.opendaylight.netconf/ietf-netconf-notifications/{{VERSION}}</bundle>
33     <bundle>mvn:org.opendaylight.netconf/ietf-netconf-monitoring-extension/{{VERSION}}</bundle>
34     <bundle>mvn:org.opendaylight.netconf/ietf-netconf-yang-library/{{VERSION}}</bundle>
35     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
36   </feature>
37
38   <feature name='odl-netconf-mapping-api' version='${project.version}' description="OpenDaylight :: Netconf :: Mapping API">
39     <feature version='${project.version}'>odl-netconf-api</feature>
40     <bundle>mvn:org.opendaylight.netconf/netconf-mapping-api/{{VERSION}}</bundle>
41   </feature>
42
43   <feature name='odl-netconf-util' version='${project.version}'>
44     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
45     <feature version='${yangtools.version}'>odl-yangtools-yang-data</feature>
46     <bundle>mvn:org.opendaylight.netconf/netconf-util/{{VERSION}}</bundle>
47     <configfile finalname="etc/netconf.cfg">mvn:org.opendaylight.netconf/netconf-util/{{VERSION}}/cfg/config</configfile>
48   </feature>
49
50   <feature name='odl-netconf-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Impl">
51     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
52     <feature version='${project.version}'>odl-netconf-api</feature>
53     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
54     <feature version='${project.version}'>odl-netconf-util</feature>
55     <feature version='${project.version}'>odl-netconf-netty-util</feature>
56     <feature version='${config.version}'>odl-config-netty</feature>
57     <!-- Netconf server without config connector is just an empty shell -->
58     <feature version='${project.version}'>odl-config-netconf-connector</feature>
59     <!-- Netconf will not provide schemas without monitoring -->
60     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
61     <feature version='${project.version}'>odl-netconf-monitoring</feature>
62     <feature version='${project.version}'>odl-netconf-notifications-impl</feature>
63     <bundle>mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}}</bundle>
64   </feature>
65
66   <feature name='odl-config-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf :: Connector">
67     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
68     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
69     <feature version='${config.version}'>odl-config-manager</feature>
70     <feature version='${project.version}'>odl-netconf-netty-util</feature>
71     <bundle>mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}}</bundle>
72     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
73     <feature version='${config.version}'>odl-config-netty</feature>
74     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-impl/{{VERSION}}</bundle>
75     <bundle>mvn:org.opendaylight.netconf/config-netconf-connector/{{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     <feature version='[4.0.30,5.0.0)'>odl-netty</feature>
83     <feature version='${aaa.version}'>odl-aaa-encryption-service</feature>
84     <bundle>mvn:org.opendaylight.netconf/netconf-netty-util/{{VERSION}}</bundle>
85     <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/{{VERSION}}</bundle>
86     <bundle>mvn:org.bouncycastle/bcprov-jdk15on/{{VERSION}}</bundle>
87     <bundle>mvn:org.apache.sshd/sshd-core/{{VERSION}}</bundle>
88     <bundle>wrap:mvn:openexi/nagasena/{{VERSION}}</bundle>
89   </feature>
90
91   <feature name='odl-netconf-client' version='${project.version}' description="OpenDaylight :: Netconf :: Client">
92     <feature version='${config.version}'>odl-config-all</feature>
93     <feature version='${config.version}'>odl-config-netty</feature>
94     <feature version='${project.version}'>odl-netconf-netty-util</feature>
95     <bundle>mvn:org.opendaylight.netconf/netconf-client/{{VERSION}}</bundle>
96     <bundle>mvn:org.opendaylight.netconf/netconf-config/{{VERSION}}</bundle>
97   </feature>
98
99   <feature name='odl-netconf-monitoring' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring">
100     <feature version='${project.version}'>odl-netconf-util</feature>
101     <bundle>mvn:org.opendaylight.netconf/netconf-monitoring/{{VERSION}}</bundle>
102   </feature>
103
104   <feature name='odl-netconf-notifications-api' version='${project.version}' description="OpenDaylight :: Netconf :: Notification :: Api">
105     <feature version='${config.version}'>odl-config-manager-facade-xml</feature>
106     <feature version='${project.version}'>odl-netconf-api</feature>
107     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-api/{{VERSION}}</bundle>
108   </feature>
109
110   <feature name='odl-netconf-notifications-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring :: Impl">
111     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
112     <feature version='${project.version}'>odl-netconf-util</feature>
113     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-impl/{{VERSION}}</bundle>
114   </feature>
115
116   <feature name='odl-netconf-ssh' version='${project.version}' description="OpenDaylight :: Netconf Connector :: SSH">
117     <feature version='${project.version}'>odl-netconf-util</feature>
118     <feature version='${project.version}'>odl-netconf-tcp</feature>
119     <feature version='${project.version}'>odl-aaa-netconf-plugin</feature>
120     <bundle>mvn:org.opendaylight.netconf/netconf-ssh/{{VERSION}}</bundle>
121   </feature>
122
123   <feature name='odl-netconf-tcp' version='${project.version}' description="OpenDaylight :: Netconf Connector :: TCP">
124     <feature version='${project.version}'>odl-netconf-util</feature>
125     <feature version='${project.version}'>odl-netconf-impl</feature>
126     <feature version='${config.version}'>odl-config-netty</feature>
127     <bundle>mvn:org.opendaylight.netconf/netconf-tcp/{{VERSION}}</bundle>
128   </feature>
129
130   <feature name='odl-netconf-mdsal' version='${controller.mdsal.version}' description="OpenDaylight :: Netconf :: Mdsal">
131     <feature version='${config.version}'>odl-config-all</feature>
132     <feature version='${config.version}'>odl-config-netty</feature>
133     <feature version='${project.version}'>odl-netconf-all</feature>
134     <feature version='${project.version}'>odl-netconf-tcp</feature>
135     <feature version='${project.version}'>odl-netconf-ssh</feature>
136     <feature version='${project.version}'>odl-netconf-client</feature>
137     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
138     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-ssh/{{VERSION}}</bundle>
139     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-tcp/{{VERSION}}</bundle>
140     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-notification/{{VERSION}}</bundle>
141     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-connector/{{VERSION}}</bundle>
142     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-monitoring/{{VERSION}}</bundle>
143     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-yang-library/{{VERSION}}</bundle>
144     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-impl/{{VERSION}}</bundle>
145   </feature>
146
147   <feature name='odl-aaa-netconf-plugin' description='OpenDaylight :: AAA :: ODL NETCONF Plugin'
148            version='${project.version}'>
149     <feature version='${config.version}'>odl-config-api</feature>
150     <bundle>mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}}</bundle>
151     <feature version='${aaa.version}'>odl-aaa-shiro</feature>
152     <bundle>mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}}</bundle>
153   </feature>
154
155   <feature name='odl-aaa-netconf-plugin-no-cluster'
156            description='OpenDaylight :: AAA :: ODL NETCONF Plugin - NO CLUSTER'
157            version='${project.version}'>
158     <feature version='${config.version}'>odl-config-api</feature>
159     <bundle>mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}}</bundle>
160     <feature version='${aaa.version}'>odl-aaa-shiro</feature>
161     <bundle>mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}}</bundle>
162   </feature>
163 </features>