Use version 13.1.0 of openroadm-service models
[transportpce.git] / pce / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright © 2017 AT&T and others. All rights reserved. This program
4     and the accompanying materials are made available under the terms of the
5     Eclipse Public License v1.0 which accompanies this distribution, and is available
6     at http://www.eclipse.org/legal/epl-v10.html Author: Martial Coulibaly <martial.coulibaly@gfi.com>
7     on behalf of Orange -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0"
9     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11
12   <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <groupId>org.opendaylight.mdsal</groupId>
16     <artifactId>binding-parent</artifactId>
17     <version>12.0.0</version>
18     <relativePath/>
19   </parent>
20
21   <groupId>org.opendaylight.transportpce</groupId>
22   <artifactId>transportpce-pce</artifactId>
23   <version>8.0.0-SNAPSHOT</version>
24   <packaging>bundle</packaging>
25
26   <properties>
27     <transportpce.models.version>19.0.0-SNAPSHOT</transportpce.models.version>
28   </properties>
29
30   <dependencyManagement>
31     <dependencies>
32       <dependency>
33         <groupId>org.opendaylight.transportpce.models</groupId>
34         <artifactId>transportpce-models-artifacts</artifactId>
35         <version>${transportpce.models.version}</version>
36         <type>pom</type>
37         <scope>import</scope>
38       </dependency>
39       <dependency>
40         <groupId>org.opendaylight.mdsal</groupId>
41         <artifactId>mdsal-artifacts</artifactId>
42         <version>12.0.0</version>
43         <scope>import</scope>
44         <type>pom</type>
45       </dependency>
46     </dependencies>
47   </dependencyManagement>
48
49   <dependencies>
50     <dependency>
51       <groupId>org.opendaylight.transportpce.models</groupId>
52       <artifactId>openroadm-common-2.2.1</artifactId>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.transportpce.models</groupId>
56       <artifactId>openroadm-common-7.1.0</artifactId>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.transportpce.models</groupId>
60       <artifactId>openroadm-common-10.1.0</artifactId>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.transportpce.models</groupId>
64       <artifactId>openroadm-common-13.1.0</artifactId>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.transportpce.models</groupId>
68       <artifactId>openroadm-device-7.1.0</artifactId>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.transportpce.models</groupId>
72       <artifactId>openroadm-network-10.1.0</artifactId>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.transportpce.models</groupId>
76       <artifactId>openroadm-service-13.1.0</artifactId>
77     </dependency>
78     <dependency>
79       <groupId>${project.groupId}</groupId>
80       <artifactId>transportpce-api</artifactId>
81       <version>${project.version}</version>
82     </dependency>
83     <dependency>
84       <groupId>${project.groupId}</groupId>
85       <artifactId>transportpce-common</artifactId>
86       <version>${project.version}</version>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.yangtools</groupId>
90       <artifactId>concepts</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.yangtools</groupId>
94       <artifactId>yang-common</artifactId>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.yangtools</groupId>
98       <artifactId>yang-data-api</artifactId>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.yangtools</groupId>
102       <artifactId>yang-data-codec-gson</artifactId>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
106       <artifactId>rfc6991-ietf-inet-types</artifactId>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
110       <artifactId>rfc8345-ietf-network</artifactId>
111     </dependency>
112     <dependency>
113       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
114       <artifactId>rfc8345-ietf-network-topology</artifactId>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.mdsal</groupId>
118       <artifactId>mdsal-common-api</artifactId>
119     </dependency>
120     <dependency>
121       <groupId>org.opendaylight.mdsal</groupId>
122       <artifactId>yang-binding</artifactId>
123     </dependency>
124     <dependency>
125       <groupId>org.opendaylight.mdsal</groupId>
126       <artifactId>mdsal-binding-api</artifactId>
127     </dependency>
128     <dependency>
129       <groupId>org.opendaylight.mdsal</groupId>
130       <artifactId>mdsal-binding-dom-codec-spi</artifactId>
131     </dependency>
132     <dependency>
133       <groupId>com.google.guava</groupId>
134       <artifactId>guava</artifactId>
135     </dependency>
136     <dependency>
137       <groupId>com.fasterxml.jackson.core</groupId>
138       <artifactId>jackson-annotations</artifactId>
139     </dependency>
140     <dependency>
141       <groupId>org.glassfish.jersey.core</groupId>
142       <artifactId>jersey-common</artifactId>
143     </dependency>
144     <dependency>
145       <groupId>org.glassfish.jersey.core</groupId>
146       <artifactId>jersey-client</artifactId>
147     </dependency>
148     <dependency>
149       <groupId>org.glassfish.jersey.ext</groupId>
150       <artifactId>jersey-proxy-client</artifactId>
151     </dependency>
152     <dependency>
153       <groupId>org.glassfish.jersey.media</groupId>
154       <artifactId>jersey-media-json-jackson</artifactId>
155     </dependency>
156     <dependency>
157       <groupId>org.jgrapht</groupId>
158       <artifactId>jgrapht-core</artifactId>
159       <version>1.2.0</version>
160     </dependency>
161     <dependency>
162       <groupId>com.github.spotbugs</groupId>
163       <artifactId>spotbugs-annotations</artifactId>
164       <optional>true</optional>
165     </dependency>
166     <dependency>
167       <groupId>jakarta.ws.rs</groupId>
168       <artifactId>jakarta.ws.rs-api</artifactId>
169     </dependency>
170     <dependency>
171       <groupId>org.osgi</groupId>
172       <artifactId>org.osgi.service.component.annotations</artifactId>
173     </dependency>
174     <dependency>
175       <groupId>org.osgi</groupId>
176       <artifactId>org.osgi.service.metatype.annotations</artifactId>
177     </dependency>
178
179     <!-- Testing Dependencies -->
180     <dependency>
181       <groupId>org.opendaylight.transportpce.models</groupId>
182       <artifactId>openroadm-device-2.2.1</artifactId>
183       <scope>test</scope>
184     </dependency>
185     <dependency>
186       <groupId>org.opendaylight.transportpce</groupId>
187       <artifactId>test-common</artifactId>
188       <version>${project.version}</version>
189       <scope>test</scope>
190     </dependency>
191     <dependency>
192       <groupId>org.opendaylight.yangtools</groupId>
193       <artifactId>yang-model-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.mdsal.binding.model.ietf</groupId>
203       <artifactId>rfc6991-ietf-yang-types</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-runtime-api</artifactId>
214       <scope>test</scope>
215     </dependency>
216     <dependency>
217       <groupId>org.opendaylight.mdsal</groupId>
218       <artifactId>mdsal-binding-runtime-spi</artifactId>
219       <scope>test</scope>
220     </dependency>
221     <dependency>
222       <groupId>org.opendaylight.mdsal</groupId>
223       <artifactId>mdsal-binding-dom-codec</artifactId>
224       <scope>test</scope>
225     </dependency>
226     <dependency>
227       <groupId>org.mockito</groupId>
228       <artifactId>mockito-core</artifactId>
229       <scope>test</scope>
230     </dependency>
231     <dependency>
232       <groupId>com.google.code.gson</groupId>
233       <artifactId>gson</artifactId>
234       <scope>test</scope>
235     </dependency>
236     <dependency>
237       <groupId>org.glassfish.jersey.core</groupId>
238       <artifactId>jersey-server</artifactId>
239       <scope>test</scope>
240     </dependency>
241     <dependency>
242       <groupId>org.glassfish.jersey.containers</groupId>
243       <artifactId>jersey-container-grizzly2-http</artifactId>
244       <scope>test</scope>
245     </dependency>
246     <dependency>
247       <groupId>org.glassfish.jersey.test-framework</groupId>
248       <artifactId>jersey-test-framework-core</artifactId>
249       <scope>test</scope>
250     </dependency>
251     <dependency>
252       <groupId>org.glassfish.jersey.test-framework.providers</groupId>
253       <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
254       <scope>test</scope>
255     </dependency>
256     <dependency>
257       <groupId>org.glassfish.jersey.inject</groupId>
258       <artifactId>jersey-hk2</artifactId>
259       <scope>test</scope>
260     </dependency>
261     <dependency>
262       <groupId>org.glassfish.grizzly</groupId>
263       <artifactId>grizzly-http-server</artifactId>
264       <version>2.4.0</version>
265       <scope>test</scope>
266     </dependency>
267     <dependency>
268       <groupId>javax.activation</groupId>
269       <artifactId>javax.activation-api</artifactId>
270       <version>1.2.0</version>
271       <scope>test</scope>
272     </dependency>
273     <dependency>
274       <groupId>jakarta.xml.bind</groupId>
275       <artifactId>jakarta.xml.bind-api</artifactId>
276       <scope>test</scope>
277     </dependency>
278   </dependencies>
279
280   <build>
281     <plugins>
282       <plugin>
283         <groupId>org.apache.maven.plugins</groupId>
284         <artifactId>maven-jar-plugin</artifactId>
285         <executions>
286           <execution>
287             <goals>
288               <goal>test-jar</goal>
289             </goals>
290           </execution>
291         </executions>
292       </plugin>
293     </plugins>
294   </build>
295 </project>