Bump upstreams
[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.3</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</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.4</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.7</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.4</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     <dependency>
166       <groupId>org.osgi</groupId>
167       <artifactId>org.osgi.service.component.annotations</artifactId>
168     </dependency>
169
170     <!-- Sodium bump: javax.annotation.Nullable and friends -->
171     <dependency>
172       <groupId>com.google.code.findbugs</groupId>
173       <artifactId>jsr305</artifactId>
174       <version>3.0.2</version>
175       <optional>true</optional>
176     </dependency>
177
178     <!-- Testing Dependencies -->
179     <dependency>
180       <groupId>${project.groupId}</groupId>
181       <artifactId>test-common</artifactId>
182       <version>${project.version}</version>
183       <scope>test</scope>
184     </dependency>
185     <dependency>
186       <groupId>org.opendaylight.yangtools</groupId>
187       <artifactId>yang-model-api</artifactId>
188       <scope>test</scope>
189     </dependency>
190     <dependency>
191       <groupId>org.opendaylight.yangtools</groupId>
192       <artifactId>yang-data-api</artifactId>
193       <scope>test</scope>
194     </dependency>
195     <dependency>
196       <groupId>org.opendaylight.yangtools</groupId>
197       <artifactId>yang-data-impl</artifactId>
198       <scope>test</scope>
199     </dependency>
200     <dependency>
201       <groupId>org.opendaylight.yangtools</groupId>
202       <artifactId>yang-data-codec-gson</artifactId>
203       <scope>test</scope>
204     </dependency>
205     <dependency>
206       <groupId>org.opendaylight.mdsal</groupId>
207       <artifactId>mdsal-binding-dom-adapter</artifactId>
208       <scope>test</scope>
209     </dependency>
210     <dependency>
211       <groupId>org.opendaylight.mdsal</groupId>
212       <artifactId>mdsal-binding-generator</artifactId>
213       <scope>test</scope>
214     </dependency>
215     <dependency>
216       <groupId>org.opendaylight.mdsal</groupId>
217       <artifactId>mdsal-binding-dom-codec</artifactId>
218       <scope>test</scope>
219     </dependency>
220     <dependency>
221       <groupId>org.opendaylight.mdsal</groupId>
222       <artifactId>mdsal-binding-dom-codec-api</artifactId>
223       <scope>test</scope>
224     </dependency>
225     <dependency>
226       <groupId>org.opendaylight.mdsal</groupId>
227       <artifactId>mdsal-binding-dom-codec-spi</artifactId>
228       <scope>test</scope>
229     </dependency>
230     <dependency>
231       <groupId>org.opendaylight.mdsal</groupId>
232       <artifactId>mdsal-binding-runtime-api</artifactId>
233       <scope>test</scope>
234     </dependency>
235     <dependency>
236       <groupId>org.opendaylight.mdsal</groupId>
237       <artifactId>mdsal-binding-runtime-spi</artifactId>
238       <scope>test</scope>
239     </dependency>
240     <dependency>
241       <groupId>org.opendaylight.netconf.model</groupId>
242       <artifactId>rfc6241</artifactId>
243       <scope>test</scope>
244     </dependency>
245     <dependency>
246       <groupId>com.google.code.gson</groupId>
247       <artifactId>gson</artifactId>
248       <scope>test</scope>
249     </dependency>
250   </dependencies>
251 </project>