46e0c6cded47a070d9268625a2ec7c4aec294f43
[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
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15       <groupId>org.opendaylight.odlparent</groupId>
16       <artifactId>odlparent-lite</artifactId>
17       <version>1.6.0-SNAPSHOT</version>
18       <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.mdsal</groupId>
22     <artifactId>mdsal-artifacts</artifactId>
23     <version>2.0.0-SNAPSHOT</version>
24     <packaging>pom</packaging>
25
26     <dependencyManagement>
27         <dependencies>
28
29           <dependency>
30             <groupId>org.opendaylight.mdsal</groupId>
31             <artifactId>features-mdsal</artifactId>
32             <classifier>features</classifier>
33             <version>${project.version}</version>
34             <type>xml</type>
35           </dependency>
36
37           <!-- Common APIs for Binding and DOM -->
38           <dependency>
39               <groupId>org.opendaylight.mdsal</groupId>
40               <artifactId>mdsal-common-api</artifactId>
41               <version>${project.version}</version>
42           </dependency>
43
44           <dependency>
45               <groupId>org.opendaylight.mdsal</groupId>
46               <artifactId>mdsal-dom-api</artifactId>
47               <version>${project.version}</version>
48           </dependency>
49           <dependency>
50               <groupId>org.opendaylight.mdsal</groupId>
51               <artifactId>mdsal-dom-spi</artifactId>
52               <version>${project.version}</version>
53           </dependency>
54           <dependency>
55               <groupId>org.opendaylight.mdsal</groupId>
56               <artifactId>mdsal-dom-broker</artifactId>
57               <version>${project.version}</version>
58           </dependency>
59           <dependency>
60               <groupId>org.opendaylight.mdsal</groupId>
61               <artifactId>mdsal-dom-inmemory-datastore</artifactId>
62               <version>${project.version}</version>
63           </dependency>
64
65             <!-- Binding MD-SAL & Java Binding -->
66             <dependency>
67                 <groupId>org.opendaylight.mdsal</groupId>
68                 <artifactId>maven-sal-api-gen-plugin</artifactId>
69                 <version>0.8.0-SNAPSHOT</version>
70             </dependency>
71             <dependency>
72                 <groupId>org.opendaylight.mdsal</groupId>
73                 <artifactId>mdsal-binding-generator-api</artifactId>
74                 <version>0.8.0-SNAPSHOT</version>
75             </dependency>
76             <dependency>
77                 <groupId>org.opendaylight.mdsal</groupId>
78                 <artifactId>mdsal-binding-generator-util</artifactId>
79                 <version>0.8.0-SNAPSHOT</version>
80             </dependency>
81             <dependency>
82                 <groupId>org.opendaylight.mdsal</groupId>
83                 <artifactId>mdsal-binding-generator-impl</artifactId>
84                 <version>0.8.0-SNAPSHOT</version>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.mdsal</groupId>
88                 <artifactId>mdsal-binding-java-api-generator</artifactId>
89                 <version>0.8.0-SNAPSHOT</version>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.mdsal</groupId>
93                 <artifactId>yang-binding</artifactId>
94                 <version>0.8.0-SNAPSHOT</version>
95             </dependency>
96             <dependency>
97                 <groupId>org.opendaylight.mdsal</groupId>
98                 <artifactId>mdsal-binding-dom-codec</artifactId>
99                 <version>0.8.0-SNAPSHOT</version>
100             </dependency>
101
102             <dependency>
103                 <groupId>org.opendaylight.mdsal</groupId>
104                 <artifactId>mdsal-binding-api</artifactId>
105                 <version>${project.version}</version>
106             </dependency>
107             <dependency>
108                 <groupId>org.opendaylight.mdsal</groupId>
109                 <artifactId>mdsal-binding-dom-adapter</artifactId>
110                 <version>${project.version}</version>
111             </dependency>
112             <dependency>
113                 <groupId>org.opendaylight.mdsal</groupId>
114                 <artifactId>mdsal-binding-util</artifactId>
115                 <version>${project.version}</version>
116             </dependency>
117
118             <dependency>
119                 <groupId>org.opendaylight.mdsal.model</groupId>
120                 <artifactId>yang-ext</artifactId>
121                 <version>2013.09.07.8-SNAPSHOT</version>
122             </dependency>
123             <dependency>
124                 <groupId>org.opendaylight.mdsal.model</groupId>
125                 <artifactId>general-entity</artifactId>
126                 <version>0.8.0-SNAPSHOT</version>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.mdsal</groupId>
130                 <artifactId>mdsal-binding-test-model</artifactId>
131                 <version>0.8.0-SNAPSHOT</version>
132                 <scope>test</scope>
133             </dependency>
134         </dependencies>
135     </dependencyManagement>
136 </project>