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