Clean maven files
[transportpce.git] / networkmodel / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2016 Orange 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>bundle-parent</artifactId>
16     <version>12.0.2</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.transportpce</groupId>
21   <artifactId>transportpce-networkmodel</artifactId>
22   <version>7.0.0-SNAPSHOT</version>
23   <packaging>bundle</packaging>
24
25   <properties>
26     <transportpce.models.version>18.0.0-SNAPSHOT</transportpce.models.version>
27   </properties>
28
29   <dependencyManagement>
30     <dependencies>
31       <dependency>
32         <groupId>org.opendaylight.transportpce.models</groupId>
33         <artifactId>transportpce-models-artifacts</artifactId>
34         <version>${transportpce.models.version}</version>
35         <type>pom</type>
36         <scope>import</scope>
37       </dependency>
38       <dependency>
39         <groupId>org.opendaylight.yangtools</groupId>
40         <artifactId>yangtools-artifacts</artifactId>
41         <version>10.0.3</version>
42         <scope>import</scope>
43         <type>pom</type>
44       </dependency>
45       <dependency>
46         <groupId>org.opendaylight.mdsal</groupId>
47         <artifactId>mdsal-artifacts</artifactId>
48         <version>11.0.6</version>
49         <scope>import</scope>
50         <type>pom</type>
51       </dependency>
52       <dependency>
53         <groupId>org.opendaylight.netconf</groupId>
54         <artifactId>netconf-artifacts</artifactId>
55         <version>5.0.2</version>
56         <scope>import</scope>
57         <type>pom</type>
58       </dependency>
59     </dependencies>
60   </dependencyManagement>
61
62   <dependencies>
63     <dependency>
64       <groupId>org.opendaylight.transportpce.models</groupId>
65       <artifactId>openroadm-common-1.2.1</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.transportpce.models</groupId>
69       <artifactId>openroadm-common-2.2.1</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.transportpce.models</groupId>
73       <artifactId>openroadm-common-7.1.0</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.transportpce.models</groupId>
77       <artifactId>openroadm-common-10.1.0</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.transportpce.models</groupId>
81       <artifactId>openroadm-device-1.2.1</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.transportpce.models</groupId>
85       <artifactId>openroadm-device-2.2.1</artifactId>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.transportpce.models</groupId>
89       <artifactId>openroadm-device-7.1.0</artifactId>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.transportpce.models</groupId>
93       <artifactId>openroadm-network-10.1.0</artifactId>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.transportpce.models</groupId>
97       <artifactId>openroadm-service-10.1.0</artifactId>
98     </dependency>
99     <dependency>
100       <groupId>${project.groupId}</groupId>
101       <artifactId>transportpce-api</artifactId>
102       <version>${project.version}</version>
103     </dependency>
104     <dependency>
105       <groupId>${project.groupId}</groupId>
106       <artifactId>transportpce-common</artifactId>
107       <version>${project.version}</version>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.yangtools</groupId>
111       <artifactId>concepts</artifactId>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.yangtools</groupId>
115       <artifactId>yang-common</artifactId>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.mdsal.model</groupId>
119       <artifactId>ietf-topology</artifactId>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
123       <artifactId>rfc6991-ietf-inet-types</artifactId>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
127       <artifactId>rfc6991-ietf-yang-types</artifactId>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
131       <artifactId>rfc8345-ietf-network</artifactId>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
135       <artifactId>rfc8345-ietf-network-topology</artifactId>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.mdsal</groupId>
139       <artifactId>mdsal-common-api</artifactId>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.mdsal</groupId>
143       <artifactId>yang-binding</artifactId>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.mdsal</groupId>
147       <artifactId>mdsal-binding-api</artifactId>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.netconf.model</groupId>
151       <artifactId>rfc5277</artifactId>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.netconf</groupId>
155       <artifactId>netconf-topology</artifactId>
156     </dependency>
157     <dependency>
158       <groupId>org.opendaylight.netconf</groupId>
159       <artifactId>sal-netconf-connector</artifactId>
160     </dependency>
161     <dependency>
162       <groupId>com.google.guava</groupId>
163       <artifactId>guava</artifactId>
164     </dependency>
165
166     <!-- Sodium bump: javax.annotation.Nullable and friends -->
167     <dependency>
168       <groupId>com.google.code.findbugs</groupId>
169       <artifactId>jsr305</artifactId>
170       <version>3.0.2</version>
171       <optional>true</optional>
172     </dependency>
173
174     <!-- Testing Dependencies -->
175     <dependency>
176       <groupId>${project.groupId}</groupId>
177       <artifactId>test-common</artifactId>
178       <version>${project.version}</version>
179       <scope>test</scope>
180     </dependency>
181     <dependency>
182       <groupId>org.opendaylight.yangtools</groupId>
183       <artifactId>yang-model-api</artifactId>
184       <scope>test</scope>
185     </dependency>
186     <dependency>
187       <groupId>org.opendaylight.yangtools</groupId>
188       <artifactId>yang-data-api</artifactId>
189       <scope>test</scope>
190     </dependency>
191     <dependency>
192       <groupId>org.opendaylight.yangtools</groupId>
193       <artifactId>yang-data-impl</artifactId>
194       <scope>test</scope>
195     </dependency>
196     <dependency>
197       <groupId>org.opendaylight.yangtools</groupId>
198       <artifactId>yang-data-codec-gson</artifactId>
199       <scope>test</scope>
200     </dependency>
201     <dependency>
202       <groupId>org.opendaylight.mdsal</groupId>
203       <artifactId>mdsal-binding-dom-adapter</artifactId>
204       <scope>test</scope>
205     </dependency>
206     <dependency>
207       <groupId>org.opendaylight.mdsal</groupId>
208       <artifactId>mdsal-binding-generator</artifactId>
209       <scope>test</scope>
210     </dependency>
211     <dependency>
212       <groupId>org.opendaylight.mdsal</groupId>
213       <artifactId>mdsal-binding-dom-codec</artifactId>
214       <scope>test</scope>
215     </dependency>
216     <dependency>
217       <groupId>org.opendaylight.mdsal</groupId>
218       <artifactId>mdsal-binding-dom-codec-api</artifactId>
219       <scope>test</scope>
220     </dependency>
221     <dependency>
222       <groupId>org.opendaylight.mdsal</groupId>
223       <artifactId>mdsal-binding-dom-codec-spi</artifactId>
224       <scope>test</scope>
225     </dependency>
226     <dependency>
227       <groupId>org.opendaylight.mdsal</groupId>
228       <artifactId>mdsal-binding-runtime-api</artifactId>
229       <scope>test</scope>
230     </dependency>
231     <dependency>
232       <groupId>org.opendaylight.mdsal</groupId>
233       <artifactId>mdsal-binding-runtime-spi</artifactId>
234       <scope>test</scope>
235     </dependency>
236     <dependency>
237       <groupId>org.opendaylight.netconf.model</groupId>
238       <artifactId>rfc6241</artifactId>
239       <scope>test</scope>
240     </dependency>
241     <dependency>
242       <groupId>com.google.code.gson</groupId>
243       <artifactId>gson</artifactId>
244       <scope>test</scope>
245     </dependency>
246   </dependencies>
247 </project>