Add perltidy to pre-commit linters
[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>13.0.1</version>
18     <relativePath/>
19   </parent>
20
21   <groupId>org.opendaylight.transportpce</groupId>
22   <artifactId>transportpce-pce</artifactId>
23   <version>10.0.0-SNAPSHOT</version>
24   <packaging>bundle</packaging>
25
26   <properties>
27     <transportpce.models.version>20.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>13.0.1</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-13.1.0</artifactId>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.transportpce.models</groupId>
64       <artifactId>openroadm-device-7.1.0</artifactId>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.transportpce.models</groupId>
68       <artifactId>openroadm-network-13.1.0</artifactId>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.transportpce.models</groupId>
72       <artifactId>openroadm-service-13.1.0</artifactId>
73     </dependency>
74     <dependency>
75       <groupId>${project.groupId}</groupId>
76       <artifactId>transportpce-api</artifactId>
77       <version>${project.version}</version>
78     </dependency>
79     <dependency>
80       <groupId>${project.groupId}</groupId>
81       <artifactId>transportpce-common</artifactId>
82       <version>${project.version}</version>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.yangtools</groupId>
86       <artifactId>concepts</artifactId>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.yangtools</groupId>
90       <artifactId>yang-common</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.yangtools</groupId>
94       <artifactId>yang-data-api</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>rfc8345-ietf-network</artifactId>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
110       <artifactId>rfc8345-ietf-network-topology</artifactId>
111     </dependency>
112     <dependency>
113       <groupId>org.opendaylight.mdsal</groupId>
114       <artifactId>mdsal-common-api</artifactId>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.mdsal</groupId>
118       <artifactId>yang-binding</artifactId>
119     </dependency>
120     <dependency>
121       <groupId>org.opendaylight.mdsal</groupId>
122       <artifactId>mdsal-binding-api</artifactId>
123     </dependency>
124     <dependency>
125       <groupId>org.opendaylight.mdsal</groupId>
126       <artifactId>mdsal-binding-dom-codec-spi</artifactId>
127     </dependency>
128     <dependency>
129       <groupId>com.google.guava</groupId>
130       <artifactId>guava</artifactId>
131     </dependency>
132     <dependency>
133       <groupId>com.fasterxml.jackson.core</groupId>
134       <artifactId>jackson-annotations</artifactId>
135     </dependency>
136     <dependency>
137       <groupId>org.glassfish.jersey.core</groupId>
138       <artifactId>jersey-common</artifactId>
139     </dependency>
140     <dependency>
141       <groupId>org.glassfish.jersey.core</groupId>
142       <artifactId>jersey-client</artifactId>
143     </dependency>
144     <dependency>
145       <groupId>org.glassfish.jersey.ext</groupId>
146       <artifactId>jersey-proxy-client</artifactId>
147     </dependency>
148     <dependency>
149       <groupId>org.glassfish.jersey.media</groupId>
150       <artifactId>jersey-media-json-jackson</artifactId>
151     </dependency>
152     <dependency>
153       <groupId>org.jgrapht</groupId>
154       <artifactId>jgrapht-core</artifactId>
155       <version>1.5.2</version>
156     </dependency>
157     <dependency>
158       <groupId>com.github.spotbugs</groupId>
159       <artifactId>spotbugs-annotations</artifactId>
160       <optional>true</optional>
161     </dependency>
162     <dependency>
163       <groupId>jakarta.ws.rs</groupId>
164       <artifactId>jakarta.ws.rs-api</artifactId>
165     </dependency>
166     <dependency>
167       <groupId>org.osgi</groupId>
168       <artifactId>org.osgi.service.component.annotations</artifactId>
169     </dependency>
170     <dependency>
171       <groupId>org.osgi</groupId>
172       <artifactId>org.osgi.service.metatype.annotations</artifactId>
173     </dependency>
174
175     <!-- Testing Dependencies -->
176     <dependency>
177       <groupId>org.opendaylight.transportpce.models</groupId>
178       <artifactId>openroadm-device-2.2.1</artifactId>
179       <scope>test</scope>
180     </dependency>
181     <dependency>
182       <groupId>org.opendaylight.transportpce</groupId>
183       <artifactId>test-common</artifactId>
184       <version>${project.version}</version>
185       <scope>test</scope>
186     </dependency>
187     <dependency>
188       <groupId>org.opendaylight.yangtools</groupId>
189       <artifactId>yang-model-api</artifactId>
190       <scope>test</scope>
191     </dependency>
192     <dependency>
193       <groupId>org.opendaylight.yangtools</groupId>
194       <artifactId>yang-data-impl</artifactId>
195       <scope>test</scope>
196     </dependency>
197     <dependency>
198       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
199       <artifactId>rfc6991-ietf-yang-types</artifactId>
200       <scope>test</scope>
201     </dependency>
202     <dependency>
203       <groupId>org.opendaylight.mdsal</groupId>
204       <artifactId>mdsal-binding-generator</artifactId>
205       <scope>test</scope>
206     </dependency>
207     <dependency>
208       <groupId>org.opendaylight.mdsal</groupId>
209       <artifactId>mdsal-binding-runtime-api</artifactId>
210       <scope>test</scope>
211     </dependency>
212     <dependency>
213       <groupId>org.opendaylight.mdsal</groupId>
214       <artifactId>mdsal-binding-runtime-spi</artifactId>
215       <scope>test</scope>
216     </dependency>
217     <dependency>
218       <groupId>org.opendaylight.mdsal</groupId>
219       <artifactId>mdsal-binding-dom-codec</artifactId>
220       <scope>test</scope>
221     </dependency>
222     <dependency>
223       <groupId>org.mockito</groupId>
224       <artifactId>mockito-core</artifactId>
225       <scope>test</scope>
226     </dependency>
227     <dependency>
228       <groupId>com.google.code.gson</groupId>
229       <artifactId>gson</artifactId>
230       <scope>test</scope>
231     </dependency>
232     <dependency>
233       <groupId>org.glassfish.jersey.core</groupId>
234       <artifactId>jersey-server</artifactId>
235       <scope>test</scope>
236     </dependency>
237     <dependency>
238       <groupId>org.glassfish.jersey.containers</groupId>
239       <artifactId>jersey-container-grizzly2-http</artifactId>
240       <scope>test</scope>
241     </dependency>
242     <dependency>
243       <groupId>org.glassfish.jersey.test-framework</groupId>
244       <artifactId>jersey-test-framework-core</artifactId>
245       <scope>test</scope>
246     </dependency>
247     <dependency>
248       <groupId>org.glassfish.jersey.test-framework.providers</groupId>
249       <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
250       <scope>test</scope>
251     </dependency>
252     <dependency>
253       <groupId>org.glassfish.jersey.inject</groupId>
254       <artifactId>jersey-hk2</artifactId>
255       <scope>test</scope>
256     </dependency>
257     <dependency>
258       <groupId>org.glassfish.grizzly</groupId>
259       <artifactId>grizzly-http-server</artifactId>
260       <version>4.0.2</version>
261       <scope>test</scope>
262     </dependency>
263     <dependency>
264       <groupId>jakarta.activation</groupId>
265       <artifactId>jakarta.activation-api</artifactId>
266       <scope>test</scope>
267     </dependency>
268     <dependency>
269       <groupId>jakarta.xml.bind</groupId>
270       <artifactId>jakarta.xml.bind-api</artifactId>
271       <scope>test</scope>
272     </dependency>
273   </dependencies>
274
275   <build>
276     <plugins>
277       <plugin>
278         <groupId>org.apache.maven.plugins</groupId>
279         <artifactId>maven-jar-plugin</artifactId>
280         <executions>
281           <execution>
282             <goals>
283               <goal>test-jar</goal>
284             </goals>
285           </execution>
286         </executions>
287       </plugin>
288     </plugins>
289   </build>
290 </project>