Bump versions to 2.0.4-SNAPSHOT
[controller.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4     Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6     This program and the accompanying materials are made available under the
7     terms of the Eclipse Public License v1.0 which accompanies this distribution,
8     and is available at http://www.eclipse.org/legal/epl-v10.html
9  -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>odlparent-lite</artifactId>
17         <version>7.0.5</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.controller</groupId>
22     <artifactId>controller-artifacts</artifactId>
23     <version>2.0.4-SNAPSHOT</version>
24     <packaging>pom</packaging>
25
26     <dependencyManagement>
27         <dependencies>
28             <!-- Core API/implementation -->
29             <dependency>
30                 <groupId>${project.groupId}</groupId>
31                 <artifactId>sal-common-util</artifactId>
32                 <version>${project.version}</version>
33             </dependency>
34
35             <!-- Test support -->
36             <dependency>
37                 <groupId>${project.groupId}</groupId>
38                 <artifactId>sal-test-model</artifactId>
39                 <version>${project.version}</version>
40                 <scope>test</scope>
41             </dependency>
42             <dependency>
43                 <groupId>${project.groupId}</groupId>
44                 <artifactId>sal-binding-it</artifactId>
45                 <version>${project.version}</version>
46                 <scope>test</scope>
47             </dependency>
48             <dependency>
49                 <groupId>${project.groupId}</groupId>
50                 <artifactId>mdsal-it-base</artifactId>
51                 <version>${project.version}</version>
52                 <scope>test</scope>
53             </dependency>
54
55             <!-- Base model augmentations -->
56             <dependency>
57                 <groupId>org.opendaylight.controller.model</groupId>
58                 <artifactId>model-inventory</artifactId>
59                 <version>${project.version}</version>
60             </dependency>
61             <dependency>
62                 <groupId>org.opendaylight.controller.model</groupId>
63                 <artifactId>model-topology</artifactId>
64                 <version>${project.version}</version>
65             </dependency>
66
67             <!-- Clustered implementation -->
68             <dependency>
69                 <groupId>${project.groupId}</groupId>
70                 <artifactId>sal-clustering-commons</artifactId>
71                 <version>${project.version}</version>
72             </dependency>
73             <dependency>
74                 <groupId>${project.groupId}</groupId>
75                 <artifactId>sal-clustering-commons</artifactId>
76                 <version>${project.version}</version>
77                 <type>test-jar</type>
78                 <scope>test</scope>
79             </dependency>
80             <dependency>
81                 <groupId>${project.groupId}</groupId>
82                 <artifactId>sal-clustering-config</artifactId>
83                 <version>${project.version}</version>
84             </dependency>
85             <dependency>
86                 <groupId>${project.groupId}</groupId>
87                 <artifactId>sal-distributed-datastore</artifactId>
88                 <version>${project.version}</version>
89             </dependency>
90             <dependency>
91                 <groupId>${project.groupId}</groupId>
92                 <artifactId>sal-distributed-eos</artifactId>
93                 <version>${project.version}</version>
94             </dependency>
95             <dependency>
96                 <groupId>${project.groupId}</groupId>
97                 <artifactId>sal-remoterpc-connector</artifactId>
98                 <version>${project.version}</version>
99             </dependency>
100             <dependency>
101                 <groupId>org.opendaylight.controller</groupId>
102                 <artifactId>sal-akka-raft</artifactId>
103                 <version>${project.version}</version>
104             </dependency>
105             <dependency>
106                 <groupId>org.opendaylight.controller</groupId>
107                 <artifactId>sal-akka-raft</artifactId>
108                 <version>${project.version}</version>
109                 <type>test-jar</type>
110                 <scope>test</scope>
111             </dependency>
112             <dependency>
113                 <groupId>org.opendaylight.controller</groupId>
114                 <artifactId>sal-akka-raft-example</artifactId>
115                 <version>${project.version}</version>
116             </dependency>
117             <dependency>
118                 <groupId>org.opendaylight.controller</groupId>
119                 <artifactId>sal-akka-segmented-journal</artifactId>
120                 <version>${project.version}</version>
121             </dependency>
122             <dependency>
123                 <groupId>org.opendaylight.controller</groupId>
124                 <artifactId>cds-access-api</artifactId>
125                 <version>${project.version}</version>
126             </dependency>
127             <dependency>
128                 <groupId>org.opendaylight.controller</groupId>
129                 <artifactId>cds-access-client</artifactId>
130                 <version>${project.version}</version>
131             </dependency>
132             <dependency>
133                 <groupId>org.opendaylight.controller</groupId>
134                 <artifactId>cds-access-client</artifactId>
135                 <version>${project.version}</version>
136                 <type>test-jar</type>
137                 <scope>test</scope>
138             </dependency>
139             <dependency>
140                 <groupId>org.opendaylight.controller</groupId>
141                 <artifactId>sal-cluster-admin-api</artifactId>
142                 <version>${project.version}</version>
143             </dependency>
144             <dependency>
145                 <groupId>org.opendaylight.controller</groupId>
146                 <artifactId>sal-cluster-admin-impl</artifactId>
147                 <version>${project.version}</version>
148             </dependency>
149             <dependency>
150                 <groupId>org.opendaylight.controller</groupId>
151                 <artifactId>cds-dom-api</artifactId>
152                 <version>${project.version}</version>
153             </dependency>
154
155             <!-- Toaster -->
156             <dependency>
157                 <groupId>org.opendaylight.controller.samples</groupId>
158                 <artifactId>sample-toaster</artifactId>
159                 <version>${project.version}</version>
160             </dependency>
161             <dependency>
162                 <groupId>org.opendaylight.controller.samples</groupId>
163                 <artifactId>sample-toaster-consumer</artifactId>
164                 <version>${project.version}</version>
165             </dependency>
166             <dependency>
167                 <groupId>org.opendaylight.controller.samples</groupId>
168                 <artifactId>sample-toaster-provider</artifactId>
169                 <version>${project.version}</version>
170             </dependency>
171             <dependency>
172                 <groupId>org.opendaylight.controller.samples</groupId>
173                 <artifactId>toaster-config</artifactId>
174                 <version>${project.version}</version>
175             </dependency>
176             <dependency>
177                 <groupId>org.opendaylight.controller.samples</groupId>
178                 <artifactId>features-toaster</artifactId>
179                 <version>${project.version}</version>
180                 <classifier>features</classifier>
181                 <type>xml</type>
182                 <scope>runtime</scope>
183             </dependency>
184
185             <!-- MessageBus -->
186             <dependency>
187                 <groupId>org.opendaylight.controller</groupId>
188                 <artifactId>messagebus-api</artifactId>
189                 <version>${project.version}</version>
190             </dependency>
191             <dependency>
192                 <groupId>org.opendaylight.controller</groupId>
193                 <artifactId>messagebus-spi</artifactId>
194                 <version>${project.version}</version>
195             </dependency>
196             <dependency>
197                 <groupId>org.opendaylight.controller</groupId>
198                 <artifactId>messagebus-impl</artifactId>
199                 <version>${project.version}</version>
200             </dependency>
201             <dependency>
202                 <groupId>org.opendaylight.controller</groupId>
203                 <artifactId>messagebus-util</artifactId>
204                 <version>${project.version}</version>
205             </dependency>
206             <dependency>
207                 <groupId>${project.groupId}</groupId>
208                 <artifactId>odl-controller-exp-messagebus</artifactId>
209                 <version>${project.version}</version>
210                 <type>xml</type>
211                 <classifier>features</classifier>
212             </dependency>
213
214             <!-- Clustering system test support -->
215             <dependency>
216                 <groupId>org.opendaylight.controller.samples</groupId>
217                 <artifactId>clustering-it-config</artifactId>
218                 <version>${project.version}</version>
219             </dependency>
220             <dependency>
221                 <groupId>org.opendaylight.controller.samples</groupId>
222                 <artifactId>clustering-it-model</artifactId>
223                 <version>${project.version}</version>
224             </dependency>
225             <dependency>
226                 <groupId>org.opendaylight.controller.samples</groupId>
227                 <artifactId>clustering-it-provider</artifactId>
228                 <version>${project.version}</version>
229             </dependency>
230
231             <!-- Config files -->
232             <dependency>
233                 <!-- finalname="configuration/initial/akka.conf" -->
234                 <groupId>${project.groupId}</groupId>
235                 <artifactId>sal-clustering-config</artifactId>
236                 <version>${project.version}</version>
237                 <type>xml</type>
238                 <classifier>akkaconf</classifier>
239             </dependency>
240             <dependency>
241                 <!-- finalname="configuration/factory/akka.conf" override="true" -->
242                 <groupId>${project.groupId}</groupId>
243                 <artifactId>sal-clustering-config</artifactId>
244                 <version>${project.version}</version>
245                 <type>xml</type>
246                 <classifier>factoryakkaconf</classifier>
247             </dependency>
248             <dependency>
249                 <!-- finalname="configuration/initial/module-shards.conf" -->
250                 <groupId>${project.groupId}</groupId>
251                 <artifactId>sal-clustering-config</artifactId>
252                 <version>${project.version}</version>
253                 <type>xml</type>
254                 <classifier>moduleshardconf</classifier>
255             </dependency>
256             <dependency>
257                 <!-- finalname="configuration/initial/modules.conf" -->
258                 <groupId>${project.groupId}</groupId>
259                 <artifactId>sal-clustering-config</artifactId>
260                 <version>${project.version}</version>
261                 <type>xml</type>
262                 <classifier>moduleconf</classifier>
263             </dependency>
264             <dependency>
265                 <!-- finalname="etc/org.opendaylight.controller.cluster.datastore.cfg" -->
266                 <groupId>${project.groupId}</groupId>
267                 <artifactId>sal-clustering-config</artifactId>
268                 <version>${project.version}</version>
269                 <type>cfg</type>
270                 <classifier>datastore</classifier>
271             </dependency>
272
273             <!-- Production Features -->
274             <dependency>
275                 <groupId>${project.groupId}</groupId>
276                 <artifactId>features-controller</artifactId>
277                 <version>${project.version}</version>
278                 <classifier>features</classifier>
279                 <type>xml</type>
280             </dependency>
281             <dependency>
282                 <groupId>${project.groupId}</groupId>
283                 <artifactId>odl-mdsal-broker</artifactId>
284                 <version>${project.version}</version>
285                 <type>xml</type>
286                 <classifier>features</classifier>
287             </dependency>
288             <dependency>
289                 <groupId>${project.groupId}</groupId>
290                 <artifactId>odl-mdsal-broker-local</artifactId>
291                 <version>${project.version}</version>
292                 <type>xml</type>
293                 <classifier>features</classifier>
294             </dependency>
295             <dependency>
296                 <groupId>${project.groupId}</groupId>
297                 <artifactId>odl-mdsal-clustering-commons</artifactId>
298                 <version>${project.version}</version>
299                 <type>xml</type>
300                 <classifier>features</classifier>
301             </dependency>
302             <dependency>
303                 <groupId>${project.groupId}</groupId>
304                 <artifactId>odl-controller-mdsal-common</artifactId>
305                 <version>${project.version}</version>
306                 <type>xml</type>
307                 <classifier>features</classifier>
308             </dependency>
309             <dependency>
310                 <groupId>${project.groupId}</groupId>
311                 <artifactId>odl-controller-blueprint</artifactId>
312                 <version>${project.version}</version>
313                 <type>xml</type>
314                 <classifier>features</classifier>
315             </dependency>
316             <dependency>
317                 <groupId>${project.groupId}</groupId>
318                 <artifactId>odl-mdsal-distributed-datastore</artifactId>
319                 <version>${project.version}</version>
320                 <type>xml</type>
321                 <classifier>features</classifier>
322             </dependency>
323             <dependency>
324                 <groupId>${project.groupId}</groupId>
325                 <artifactId>odl-mdsal-remoterpc-connector</artifactId>
326                 <version>${project.version}</version>
327                 <type>xml</type>
328                 <classifier>features</classifier>
329             </dependency>
330             <dependency>
331                 <groupId>${project.groupId}</groupId>
332                 <artifactId>odl-mdsal-model-inventory</artifactId>
333                 <version>${project.version}</version>
334                 <type>xml</type>
335                 <classifier>features</classifier>
336             </dependency>
337             <dependency>
338                 <groupId>${project.groupId}</groupId>
339                 <artifactId>odl-controller-model-topology</artifactId>
340                 <version>${project.version}</version>
341                 <type>xml</type>
342                 <classifier>features</classifier>
343             </dependency>
344             <dependency>
345                 <groupId>${project.groupId}</groupId>
346                 <artifactId>odl-toaster</artifactId>
347                 <version>${project.version}</version>
348                 <type>xml</type>
349                 <classifier>features</classifier>
350             </dependency>
351             <dependency>
352                 <groupId>${project.groupId}</groupId>
353                 <artifactId>odl-jolokia</artifactId>
354                 <version>${project.version}</version>
355                 <type>xml</type>
356                 <classifier>features</classifier>
357             </dependency>
358
359             <!-- CSIT and other testing Features -->
360             <dependency>
361                 <groupId>${project.groupId}</groupId>
362                 <artifactId>features-controller-testing</artifactId>
363                 <version>${project.version}</version>
364                 <classifier>features</classifier>
365                 <type>xml</type>
366             </dependency>
367             <dependency>
368                 <groupId>${project.groupId}</groupId>
369                 <artifactId>odl-mdsal-benchmark</artifactId>
370                 <version>${project.version}</version>
371                 <type>xml</type>
372                 <classifier>features</classifier>
373             </dependency>
374             <dependency>
375                 <groupId>${project.groupId}</groupId>
376                 <artifactId>odl-clustering-test-app</artifactId>
377                 <version>${project.version}</version>
378                 <type>xml</type>
379                 <classifier>features</classifier>
380             </dependency>
381
382             <!-- Benchmarks -->
383             <dependency>
384                 <groupId>${project.groupId}</groupId>
385                 <artifactId>benchmark-api</artifactId>
386                 <version>${project.version}</version>
387             </dependency>
388             <dependency>
389                 <groupId>${project.groupId}</groupId>
390                 <artifactId>dsbenchmark</artifactId>
391                 <version>${project.version}</version>
392             </dependency>
393             <dependency>
394                 <groupId>${project.groupId}</groupId>
395                 <artifactId>ntfbenchmark</artifactId>
396                 <version>${project.version}</version>
397             </dependency>
398             <dependency>
399                 <groupId>${project.groupId}</groupId>
400                 <artifactId>rpcbenchmark</artifactId>
401                 <version>${project.version}</version>
402             </dependency>
403
404             <!-- Expertimental Features -->
405             <dependency>
406                 <groupId>${project.groupId}</groupId>
407                 <artifactId>features-controller-experimental</artifactId>
408                 <version>${project.version}</version>
409                 <classifier>features</classifier>
410                 <type>xml</type>
411             </dependency>
412
413             <!-- Config remnants -->
414             <dependency>
415                 <groupId>${project.groupId}</groupId>
416                 <artifactId>netty-event-executor-config</artifactId>
417                 <version>0.13.4-SNAPSHOT</version>
418             </dependency>
419             <dependency>
420                 <groupId>${project.groupId}</groupId>
421                 <artifactId>netty-threadgroup-config</artifactId>
422                 <version>0.13.4-SNAPSHOT</version>
423             </dependency>
424             <dependency>
425                 <groupId>${project.groupId}</groupId>
426                 <artifactId>netty-timer-config</artifactId>
427                 <version>0.13.4-SNAPSHOT</version>
428             </dependency>
429             <dependency>
430                 <groupId>${project.groupId}</groupId>
431                 <artifactId>threadpool-config-api</artifactId>
432                 <version>0.13.4-SNAPSHOT</version>
433             </dependency>
434             <dependency>
435                 <groupId>${project.groupId}</groupId>
436                 <artifactId>threadpool-config-impl</artifactId>
437                 <version>0.13.4-SNAPSHOT</version>
438             </dependency>
439             <dependency>
440                 <groupId>${project.groupId}</groupId>
441                 <artifactId>odl-controller-exp-netty-config</artifactId>
442                 <version>${project.version}</version>
443                 <classifier>features</classifier>
444                 <type>xml</type>
445             </dependency>
446         </dependencies>
447     </dependencyManagement>
448 </project>