Use version 13.1.0 of openroadm-service models
[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>13.0.3</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.transportpce</groupId>
21   <artifactId>transportpce-networkmodel</artifactId>
22   <version>8.0.0-SNAPSHOT</version>
23   <packaging>bundle</packaging>
24
25   <properties>
26     <transportpce.models.version>19.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>11.0.0</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>12.0.0</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>6.0.1</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-common-13.1.0</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.transportpce.models</groupId>
85       <artifactId>openroadm-device-1.2.1</artifactId>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.transportpce.models</groupId>
89       <artifactId>openroadm-device-2.2.1</artifactId>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.transportpce.models</groupId>
93       <artifactId>openroadm-device-7.1.0</artifactId>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.transportpce.models</groupId>
97       <artifactId>openroadm-network-10.1.0</artifactId>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.transportpce.models</groupId>
101       <artifactId>openroadm-service-13.1.0</artifactId>
102     </dependency>
103     <dependency>
104       <groupId>${project.groupId}</groupId>
105       <artifactId>transportpce-api</artifactId>
106       <version>${project.version}</version>
107     </dependency>
108     <dependency>
109       <groupId>${project.groupId}</groupId>
110       <artifactId>transportpce-common</artifactId>
111       <version>${project.version}</version>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.yangtools</groupId>
115       <artifactId>concepts</artifactId>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.yangtools</groupId>
119       <artifactId>yang-common</artifactId>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.mdsal.model</groupId>
123       <artifactId>ietf-topology</artifactId>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
127       <artifactId>rfc6991-ietf-inet-types</artifactId>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
131       <artifactId>rfc6991-ietf-yang-types</artifactId>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
135       <artifactId>rfc8345-ietf-network</artifactId>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
139       <artifactId>rfc8345-ietf-network-topology</artifactId>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.mdsal</groupId>
143       <artifactId>mdsal-common-api</artifactId>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.mdsal</groupId>
147       <artifactId>yang-binding</artifactId>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.mdsal</groupId>
151       <artifactId>mdsal-binding-api</artifactId>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.netconf.model</groupId>
155       <artifactId>rfc5277</artifactId>
156     </dependency>
157     <dependency>
158       <groupId>org.opendaylight.netconf</groupId>
159       <artifactId>netconf-topology</artifactId>
160     </dependency>
161     <dependency>
162       <groupId>org.opendaylight.netconf</groupId>
163       <artifactId>netconf-client-mdsal</artifactId>
164     </dependency>
165     <dependency>
166       <groupId>com.github.spotbugs</groupId>
167       <artifactId>spotbugs-annotations</artifactId>
168       <optional>true</optional>
169     </dependency>
170     <dependency>
171       <groupId>com.google.guava</groupId>
172       <artifactId>guava</artifactId>
173     </dependency>
174     <dependency>
175       <groupId>org.osgi</groupId>
176       <artifactId>org.osgi.service.component.annotations</artifactId>
177     </dependency>
178
179     <!-- Testing Dependencies -->
180     <dependency>
181       <groupId>${project.groupId}</groupId>
182       <artifactId>test-common</artifactId>
183       <version>${project.version}</version>
184       <scope>test</scope>
185     </dependency>
186     <dependency>
187       <groupId>org.opendaylight.yangtools</groupId>
188       <artifactId>yang-model-api</artifactId>
189       <scope>test</scope>
190     </dependency>
191     <dependency>
192       <groupId>org.opendaylight.yangtools</groupId>
193       <artifactId>yang-data-api</artifactId>
194       <scope>test</scope>
195     </dependency>
196     <dependency>
197       <groupId>org.opendaylight.yangtools</groupId>
198       <artifactId>yang-data-impl</artifactId>
199       <scope>test</scope>
200     </dependency>
201     <dependency>
202       <groupId>org.opendaylight.yangtools</groupId>
203       <artifactId>yang-data-codec-gson</artifactId>
204       <scope>test</scope>
205     </dependency>
206     <dependency>
207       <groupId>org.opendaylight.mdsal</groupId>
208       <artifactId>mdsal-binding-dom-adapter</artifactId>
209       <scope>test</scope>
210     </dependency>
211     <dependency>
212       <groupId>org.opendaylight.mdsal</groupId>
213       <artifactId>mdsal-binding-generator</artifactId>
214       <scope>test</scope>
215     </dependency>
216     <dependency>
217       <groupId>org.opendaylight.mdsal</groupId>
218       <artifactId>mdsal-binding-dom-codec</artifactId>
219       <scope>test</scope>
220     </dependency>
221     <dependency>
222       <groupId>org.opendaylight.mdsal</groupId>
223       <artifactId>mdsal-binding-dom-codec-api</artifactId>
224       <scope>test</scope>
225     </dependency>
226     <dependency>
227       <groupId>org.opendaylight.mdsal</groupId>
228       <artifactId>mdsal-binding-dom-codec-spi</artifactId>
229       <scope>test</scope>
230     </dependency>
231     <dependency>
232       <groupId>org.opendaylight.mdsal</groupId>
233       <artifactId>mdsal-binding-runtime-api</artifactId>
234       <scope>test</scope>
235     </dependency>
236     <dependency>
237       <groupId>org.opendaylight.mdsal</groupId>
238       <artifactId>mdsal-binding-runtime-spi</artifactId>
239       <scope>test</scope>
240     </dependency>
241     <dependency>
242       <groupId>org.opendaylight.netconf.model</groupId>
243       <artifactId>rfc6241</artifactId>
244       <scope>test</scope>
245     </dependency>
246     <dependency>
247       <groupId>com.google.code.gson</groupId>
248       <artifactId>gson</artifactId>
249       <scope>test</scope>
250     </dependency>
251   </dependencies>
252 </project>