BUG-4118: Li:backward compatibility - rpcs - stats services
[openflowplugin.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>features-parent</artifactId>
8         <version>1.6.0-SNAPSHOT</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin</groupId>
13     <artifactId>features-openflowplugin</artifactId>
14     <packaging>jar</packaging>
15     <version>0.2.0-SNAPSHOT</version>
16
17     <properties>
18         <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
19         <config.version>0.4.0-SNAPSHOT</config.version>
20         <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
21         <openflowjava.version>0.7.0-SNAPSHOT</openflowjava.version>
22         <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
23         <dlux.version>0.3.0-SNAPSHOT</dlux.version>
24         <lldp.version>0.10.0-SNAPSHOT</lldp.version>
25
26         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
27         <config.statistics.manager.configfile>30-statistics-manager.xml</config.statistics.manager.configfile>
28         <config.inventory.manager.configfile>40-inventory-manager.xml</config.inventory.manager.configfile>
29         <restconf.version>1.3.0-SNAPSHOT</restconf.version>
30         <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
31     </properties>
32
33     <dependencyManagement>
34         <dependencies>
35             <!-- This project -->
36             <dependency>
37                 <groupId>org.opendaylight.openflowplugin</groupId>
38                 <artifactId>openflowplugin-artifacts</artifactId>
39                 <version>${project.version}</version>
40                 <scope>import</scope>
41                 <type>pom</type>
42             </dependency>
43
44             <!-- YANG tools -->
45             <dependency>
46                 <groupId>org.opendaylight.yangtools</groupId>
47                 <artifactId>yangtools-artifacts</artifactId>
48                 <version>${yangtools.version}</version>
49                 <scope>import</scope>
50                 <type>pom</type>
51             </dependency>
52
53             <!-- Controller infrastructure -->
54             <dependency>
55                 <groupId>org.opendaylight.controller</groupId>
56                 <artifactId>config-artifacts</artifactId>
57                 <version>${config.version}</version>
58                 <scope>import</scope>
59                 <type>pom</type>
60             </dependency>
61             <dependency>
62                 <groupId>org.opendaylight.controller</groupId>
63                 <artifactId>mdsal-artifacts</artifactId>
64                 <version>${mdsal.version}</version>
65                 <scope>import</scope>
66                 <type>pom</type>
67             </dependency>
68
69             <!-- restconf -->
70             <dependency>
71                 <groupId>org.opendaylight.netconf</groupId>
72                 <artifactId>restconf-artifacts</artifactId>
73                 <version>${restconf.version}</version>
74                 <scope>import</scope>
75                 <type>pom</type>
76             </dependency>
77
78
79             <!-- OpenFlowJava -->
80             <dependency>
81                 <groupId>org.opendaylight.openflowjava</groupId>
82                 <artifactId>openflowjava-artifacts</artifactId>
83                 <version>${openflowjava.version}</version>
84                 <scope>import</scope>
85                 <type>pom</type>
86             </dependency>
87         </dependencies>
88     </dependencyManagement>
89
90     <dependencies>
91         <!-- feature dependencies -->
92         <dependency>
93             <groupId>org.opendaylight.mdsal.model</groupId>
94             <artifactId>features-mdsal-model</artifactId>
95             <version>${mdsal.model.version}</version>
96             <classifier>features</classifier>
97             <type>xml</type>
98             <scope>runtime</scope>
99         </dependency>
100
101         <dependency>
102             <groupId>org.opendaylight.controller</groupId>
103             <artifactId>features-mdsal</artifactId>
104             <classifier>features</classifier>
105             <type>xml</type>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.yangtools</groupId>
109             <artifactId>features-yangtools</artifactId>
110             <classifier>features</classifier>
111             <type>xml</type>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.netconf</groupId>
115             <artifactId>features-restconf</artifactId>
116             <classifier>features</classifier>
117             <type>xml</type>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.openflowjava</groupId>
121             <artifactId>features-openflowjava</artifactId>
122             <classifier>features</classifier>
123             <type>xml</type>
124         </dependency>
125
126         <!-- bundle dependencies -->
127         <dependency>
128             <groupId>org.opendaylight.openflowplugin.model</groupId>
129             <artifactId>model-flow-base</artifactId>
130         </dependency>
131         <dependency>
132             <groupId>org.opendaylight.openflowplugin.model</groupId>
133             <artifactId>model-flow-service</artifactId>
134         </dependency>
135         <dependency>
136             <groupId>org.opendaylight.openflowplugin.model</groupId>
137             <artifactId>model-flow-statistics</artifactId>
138         </dependency>
139         <dependency>
140             <groupId>org.opendaylight.controller.model</groupId>
141             <artifactId>model-inventory</artifactId>
142         </dependency>
143         <dependency>
144             <groupId>org.opendaylight.controller.model</groupId>
145             <artifactId>model-topology</artifactId>
146         </dependency>
147
148         <dependency>
149             <groupId>org.opendaylight.openflowplugin.applications</groupId>
150             <artifactId>forwardingrules-manager</artifactId>
151         </dependency>
152         <dependency>
153             <groupId>org.opendaylight.openflowplugin.applications</groupId>
154             <artifactId>forwardingrules-manager-config</artifactId>
155             <classifier>config</classifier>
156             <type>xml</type>
157         </dependency>
158         <dependency>
159             <groupId>org.opendaylight.openflowplugin.applications</groupId>
160             <artifactId>inventory-manager</artifactId>
161         </dependency>
162         <dependency>
163             <groupId>org.opendaylight.openflowplugin.applications</groupId>
164             <artifactId>inventory-manager</artifactId>
165             <type>xml</type>
166             <classifier>config</classifier>
167         </dependency>
168         <dependency>
169             <groupId>org.opendaylight.openflowplugin.applications</groupId>
170             <artifactId>lldp-speaker</artifactId>
171         </dependency>
172         <dependency>
173             <groupId>org.opendaylight.openflowplugin.applications</groupId>
174             <artifactId>statistics-manager</artifactId>
175         </dependency>
176         <dependency>
177             <groupId>org.opendaylight.openflowplugin.applications</groupId>
178             <artifactId>statistics-manager-config</artifactId>
179             <classifier>config</classifier>
180             <type>xml</type>
181         </dependency>
182
183         <dependency>
184             <groupId>org.opendaylight.dlux</groupId>
185             <artifactId>features-dlux</artifactId>
186             <version>${dlux.version}</version>
187             <classifier>features</classifier>
188             <type>xml</type>
189         </dependency>
190
191         <!-- bundle dependencies -->
192         <dependency>
193             <groupId>org.opendaylight.openflowplugin</groupId>
194             <artifactId>openflowplugin-api</artifactId>
195         </dependency>
196         <dependency>
197             <groupId>org.opendaylight.openflowplugin</groupId>
198             <artifactId>openflowplugin-extension-api</artifactId>
199         </dependency>
200         <dependency>
201             <groupId>org.opendaylight.openflowplugin</groupId>
202             <artifactId>openflowplugin</artifactId>
203         </dependency>
204         <dependency>
205             <groupId>org.opendaylight.openflowplugin</groupId>
206             <artifactId>openflowplugin-impl</artifactId>
207         </dependency>
208         <dependency>
209             <groupId>org.opendaylight.openflowplugin.applications</groupId>
210             <artifactId>table-miss-enforcer</artifactId>
211         </dependency>
212         <dependency>
213             <groupId>org.opendaylight.openflowplugin.applications</groupId>
214             <artifactId>table-miss-enforcer</artifactId>
215             <type>xml</type>
216             <classifier>config</classifier>
217         </dependency>
218
219         <dependency>
220             <groupId>org.opendaylight.openflowplugin.applications</groupId>
221             <artifactId>topology-lldp-discovery</artifactId>
222         </dependency>
223         <dependency>
224             <groupId>org.opendaylight.openflowplugin.applications</groupId>
225             <artifactId>topology-lldp-discovery</artifactId>
226             <type>xml</type>
227             <classifier>config</classifier>
228         </dependency>
229         <dependency>
230             <groupId>org.opendaylight.openflowplugin.applications</groupId>
231             <artifactId>topology-manager</artifactId>
232         </dependency>
233         <dependency>
234             <groupId>org.opendaylight.openflowplugin.applications</groupId>
235             <artifactId>topology-manager</artifactId>
236             <type>xml</type>
237             <classifier>config</classifier>
238         </dependency>
239
240         <dependency>
241             <groupId>org.opendaylight.openflowplugin.applications</groupId>
242             <artifactId>of-switch-config-pusher</artifactId>
243         </dependency>
244         <dependency>
245             <groupId>org.opendaylight.openflowplugin.applications</groupId>
246             <artifactId>of-switch-config-pusher</artifactId>
247             <type>xml</type>
248             <classifier>config</classifier>
249         </dependency>
250
251         <dependency>
252             <groupId>org.opendaylight.openflowplugin.applications</groupId>
253             <artifactId>lldp-speaker</artifactId>
254             <type>xml</type>
255             <classifier>config</classifier>
256         </dependency>
257
258         <dependency>
259             <groupId>org.opendaylight.openflowplugin</groupId>
260             <artifactId>drop-test-karaf</artifactId>
261         </dependency>
262         <dependency>
263             <groupId>org.opendaylight.openflowplugin</groupId>
264             <artifactId>drop-test-karaf</artifactId>
265             <classifier>config</classifier>
266             <type>xml</type>
267         </dependency>
268         <dependency>
269             <groupId>org.opendaylight.openflowplugin</groupId>
270             <artifactId>test-common</artifactId>
271         </dependency>
272         <dependency>
273             <groupId>org.opendaylight.openflowplugin</groupId>
274             <artifactId>openflowplugin-controller-config</artifactId>
275             <type>xml</type>
276             <classifier>config-He</classifier>
277         </dependency>
278         <dependency>
279             <groupId>org.opendaylight.openflowplugin</groupId>
280             <artifactId>openflowplugin-controller-config</artifactId>
281             <type>xml</type>
282             <classifier>configmsgspy</classifier>
283         </dependency>
284         <dependency>
285             <groupId>org.opendaylight.controller</groupId>
286             <artifactId>liblldp</artifactId>
287             <version>${lldp.version}</version>
288         </dependency>
289         <dependency>
290             <groupId>org.opendaylight.openflowplugin</groupId>
291             <artifactId>openflowplugin-common</artifactId>
292         </dependency>
293         <dependency>
294             <groupId>org.opendaylight.openflowplugin.applications</groupId>
295             <artifactId>bulk-o-matic</artifactId>
296         </dependency>
297         <dependency>
298             <groupId>org.opendaylight.openflowplugin.applications</groupId>
299             <artifactId>bulk-o-matic</artifactId>
300             <type>xml</type>
301             <classifier>config</classifier>
302         </dependency>
303     </dependencies>
304
305     <scm>
306         <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
307         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
308         <tag>HEAD</tag>
309         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
310     </scm>
311 </project>