7369b1c3f4c2191e79b1be8821fcc1d30369e49e
[mdsal.git] / common / features / 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.7.0-SNAPSHOT</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.mdsal</groupId>
20     <artifactId>features-mdsal</artifactId>
21     <version>2.1.0-SNAPSHOT</version>
22     <packaging>jar</packaging>
23
24     <properties>
25         <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
26     </properties>
27
28     <dependencyManagement>
29         <dependencies>
30             <dependency>
31                 <groupId>org.opendaylight.odlparent</groupId>
32                 <artifactId>odlparent-artifacts</artifactId>
33                 <version>1.7.0-SNAPSHOT</version>
34                 <scope>import</scope>
35                 <type>pom</type>
36             </dependency>
37             <dependency>
38                 <groupId>org.opendaylight.yangtools</groupId>
39                 <artifactId>yangtools-artifacts</artifactId>
40                 <version>${yangtools.version}</version>
41                 <scope>import</scope>
42                 <type>pom</type>
43             </dependency>
44             <dependency>
45                 <groupId>org.opendaylight.mdsal</groupId>
46                 <!-- mdsal-parent has third-party dependency definitions -->
47                 <artifactId>mdsal-parent</artifactId>
48                 <version>${project.version}</version>
49                 <scope>import</scope>
50                 <type>pom</type>
51             </dependency>
52         </dependencies>
53     </dependencyManagement>
54
55     <dependencies>
56
57         <dependency>
58             <groupId>org.opendaylight.odlparent</groupId>
59             <artifactId>features-odlparent</artifactId>
60             <classifier>features</classifier>
61             <type>xml</type>
62         </dependency>
63
64         <dependency>
65             <groupId>org.opendaylight.yangtools</groupId>
66             <artifactId>features-yangtools</artifactId>
67             <classifier>features</classifier>
68             <type>xml</type>
69         </dependency>
70
71
72         <dependency>
73             <groupId>org.eclipse.xtext</groupId>
74             <artifactId>org.eclipse.xtext.xbase.lib</artifactId>
75         </dependency>
76
77         <dependency>
78             <groupId>${project.groupId}</groupId>
79             <artifactId>mdsal-common-api</artifactId>
80         </dependency>
81
82         <dependency>
83             <groupId>${project.groupId}</groupId>
84             <artifactId>mdsal-dom-api</artifactId>
85         </dependency>
86         <dependency>
87             <groupId>${project.groupId}</groupId>
88             <artifactId>mdsal-dom-spi</artifactId>
89         </dependency>
90         <dependency>
91             <groupId>${project.groupId}</groupId>
92             <artifactId>mdsal-dom-broker</artifactId>
93         </dependency>
94         <dependency>
95             <groupId>${project.groupId}</groupId>
96             <artifactId>mdsal-dom-inmemory-datastore</artifactId>
97         </dependency>
98         <dependency>
99             <groupId>${project.groupId}</groupId>
100             <artifactId>mdsal-eos-common-api</artifactId>
101         </dependency>
102         <dependency>
103             <groupId>${project.groupId}</groupId>
104             <artifactId>mdsal-eos-common-spi</artifactId>
105         </dependency>
106         <dependency>
107             <groupId>${project.groupId}</groupId>
108             <artifactId>mdsal-eos-dom-api</artifactId>
109         </dependency>
110         <dependency>
111             <groupId>${project.groupId}</groupId>
112             <artifactId>mdsal-eos-binding-api</artifactId>
113         </dependency>
114         <dependency>
115             <groupId>${project.groupId}</groupId>
116             <artifactId>mdsal-eos-binding-adapter</artifactId>
117         </dependency>
118
119         <!-- Binding MD-SAL & Java Binding -->
120         <dependency>
121             <groupId>${project.groupId}</groupId>
122             <artifactId>mdsal-binding-generator-api</artifactId>
123         </dependency>
124         <dependency>
125             <groupId>${project.groupId}</groupId>
126             <artifactId>mdsal-binding-generator-util</artifactId>
127         </dependency>
128         <dependency>
129             <groupId>${project.groupId}</groupId>
130             <artifactId>mdsal-binding-generator-impl</artifactId>
131         </dependency>
132         <dependency>
133             <groupId>${project.groupId}</groupId>
134             <artifactId>yang-binding</artifactId>
135         </dependency>
136         <dependency>
137             <groupId>${project.groupId}</groupId>
138             <artifactId>mdsal-binding-dom-codec</artifactId>
139         </dependency>
140
141         <dependency>
142             <groupId>${project.groupId}</groupId>
143             <artifactId>mdsal-binding-api</artifactId>
144         </dependency>
145         <dependency>
146             <groupId>${project.groupId}</groupId>
147             <artifactId>mdsal-binding-dom-adapter</artifactId>
148         </dependency>
149         <dependency>
150             <groupId>${project.groupId}</groupId>
151             <artifactId>mdsal-binding-util</artifactId>
152         </dependency>
153         <dependency>
154             <groupId>${project.groupId}.model</groupId>
155             <artifactId>yang-ext</artifactId>
156         </dependency>
157         <dependency>
158             <groupId>${project.groupId}.model</groupId>
159             <artifactId>general-entity</artifactId>
160         </dependency>
161     </dependencies>
162
163   <!--
164       Maven Site Configuration
165
166       The following configuration is necessary for maven-site-plugin to
167       correctly identify the correct deployment path for OpenDaylight Maven
168       sites.
169   -->
170   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
171
172   <distributionManagement>
173     <site>
174       <id>opendaylight-site</id>
175       <url>${nexus.site.url}/${project.artifactId}/</url>
176     </site>
177   </distributionManagement>
178
179 </project>