Release Oxygen
[controller.git] / opendaylight / md-sal / mdsal-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>3.1.0</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.controller</groupId>
22     <artifactId>mdsal-artifacts</artifactId>
23     <version>1.7.2</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-api</artifactId>
32                 <version>${project.version}</version>
33             </dependency>
34             <dependency>
35                 <groupId>${project.groupId}</groupId>
36                 <artifactId>sal-common-impl</artifactId>
37                 <version>${project.version}</version>
38             </dependency>
39             <dependency>
40                 <groupId>${project.groupId}</groupId>
41                 <artifactId>sal-common-util</artifactId>
42                 <version>${project.version}</version>
43             </dependency>
44             <dependency>
45                 <groupId>${project.groupId}</groupId>
46                 <artifactId>sal-core-api</artifactId>
47                 <version>${project.version}</version>
48             </dependency>
49             <dependency>
50                 <groupId>${project.groupId}</groupId>
51                 <artifactId>sal-core-spi</artifactId>
52                 <version>${project.version}</version>
53             </dependency>
54             <dependency>
55                 <groupId>${project.groupId}</groupId>
56                 <artifactId>sal-broker-impl</artifactId>
57                 <version>${project.version}</version>
58             </dependency>
59             <dependency>
60                 <groupId>${project.groupId}</groupId>
61                 <artifactId>sal-binding-api</artifactId>
62                 <version>${project.version}</version>
63             </dependency>
64             <dependency>
65                 <groupId>${project.groupId}</groupId>
66                 <artifactId>sal-binding-broker-impl</artifactId>
67                 <version>${project.version}</version>
68             </dependency>
69             <dependency>
70                 <groupId>${project.groupId}</groupId>
71                 <artifactId>sal-binding-util</artifactId>
72                 <version>${project.version}</version>
73             </dependency>
74             <dependency>
75                 <groupId>${project.groupId}</groupId>
76                 <artifactId>sal-connector-api</artifactId>
77                 <version>${project.version}</version>
78             </dependency>
79             <dependency>
80                 <groupId>${project.groupId}</groupId>
81                 <artifactId>sal-inmemory-datastore</artifactId>
82                 <version>${project.version}</version>
83             </dependency>
84             <dependency>
85                 <groupId>${project.groupId}</groupId>
86                 <artifactId>sal-dom-config</artifactId>
87                 <version>${project.version}</version>
88             </dependency>
89             <dependency>
90                 <groupId>${project.groupId}</groupId>
91                 <artifactId>sal-dom-broker-config</artifactId>
92                 <version>${project.version}</version>
93             </dependency>
94             <dependency>
95                 <groupId>${project.groupId}</groupId>
96                 <artifactId>sal-binding-config</artifactId>
97                 <version>${project.version}</version>
98             </dependency>
99             <dependency>
100                 <groupId>${project.groupId}</groupId>
101                 <artifactId>md-sal-config</artifactId>
102                 <version>${project.version}</version>
103             </dependency>
104             <dependency>
105                 <groupId>${project.groupId}</groupId>
106                 <artifactId>sal-schema-service</artifactId>
107                 <version>${project.version}</version>
108             </dependency>
109             <dependency>
110                 <groupId>${project.groupId}</groupId>
111                 <artifactId>mdsal-trace-api</artifactId>
112                 <version>${project.version}</version>
113             </dependency>
114             <dependency>
115                 <groupId>${project.groupId}</groupId>
116                 <artifactId>mdsal-trace-dom-impl</artifactId>
117                 <version>${project.version}</version>
118             </dependency>
119             <dependency>
120                 <groupId>${project.groupId}</groupId>
121                 <artifactId>mdsal-trace-binding-impl</artifactId>
122                 <version>${project.version}</version>
123             </dependency>
124
125             <!-- Test support -->
126             <dependency>
127                 <groupId>${project.groupId}</groupId>
128                 <artifactId>sal-test-model</artifactId>
129                 <version>${project.version}</version>
130                 <scope>test</scope>
131             </dependency>
132             <dependency>
133                 <groupId>${project.groupId}</groupId>
134                 <artifactId>sal-binding-it</artifactId>
135                 <version>${project.version}</version>
136                 <scope>test</scope>
137             </dependency>
138             <dependency>
139                 <groupId>${project.groupId}</groupId>
140                 <artifactId>sal-binding-broker-impl</artifactId>
141                 <version>${project.version}</version>
142                 <type>test-jar</type>
143                 <scope>test</scope>
144             </dependency>
145
146             <!-- Features -->
147             <dependency>
148                 <groupId>${project.groupId}</groupId>
149                 <artifactId>features-mdsal</artifactId>
150                 <version>${project.version}</version>
151                 <classifier>features</classifier>
152                 <type>xml</type>
153                 <scope>runtime</scope>
154             </dependency>
155             <dependency>
156               <groupId>${project.groupId}</groupId>
157               <artifactId>features-restconf</artifactId>
158               <version>${project.version}</version>
159               <classifier>features</classifier>
160               <type>xml</type>
161               <scope>runtime</scope>
162             </dependency>
163             <dependency>
164               <groupId>${project.groupId}</groupId>
165               <artifactId>features-mdsal-trace</artifactId>
166               <version>${project.version}</version>
167               <classifier>features</classifier>
168               <type>xml</type>
169               <scope>runtime</scope>
170             </dependency>
171
172             <!-- Base model augmentations -->
173             <dependency>
174                 <groupId>org.opendaylight.controller.model</groupId>
175                 <artifactId>model-inventory</artifactId>
176                 <version>${project.version}</version>
177             </dependency>
178             <dependency>
179                 <groupId>org.opendaylight.controller.model</groupId>
180                 <artifactId>model-topology</artifactId>
181                 <version>${project.version}</version>
182             </dependency>
183
184             <!-- Clustered implementation -->
185             <dependency>
186                 <groupId>${project.groupId}</groupId>
187                 <artifactId>sal-clustering-commons</artifactId>
188                 <version>${project.version}</version>
189             </dependency>
190             <dependency>
191                 <groupId>${project.groupId}</groupId>
192                 <artifactId>sal-clustering-commons</artifactId>
193                 <version>${project.version}</version>
194                 <type>test-jar</type>
195                 <scope>test</scope>
196             </dependency>
197             <dependency>
198                 <groupId>${project.groupId}</groupId>
199                 <artifactId>sal-clustering-config</artifactId>
200                 <version>${project.version}</version>
201             </dependency>
202             <dependency>
203                 <groupId>${project.groupId}</groupId>
204                 <artifactId>sal-distributed-datastore</artifactId>
205                 <version>${project.version}</version>
206             </dependency>
207             <dependency>
208                 <groupId>${project.groupId}</groupId>
209                 <artifactId>sal-remoterpc-connector</artifactId>
210                 <version>${project.version}</version>
211             </dependency>
212             <dependency>
213                 <groupId>org.opendaylight.controller</groupId>
214                 <artifactId>sal-akka-raft</artifactId>
215                 <version>${project.version}</version>
216             </dependency>
217             <dependency>
218                 <groupId>org.opendaylight.controller</groupId>
219                 <artifactId>sal-akka-raft</artifactId>
220                 <version>${project.version}</version>
221                 <type>test-jar</type>
222                 <scope>test</scope>
223             </dependency>
224             <dependency>
225                 <groupId>org.opendaylight.controller</groupId>
226                 <artifactId>sal-akka-raft-example</artifactId>
227                 <version>${project.version}</version>
228             </dependency>
229             <dependency>
230                 <groupId>org.opendaylight.controller</groupId>
231                 <artifactId>cds-access-api</artifactId>
232                 <version>1.3.2</version>
233             </dependency>
234             <dependency>
235                 <groupId>org.opendaylight.controller</groupId>
236                 <artifactId>cds-access-client</artifactId>
237                 <version>1.3.2</version>
238             </dependency>
239             <dependency>
240                 <groupId>org.opendaylight.controller</groupId>
241                 <artifactId>cds-access-client</artifactId>
242                 <version>1.3.2</version>
243                 <type>test-jar</type>
244                 <scope>test</scope>
245             </dependency>
246             <dependency>
247                 <groupId>org.opendaylight.controller</groupId>
248                 <artifactId>sal-cluster-admin-api</artifactId>
249                 <version>${project.version}</version>
250             </dependency>
251             <dependency>
252                 <groupId>org.opendaylight.controller</groupId>
253                 <artifactId>sal-cluster-admin-impl</artifactId>
254                 <version>${project.version}</version>
255             </dependency>
256             <dependency>
257                 <groupId>org.opendaylight.controller</groupId>
258                 <artifactId>cds-dom-api</artifactId>
259                 <version>1.3.2</version>
260             </dependency>
261
262             <!-- Toaster -->
263             <dependency>
264                 <groupId>org.opendaylight.controller.samples</groupId>
265                 <artifactId>sample-toaster</artifactId>
266                 <version>${project.version}</version>
267             </dependency>
268             <dependency>
269                 <groupId>org.opendaylight.controller.samples</groupId>
270                 <artifactId>sample-toaster-consumer</artifactId>
271                 <version>${project.version}</version>
272             </dependency>
273             <dependency>
274                 <groupId>org.opendaylight.controller.samples</groupId>
275                 <artifactId>sample-toaster-provider</artifactId>
276                 <version>${project.version}</version>
277             </dependency>
278             <dependency>
279                 <groupId>org.opendaylight.controller.samples</groupId>
280                 <artifactId>toaster-config</artifactId>
281                 <version>${project.version}</version>
282             </dependency>
283             <dependency>
284                 <groupId>org.opendaylight.controller.samples</groupId>
285                 <artifactId>features-toaster</artifactId>
286                 <version>${project.version}</version>
287                 <classifier>features</classifier>
288                 <type>xml</type>
289                 <scope>runtime</scope>
290             </dependency>
291
292             <!-- MessageBus -->
293             <dependency>
294                 <groupId>org.opendaylight.controller</groupId>
295                 <artifactId>messagebus-api</artifactId>
296                 <version>${project.version}</version>
297             </dependency>
298             <dependency>
299                 <groupId>org.opendaylight.controller</groupId>
300                 <artifactId>messagebus-spi</artifactId>
301                 <version>${project.version}</version>
302             </dependency>
303             <dependency>
304                 <groupId>org.opendaylight.controller</groupId>
305                 <artifactId>messagebus-impl</artifactId>
306                 <version>${project.version}</version>
307             </dependency>
308             <dependency>
309                 <groupId>org.opendaylight.controller</groupId>
310                 <artifactId>messagebus-util</artifactId>
311                 <version>${project.version}</version>
312             </dependency>
313
314             <!-- Clustering system test support -->
315             <dependency>
316                 <groupId>org.opendaylight.controller.samples</groupId>
317                 <artifactId>clustering-it-config</artifactId>
318                 <version>${project.version}</version>
319             </dependency>
320             <dependency>
321                 <groupId>org.opendaylight.controller.samples</groupId>
322                 <artifactId>clustering-it-model</artifactId>
323                 <version>${project.version}</version>
324             </dependency>
325             <dependency>
326                 <groupId>org.opendaylight.controller.samples</groupId>
327                 <artifactId>clustering-it-provider</artifactId>
328                 <version>${project.version}</version>
329             </dependency>
330
331             <!-- Features -->
332             <dependency>
333                 <groupId>${project.groupId}</groupId>
334                 <artifactId>odl-mdsal-broker</artifactId>
335                 <version>${project.version}</version>
336                 <type>xml</type>
337                 <classifier>features</classifier>
338             </dependency>
339             <dependency>
340                 <groupId>${project.groupId}</groupId>
341                 <artifactId>odl-mdsal-broker-local</artifactId>
342                 <version>${project.version}</version>
343                 <type>xml</type>
344                 <classifier>features</classifier>
345             </dependency>
346             <dependency>
347                 <groupId>${project.groupId}</groupId>
348                 <artifactId>odl-mdsal-clustering</artifactId>
349                 <version>${project.version}</version>
350                 <type>xml</type>
351                 <classifier>features</classifier>
352             </dependency>
353             <dependency>
354                 <groupId>${project.groupId}</groupId>
355                 <artifactId>odl-mdsal-clustering-commons</artifactId>
356                 <version>${project.version}</version>
357                 <type>xml</type>
358                 <classifier>features</classifier>
359             </dependency>
360             <dependency>
361                 <groupId>${project.groupId}</groupId>
362                 <artifactId>odl-controller-mdsal-common</artifactId>
363                 <version>${project.version}</version>
364                 <type>xml</type>
365                 <classifier>features</classifier>
366             </dependency>
367             <dependency>
368                 <groupId>${project.groupId}</groupId>
369                 <artifactId>odl-mdsal-distributed-datastore</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-mdsal-remoterpc-connector</artifactId>
377                 <version>${project.version}</version>
378                 <type>xml</type>
379                 <classifier>features</classifier>
380             </dependency>
381             <dependency>
382                 <groupId>${project.groupId}</groupId>
383                 <artifactId>odl-message-bus-collector</artifactId>
384                 <version>${project.version}</version>
385                 <type>xml</type>
386                 <classifier>features</classifier>
387             </dependency>
388             <dependency>
389                 <groupId>${project.groupId}</groupId>
390                 <artifactId>odl-mdsal-model-inventory</artifactId>
391                 <version>${project.version}</version>
392                 <type>xml</type>
393                 <classifier>features</classifier>
394             </dependency>
395             <dependency>
396                 <groupId>${project.groupId}</groupId>
397                 <artifactId>odl-controller-model-topology</artifactId>
398                 <version>${project.version}</version>
399                 <type>xml</type>
400                 <classifier>features</classifier>
401             </dependency>
402             <dependency>
403                 <groupId>${project.groupId}</groupId>
404                 <artifactId>odl-toaster</artifactId>
405                 <version>${project.version}</version>
406                 <type>xml</type>
407                 <classifier>features</classifier>
408             </dependency>
409             <dependency>
410                 <groupId>${project.groupId}</groupId>
411                 <artifactId>odl-clustering-test-app</artifactId>
412                 <version>${project.version}</version>
413                 <type>xml</type>
414                 <classifier>features</classifier>
415             </dependency>
416
417         </dependencies>
418     </dependencyManagement>
419 </project>