82b5c9081df993a070080d525bd5a774757adf86
[mdsal.git] / common / 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     <modelVersion>4.0.0</modelVersion>
12
13     <parent>
14       <groupId>org.opendaylight.odlparent</groupId>
15       <artifactId>odlparent-lite</artifactId>
16       <version>4.0.0-SNAPSHOT</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.mdsal</groupId>
21     <artifactId>mdsal-artifacts</artifactId>
22     <version>2.7.0-SNAPSHOT</version>
23     <packaging>pom</packaging>
24
25     <dependencyManagement>
26         <dependencies>
27
28             <dependency>
29                 <groupId>org.opendaylight.mdsal</groupId>
30                 <artifactId>features-mdsal</artifactId>
31                 <classifier>features</classifier>
32                 <version>${project.version}</version>
33                 <type>xml</type>
34             </dependency>
35
36             <dependency>
37                 <groupId>org.opendaylight.mdsal.model</groupId>
38                 <artifactId>mdsal-model-artifacts</artifactId>
39                 <version>0.15.0-SNAPSHOT</version>
40                 <type>pom</type>
41                 <scope>import</scope>
42             </dependency>
43
44             <!-- Common APIs for Binding and DOM -->
45             <dependency>
46                 <groupId>org.opendaylight.mdsal</groupId>
47                 <artifactId>mdsal-common-api</artifactId>
48                 <version>${project.version}</version>
49             </dependency>
50             <dependency>
51                 <groupId>org.opendaylight.mdsal</groupId>
52                 <artifactId>mdsal-common-util</artifactId>
53                 <version>${project.version}</version>
54             </dependency>
55
56             <dependency>
57                 <groupId>org.opendaylight.mdsal</groupId>
58                 <artifactId>mdsal-dom-api</artifactId>
59                 <version>${project.version}</version>
60             </dependency>
61             <dependency>
62                 <groupId>org.opendaylight.mdsal</groupId>
63                 <artifactId>mdsal-dom-spi</artifactId>
64                 <version>${project.version}</version>
65             </dependency>
66             <dependency>
67                 <groupId>org.opendaylight.mdsal</groupId>
68                 <artifactId>mdsal-dom-broker</artifactId>
69                 <version>${project.version}</version>
70             </dependency>
71             <dependency>
72                 <groupId>org.opendaylight.mdsal</groupId>
73                 <artifactId>mdsal-dom-schema-service-osgi</artifactId>
74                 <version>${project.version}</version>
75             </dependency>
76             <dependency>
77                 <groupId>org.opendaylight.mdsal</groupId>
78                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
79                 <version>${project.version}</version>
80             </dependency>
81
82             <!-- Binding MD-SAL & Java Binding -->
83             <dependency>
84                 <groupId>org.opendaylight.mdsal</groupId>
85                 <artifactId>maven-sal-api-gen-plugin</artifactId>
86                 <version>0.15.0-SNAPSHOT</version>
87             </dependency>
88             <dependency>
89                 <groupId>org.opendaylight.mdsal</groupId>
90                 <artifactId>mdsal-binding-generator-api</artifactId>
91                 <version>0.15.0-SNAPSHOT</version>
92             </dependency>
93             <dependency>
94                 <groupId>org.opendaylight.mdsal</groupId>
95                 <artifactId>mdsal-binding-generator-util</artifactId>
96                 <version>0.15.0-SNAPSHOT</version>
97             </dependency>
98             <dependency>
99                 <groupId>org.opendaylight.mdsal</groupId>
100                 <artifactId>mdsal-binding-generator-impl</artifactId>
101                 <version>0.15.0-SNAPSHOT</version>
102             </dependency>
103             <dependency>
104                 <groupId>org.opendaylight.mdsal</groupId>
105                 <artifactId>mdsal-binding-java-api-generator</artifactId>
106                 <version>0.15.0-SNAPSHOT</version>
107             </dependency>
108             <dependency>
109                 <groupId>org.opendaylight.mdsal</groupId>
110                 <artifactId>yang-binding</artifactId>
111                 <version>0.15.0-SNAPSHOT</version>
112             </dependency>
113             <dependency>
114                 <groupId>org.opendaylight.mdsal</groupId>
115                 <artifactId>mdsal-binding-spec-util</artifactId>
116                 <version>0.15.0-SNAPSHOT</version>
117             </dependency>
118             <dependency>
119                 <groupId>org.opendaylight.mdsal</groupId>
120                 <artifactId>mdsal-binding-dom-codec</artifactId>
121                 <version>0.15.0-SNAPSHOT</version>
122             </dependency>
123             <dependency>
124                 <groupId>org.opendaylight.mdsal</groupId>
125                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
126                 <version>0.15.0-SNAPSHOT</version>
127             </dependency>
128
129             <dependency>
130                 <groupId>org.opendaylight.mdsal</groupId>
131                 <artifactId>mdsal-binding-api</artifactId>
132                 <version>${project.version}</version>
133             </dependency>
134             <dependency>
135                 <groupId>org.opendaylight.mdsal</groupId>
136                 <artifactId>mdsal-binding-dom-adapter</artifactId>
137                 <version>${project.version}</version>
138             </dependency>
139             <dependency>
140                 <groupId>org.opendaylight.mdsal</groupId>
141                 <artifactId>mdsal-binding-dom-adapter</artifactId>
142                 <version>${project.version}</version>
143                 <type>test-jar</type>
144                 <scope>test</scope>
145             </dependency>
146             <dependency>
147                 <groupId>org.opendaylight.mdsal</groupId>
148                 <artifactId>mdsal-binding-spi</artifactId>
149                 <version>${project.version}</version>
150             </dependency>
151             <dependency>
152                 <groupId>org.opendaylight.mdsal</groupId>
153                 <artifactId>mdsal-binding-util</artifactId>
154                 <version>${project.version}</version>
155             </dependency>
156             <dependency>
157                 <groupId>org.opendaylight.mdsal</groupId>
158                 <artifactId>mdsal-binding-test-utils</artifactId>
159                 <version>${project.version}</version>
160                 <scope>test</scope>
161             </dependency>
162
163             <dependency>
164                 <groupId>org.opendaylight.mdsal.model</groupId>
165                 <artifactId>yang-ext</artifactId>
166                 <version>2013.09.07.15.0-SNAPSHOT</version>
167             </dependency>
168             <dependency>
169                 <groupId>org.opendaylight.mdsal.model</groupId>
170                 <artifactId>general-entity</artifactId>
171                 <version>0.15.0-SNAPSHOT</version>
172             </dependency>
173             <dependency>
174                 <groupId>org.opendaylight.mdsal</groupId>
175                 <artifactId>mdsal-binding-test-model</artifactId>
176                 <version>0.15.0-SNAPSHOT</version>
177                 <scope>test</scope>
178             </dependency>
179
180             <!-- Binding specification version 2-->
181             <dependency>
182                 <groupId>org.opendaylight.mdsal</groupId>
183                 <artifactId>mdsal-binding2-maven-api-gen-plugin</artifactId>
184                 <version>0.15.0-SNAPSHOT</version>
185             </dependency>
186             <dependency>
187                 <groupId>org.opendaylight.mdsal</groupId>
188                 <artifactId>mdsal-binding2-runtime</artifactId>
189                 <version>0.15.0-SNAPSHOT</version>
190             </dependency>
191             <dependency>
192                 <groupId>org.opendaylight.mdsal</groupId>
193                 <artifactId>mdsal-binding2-dom-codec</artifactId>
194                 <version>0.15.0-SNAPSHOT</version>
195             </dependency>
196             <dependency>
197                 <groupId>org.opendaylight.mdsal</groupId>
198                 <artifactId>mdsal-binding2-api</artifactId>
199                 <version>0.15.0-SNAPSHOT</version>
200             </dependency>
201             <dependency>
202                 <groupId>org.opendaylight.mdsal</groupId>
203                 <artifactId>mdsal-binding2-dom-adapter</artifactId>
204                 <version>0.15.0-SNAPSHOT</version>
205             </dependency>
206             <dependency>
207                 <groupId>org.opendaylight.mdsal</groupId>
208                 <artifactId>mdsal-binding2-spi</artifactId>
209                 <version>0.15.0-SNAPSHOT</version>
210             </dependency>
211             <dependency>
212                 <groupId>org.opendaylight.mdsal</groupId>
213                 <artifactId>mdsal-binding2-test-model</artifactId>
214                 <version>0.15.0-SNAPSHOT</version>
215                 <scope>test</scope>
216             </dependency>
217             <dependency>
218                 <groupId>org.opendaylight.mdsal</groupId>
219                 <artifactId>mdsal-binding2-generator-api</artifactId>
220                 <version>0.15.0-SNAPSHOT</version>
221             </dependency>
222             <dependency>
223                 <groupId>org.opendaylight.mdsal</groupId>
224                 <artifactId>mdsal-binding2-spec</artifactId>
225                 <version>0.15.0-SNAPSHOT</version>
226             </dependency>
227             <dependency>
228                 <groupId>org.opendaylight.mdsal</groupId>
229                 <artifactId>mdsal-binding2-generator-impl</artifactId>
230                 <version>0.15.0-SNAPSHOT</version>
231             </dependency>
232             <dependency>
233                 <groupId>org.opendaylight.mdsal</groupId>
234                 <artifactId>mdsal-binding2-java-api-generator</artifactId>
235                 <version>0.15.0-SNAPSHOT</version>
236             </dependency>
237             <dependency>
238                 <groupId>org.opendaylight.mdsal</groupId>
239                 <artifactId>mdsal-binding2-generator-util</artifactId>
240                 <version>0.15.0-SNAPSHOT</version>
241             </dependency>
242             <dependency>
243                 <groupId>org.opendaylight.mdsal</groupId>
244                 <artifactId>mdsal-binding2-util</artifactId>
245                 <version>0.15.0-SNAPSHOT</version>
246             </dependency>
247             <dependency>
248                 <groupId>org.opendaylight.mdsal.model.binding2</groupId>
249                 <artifactId>yang-ext</artifactId>
250                 <version>2013.09.07.15.0-SNAPSHOT</version>
251             </dependency>
252
253             <dependency>
254                 <groupId>org.opendaylight.mdsal</groupId>
255                 <artifactId>mdsal-eos-common-api</artifactId>
256                 <version>${project.version}</version>
257             </dependency>
258             <dependency>
259                 <groupId>org.opendaylight.mdsal</groupId>
260                 <artifactId>mdsal-eos-common-spi</artifactId>
261                 <version>${project.version}</version>
262             </dependency>
263             <dependency>
264                 <groupId>org.opendaylight.mdsal</groupId>
265                 <artifactId>mdsal-eos-dom-api</artifactId>
266                 <version>${project.version}</version>
267             </dependency>
268             <dependency>
269                 <groupId>org.opendaylight.mdsal</groupId>
270                 <artifactId>mdsal-eos-dom-simple</artifactId>
271                 <version>${project.version}</version>
272             </dependency>
273             <dependency>
274                 <groupId>org.opendaylight.mdsal</groupId>
275                 <artifactId>mdsal-eos-binding-api</artifactId>
276                 <version>${project.version}</version>
277             </dependency>
278             <dependency>
279                 <groupId>org.opendaylight.mdsal</groupId>
280                 <artifactId>mdsal-eos-binding-adapter</artifactId>
281                 <version>${project.version}</version>
282             </dependency>
283             <dependency>
284                 <groupId>org.opendaylight.mdsal</groupId>
285                 <artifactId>mdsal-singleton-common-api</artifactId>
286                 <version>${project.version}</version>
287             </dependency>
288             <dependency>
289                 <groupId>org.opendaylight.mdsal</groupId>
290                 <artifactId>mdsal-singleton-dom-impl</artifactId>
291                 <version>${project.version}</version>
292             </dependency>
293
294             <!-- Features -->
295             <!-- BINDING -->
296             <dependency>
297                 <groupId>${project.groupId}</groupId>
298                 <artifactId>odl-mdsal-binding</artifactId>
299                 <version>${project.version}</version>
300                 <classifier>features</classifier>
301                 <type>xml</type>
302             </dependency>
303             <dependency>
304                 <groupId>${project.groupId}</groupId>
305                 <artifactId>odl-mdsal-binding-base</artifactId>
306                 <version>${project.version}</version>
307                 <classifier>features</classifier>
308                 <type>xml</type>
309             </dependency>
310             <dependency>
311                 <groupId>${project.groupId}</groupId>
312                 <artifactId>odl-mdsal-binding-runtime</artifactId>
313                 <version>${project.version}</version>
314                 <classifier>features</classifier>
315                 <type>xml</type>
316             </dependency>
317             <dependency>
318                 <groupId>${project.groupId}</groupId>
319                 <artifactId>odl-mdsal-binding-api</artifactId>
320                 <version>${project.version}</version>
321                 <classifier>features</classifier>
322                 <type>xml</type>
323             </dependency>
324             <dependency>
325                 <groupId>${project.groupId}</groupId>
326                 <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
327                 <version>${project.version}</version>
328                 <classifier>features</classifier>
329                 <type>xml</type>
330             </dependency>
331
332             <!-- BINDING2 -->
333             <dependency>
334                 <groupId>${project.groupId}</groupId>
335                 <artifactId>odl-mdsal-binding2</artifactId>
336                 <version>${project.version}</version>
337                 <classifier>features</classifier>
338                 <type>xml</type>
339             </dependency>
340             <dependency>
341                 <groupId>${project.groupId}</groupId>
342                 <artifactId>odl-mdsal-binding2-base</artifactId>
343                 <version>${project.version}</version>
344                 <classifier>features</classifier>
345                 <type>xml</type>
346             </dependency>
347             <dependency>
348                 <groupId>${project.groupId}</groupId>
349                 <artifactId>odl-mdsal-binding2-runtime</artifactId>
350                 <version>${project.version}</version>
351                 <classifier>features</classifier>
352                 <type>xml</type>
353             </dependency>
354             <dependency>
355                 <groupId>${project.groupId}</groupId>
356                 <artifactId>odl-mdsal-binding2-api</artifactId>
357                 <version>${project.version}</version>
358                 <classifier>features</classifier>
359                 <type>xml</type>
360             </dependency>
361             <dependency>
362                 <groupId>${project.groupId}</groupId>
363                 <artifactId>odl-mdsal-binding2-dom-adapter</artifactId>
364                 <version>${project.version}</version>
365                 <classifier>features</classifier>
366                 <type>xml</type>
367             </dependency>
368
369             <!-- DOM -->
370             <dependency>
371                 <groupId>${project.groupId}</groupId>
372                 <artifactId>odl-mdsal-dom</artifactId>
373                 <version>${project.version}</version>
374                 <classifier>features</classifier>
375                 <type>xml</type>
376             </dependency>
377             <dependency>
378                 <groupId>${project.groupId}</groupId>
379                 <artifactId>odl-mdsal-dom-api</artifactId>
380                 <version>${project.version}</version>
381                 <classifier>features</classifier>
382                 <type>xml</type>
383             </dependency>
384             <dependency>
385                 <groupId>${project.groupId}</groupId>
386                 <artifactId>odl-mdsal-dom-broker</artifactId>
387                 <version>${project.version}</version>
388                 <classifier>features</classifier>
389                 <type>xml</type>
390             </dependency>
391
392             <!-- COMMON -->
393             <dependency>
394                 <groupId>${project.groupId}</groupId>
395                 <artifactId>odl-mdsal-common</artifactId>
396                 <version>${project.version}</version>
397                 <classifier>features</classifier>
398                 <type>xml</type>
399             </dependency>
400
401             <!-- EOS -->
402             <dependency>
403                 <groupId>${project.groupId}</groupId>
404                 <artifactId>odl-mdsal-eos-common</artifactId>
405                 <version>${project.version}</version>
406                 <classifier>features</classifier>
407                 <type>xml</type>
408             </dependency>
409             <dependency>
410                 <groupId>${project.groupId}</groupId>
411                 <artifactId>odl-mdsal-eos-dom</artifactId>
412                 <version>${project.version}</version>
413                 <classifier>features</classifier>
414                 <type>xml</type>
415             </dependency>
416             <dependency>
417                 <groupId>${project.groupId}</groupId>
418                 <artifactId>odl-mdsal-eos-binding</artifactId>
419                 <version>${project.version}</version>
420                 <classifier>features</classifier>
421                 <type>xml</type>
422             </dependency>
423
424             <!-- SINGLETON -->
425             <dependency>
426                 <groupId>${project.groupId}</groupId>
427                 <artifactId>odl-mdsal-singleton-common</artifactId>
428                 <version>${project.version}</version>
429                 <classifier>features</classifier>
430                 <type>xml</type>
431             </dependency>
432             <dependency>
433                 <groupId>${project.groupId}</groupId>
434                 <artifactId>odl-mdsal-singleton-dom</artifactId>
435                 <version>${project.version}</version>
436                 <classifier>features</classifier>
437                 <type>xml</type>
438             </dependency>
439         </dependencies>
440     </dependencyManagement>
441 </project>