Release Carbon
[mdsal.git] / common / features / features-mdsal / 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     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>features-parent</artifactId>
15         <version>1.8.4-Carbon</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.mdsal</groupId>
20     <artifactId>features-mdsal</artifactId>
21     <version>2.2.4-Carbon</version>
22     <packaging>jar</packaging>
23
24     <properties>
25         <odlparent.version>1.8.4-Carbon</odlparent.version>
26         <yangtools.version>1.1.4-Carbon</yangtools.version>
27     </properties>
28
29     <dependencyManagement>
30         <dependencies>
31             <dependency>
32                 <groupId>org.opendaylight.odlparent</groupId>
33                 <artifactId>odlparent-artifacts</artifactId>
34                 <version>${odlparent.version}</version>
35                 <scope>import</scope>
36                 <type>pom</type>
37             </dependency>
38             <dependency>
39                 <groupId>org.opendaylight.yangtools</groupId>
40                 <artifactId>yangtools-artifacts</artifactId>
41                 <version>${yangtools.version}</version>
42                 <scope>import</scope>
43                 <type>pom</type>
44             </dependency>
45             <dependency>
46                 <groupId>org.opendaylight.mdsal</groupId>
47                 <!-- mdsal-parent has third-party dependency definitions -->
48                 <artifactId>mdsal-parent</artifactId>
49                 <version>${project.version}</version>
50                 <scope>import</scope>
51                 <type>pom</type>
52             </dependency>
53             <dependency>
54                 <groupId>org.opendaylight.mdsal</groupId>
55                 <artifactId>mdsal-model-binding2-parent</artifactId>
56                 <version>0.10.4-Carbon</version>
57                 <scope>import</scope>
58                 <type>pom</type>
59             </dependency>
60         </dependencies>
61     </dependencyManagement>
62
63     <dependencies>
64
65         <dependency>
66             <groupId>org.opendaylight.odlparent</groupId>
67             <artifactId>features-odlparent</artifactId>
68             <classifier>features</classifier>
69             <type>xml</type>
70         </dependency>
71
72         <dependency>
73             <groupId>org.opendaylight.yangtools</groupId>
74             <artifactId>features-yangtools</artifactId>
75             <classifier>features</classifier>
76             <type>xml</type>
77         </dependency>
78
79         <dependency>
80             <groupId>${project.groupId}</groupId>
81             <artifactId>mdsal-common-api</artifactId>
82         </dependency>
83
84         <dependency>
85             <groupId>${project.groupId}</groupId>
86             <artifactId>mdsal-dom-api</artifactId>
87         </dependency>
88         <dependency>
89             <groupId>${project.groupId}</groupId>
90             <artifactId>mdsal-dom-spi</artifactId>
91         </dependency>
92         <dependency>
93             <groupId>${project.groupId}</groupId>
94             <artifactId>mdsal-dom-broker</artifactId>
95         </dependency>
96         <dependency>
97             <groupId>${project.groupId}</groupId>
98             <artifactId>mdsal-dom-inmemory-datastore</artifactId>
99         </dependency>
100         <dependency>
101             <groupId>${project.groupId}</groupId>
102             <artifactId>mdsal-eos-common-api</artifactId>
103         </dependency>
104         <dependency>
105             <groupId>${project.groupId}</groupId>
106             <artifactId>mdsal-eos-common-spi</artifactId>
107         </dependency>
108         <dependency>
109             <groupId>${project.groupId}</groupId>
110             <artifactId>mdsal-eos-dom-api</artifactId>
111         </dependency>
112         <dependency>
113             <groupId>${project.groupId}</groupId>
114             <artifactId>mdsal-eos-binding-api</artifactId>
115         </dependency>
116         <dependency>
117             <groupId>${project.groupId}</groupId>
118             <artifactId>mdsal-eos-binding-adapter</artifactId>
119         </dependency>
120         <dependency>
121             <groupId>${project.groupId}</groupId>
122             <artifactId>mdsal-singleton-common-api</artifactId>
123         </dependency>
124         <dependency>
125             <groupId>${project.groupId}</groupId>
126             <artifactId>mdsal-singleton-dom-impl</artifactId>
127         </dependency>
128
129         <!-- Binding MD-SAL & Java Binding -->
130         <dependency>
131             <groupId>${project.groupId}</groupId>
132             <artifactId>mdsal-binding-generator-api</artifactId>
133         </dependency>
134         <dependency>
135             <groupId>${project.groupId}</groupId>
136             <artifactId>mdsal-binding-generator-util</artifactId>
137         </dependency>
138         <dependency>
139             <groupId>${project.groupId}</groupId>
140             <artifactId>mdsal-binding-generator-impl</artifactId>
141         </dependency>
142         <dependency>
143             <groupId>${project.groupId}</groupId>
144             <artifactId>yang-binding</artifactId>
145         </dependency>
146         <dependency>
147             <groupId>${project.groupId}</groupId>
148             <artifactId>mdsal-binding-dom-codec</artifactId>
149         </dependency>
150
151         <dependency>
152             <groupId>${project.groupId}</groupId>
153             <artifactId>mdsal-binding-api</artifactId>
154         </dependency>
155         <dependency>
156             <groupId>${project.groupId}</groupId>
157             <artifactId>mdsal-binding-dom-adapter</artifactId>
158         </dependency>
159         <dependency>
160             <groupId>${project.groupId}.model</groupId>
161             <artifactId>yang-ext</artifactId>
162         </dependency>
163         <dependency>
164             <groupId>${project.groupId}.model</groupId>
165             <artifactId>general-entity</artifactId>
166         </dependency>
167
168         <!-- Binding specification version 2-->
169         <dependency>
170             <groupId>org.opendaylight.mdsal</groupId>
171             <artifactId>mdsal-binding2-runtime</artifactId>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.mdsal</groupId>
175             <artifactId>mdsal-binding2-generator-api</artifactId>
176         </dependency>
177         <dependency>
178             <groupId>org.opendaylight.mdsal</groupId>
179             <artifactId>mdsal-binding2-spec</artifactId>
180         </dependency>
181         <dependency>
182             <groupId>org.opendaylight.mdsal</groupId>
183             <artifactId>mdsal-binding2-generator-impl</artifactId>
184         </dependency>
185         <dependency>
186             <groupId>org.opendaylight.mdsal</groupId>
187             <artifactId>mdsal-binding2-generator-util</artifactId>
188         </dependency>
189         <dependency>
190             <groupId>org.opendaylight.mdsal</groupId>
191             <artifactId>mdsal-binding2-util</artifactId>
192         </dependency>
193         <dependency>
194             <groupId>org.opendaylight.mdsal</groupId>
195             <artifactId>mdsal-binding2-api</artifactId>
196         </dependency>
197         <dependency>
198             <groupId>org.opendaylight.mdsal</groupId>
199             <artifactId>mdsal-binding2-dom-codec</artifactId>
200         </dependency>
201         <dependency>
202             <groupId>org.opendaylight.mdsal</groupId>
203             <artifactId>mdsal-binding2-dom-adapter</artifactId>
204         </dependency>
205         <dependency>
206             <groupId>org.opendaylight.mdsal.model.binding2</groupId>
207             <artifactId>yang-ext</artifactId>
208         </dependency>
209     </dependencies>
210
211   <!--
212       Maven Site Configuration
213
214       The following configuration is necessary for maven-site-plugin to
215       correctly identify the correct deployment path for OpenDaylight Maven
216       sites.
217   -->
218   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
219
220   <distributionManagement>
221     <site>
222       <id>opendaylight-site</id>
223       <url>${nexus.site.url}/${project.artifactId}/</url>
224     </site>
225   </distributionManagement>
226
227 </project>