Bump upstream dependencies to Cl-SR1
[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>10.0.5</version>
18     <relativePath/>
19   </parent>
20
21   <groupId>org.opendaylight.transportpce</groupId>
22   <artifactId>transportpce-pce</artifactId>
23   <version>7.0.0-SNAPSHOT</version>
24   <packaging>bundle</packaging>
25
26   <properties>
27     <transportpce.models.version>17.1.0-SNAPSHOT</transportpce.models.version>
28   </properties>
29
30   <dependencies>
31     <dependency>
32       <groupId>org.opendaylight.transportpce.models</groupId>
33       <artifactId>openroadm-common-2.2.1</artifactId>
34       <version>${transportpce.models.version}</version>
35     </dependency>
36     <dependency>
37       <groupId>org.opendaylight.transportpce.models</groupId>
38       <artifactId>openroadm-common-7.1.0</artifactId>
39       <version>${transportpce.models.version}</version>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.transportpce.models</groupId>
43       <artifactId>openroadm-common-10.1.0</artifactId>
44       <version>${transportpce.models.version}</version>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.transportpce.models</groupId>
48       <artifactId>openroadm-device-2.2.1</artifactId>
49       <version>${transportpce.models.version}</version>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.transportpce.models</groupId>
53       <artifactId>openroadm-device-7.1.0</artifactId>
54       <version>${transportpce.models.version}</version>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.transportpce.models</groupId>
58       <artifactId>openroadm-network-10.1.0</artifactId>
59       <version>${transportpce.models.version}</version>
60     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.transportpce.models</groupId>
63       <artifactId>openroadm-service-10.1.0</artifactId>
64       <version>${transportpce.models.version}</version>
65     </dependency>
66     <dependency>
67       <groupId>${project.groupId}</groupId>
68       <artifactId>transportpce-api</artifactId>
69       <version>${project.version}</version>
70     </dependency>
71     <dependency>
72       <groupId>${project.groupId}</groupId>
73       <artifactId>transportpce-common</artifactId>
74       <version>${project.version}</version>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.yangtools</groupId>
78       <artifactId>concepts</artifactId>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.yangtools</groupId>
82       <artifactId>yang-common</artifactId>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.yangtools</groupId>
86       <artifactId>yang-model-api</artifactId>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.yangtools</groupId>
90       <artifactId>yang-data-api</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.yangtools</groupId>
94       <artifactId>yang-data-impl</artifactId>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.yangtools</groupId>
98       <artifactId>yang-data-codec-gson</artifactId>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
102       <artifactId>rfc6991-ietf-inet-types</artifactId>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
106       <artifactId>rfc6991-ietf-yang-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</artifactId>
131     </dependency>
132     <dependency>
133       <groupId>org.opendaylight.mdsal</groupId>
134       <artifactId>mdsal-binding-dom-codec-spi</artifactId>
135     </dependency>
136     <dependency>
137       <groupId>org.opendaylight.mdsal</groupId>
138       <artifactId>mdsal-binding-runtime-api</artifactId>
139     </dependency>
140     <dependency>
141       <groupId>org.opendaylight.mdsal</groupId>
142       <artifactId>mdsal-binding-runtime-spi</artifactId>
143     </dependency>
144     <dependency>
145       <groupId>com.google.guava</groupId>
146       <artifactId>guava</artifactId>
147     </dependency>
148     <dependency>
149       <groupId>com.google.code.gson</groupId>
150       <artifactId>gson</artifactId>
151     </dependency>
152     <dependency>
153       <groupId>com.fasterxml.jackson.core</groupId>
154       <artifactId>jackson-annotations</artifactId>
155     </dependency>
156     <dependency>
157       <groupId>org.glassfish.jersey.core</groupId>
158       <artifactId>jersey-common</artifactId>
159     </dependency>
160     <dependency>
161       <groupId>org.glassfish.jersey.core</groupId>
162       <artifactId>jersey-server</artifactId>
163     </dependency>
164     <dependency>
165       <groupId>org.glassfish.jersey.core</groupId>
166       <artifactId>jersey-client</artifactId>
167     </dependency>
168     <dependency>
169       <groupId>org.glassfish.jersey.ext</groupId>
170       <artifactId>jersey-proxy-client</artifactId>
171     </dependency>
172     <dependency>
173       <groupId>org.glassfish.jersey.media</groupId>
174       <artifactId>jersey-media-json-jackson</artifactId>
175     </dependency>
176     <dependency>
177       <groupId>org.jgrapht</groupId>
178       <artifactId>jgrapht-core</artifactId>
179       <version>1.2.0</version>
180     </dependency>
181     <dependency>
182       <groupId>jakarta.ws.rs</groupId>
183       <artifactId>jakarta.ws.rs-api</artifactId>
184     </dependency>
185
186     <!-- Testing Dependencies -->
187     <dependency>
188       <groupId>org.opendaylight.transportpce</groupId>
189       <artifactId>test-common</artifactId>
190       <version>${project.version}</version>
191       <scope>test</scope>
192     </dependency>
193     <dependency>
194       <groupId>org.opendaylight.mdsal</groupId>
195       <artifactId>mdsal-binding-generator</artifactId>
196       <scope>test</scope>
197     </dependency>
198     <dependency>
199       <groupId>org.mockito</groupId>
200       <artifactId>mockito-core</artifactId>
201       <scope>test</scope>
202     </dependency>
203     <dependency>
204       <groupId>org.glassfish.jersey.containers</groupId>
205       <artifactId>jersey-container-grizzly2-http</artifactId>
206       <scope>test</scope>
207     </dependency>
208     <dependency>
209       <groupId>org.glassfish.jersey.test-framework</groupId>
210       <artifactId>jersey-test-framework-core</artifactId>
211       <scope>test</scope>
212     </dependency>
213     <dependency>
214       <groupId>org.glassfish.jersey.test-framework.providers</groupId>
215       <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
216       <scope>test</scope>
217     </dependency>
218     <dependency>
219       <groupId>org.glassfish.jersey.inject</groupId>
220       <artifactId>jersey-hk2</artifactId>
221       <scope>test</scope>
222     </dependency>
223     <dependency>
224       <groupId>org.glassfish.grizzly</groupId>
225       <artifactId>grizzly-http-server</artifactId>
226       <version>2.4.0</version>
227       <scope>test</scope>
228     </dependency>
229     <dependency>
230       <groupId>javax.activation</groupId>
231       <artifactId>javax.activation-api</artifactId>
232       <version>1.2.0</version>
233       <scope>test</scope>
234     </dependency>
235     <dependency>
236       <groupId>jakarta.xml.bind</groupId>
237       <artifactId>jakarta.xml.bind-api</artifactId>
238       <scope>test</scope>
239     </dependency>
240   </dependencies>
241
242   <build>
243     <plugins>
244       <plugin>
245         <groupId>org.apache.maven.plugins</groupId>
246         <artifactId>maven-jar-plugin</artifactId>
247         <executions>
248           <execution>
249             <goals>
250               <goal>test-jar</goal>
251             </goals>
252           </execution>
253         </executions>
254       </plugin>
255     </plugins>
256   </build>
257 </project>