Remove olm-blueprint.xml file
[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>11.0.7</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>18.0.0</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>11.0.7</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-device-7.1.0</artifactId>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.transportpce.models</groupId>
68       <artifactId>openroadm-network-10.1.0</artifactId>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.transportpce.models</groupId>
72       <artifactId>openroadm-service-10.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.2.0</version>
156     </dependency>
157     <dependency>
158       <groupId>jakarta.ws.rs</groupId>
159       <artifactId>jakarta.ws.rs-api</artifactId>
160     </dependency>
161
162     <!-- Testing Dependencies -->
163     <dependency>
164       <groupId>org.opendaylight.transportpce.models</groupId>
165       <artifactId>openroadm-device-2.2.1</artifactId>
166       <scope>test</scope>
167     </dependency>
168     <dependency>
169       <groupId>org.opendaylight.transportpce</groupId>
170       <artifactId>test-common</artifactId>
171       <version>${project.version}</version>
172       <scope>test</scope>
173     </dependency>
174     <dependency>
175       <groupId>org.opendaylight.yangtools</groupId>
176       <artifactId>yang-model-api</artifactId>
177       <scope>test</scope>
178     </dependency>
179     <dependency>
180       <groupId>org.opendaylight.yangtools</groupId>
181       <artifactId>yang-data-impl</artifactId>
182       <scope>test</scope>
183     </dependency>
184     <dependency>
185       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
186       <artifactId>rfc6991-ietf-yang-types</artifactId>
187       <scope>test</scope>
188     </dependency>
189     <dependency>
190       <groupId>org.opendaylight.mdsal</groupId>
191       <artifactId>mdsal-binding-generator</artifactId>
192       <scope>test</scope>
193     </dependency>
194     <dependency>
195       <groupId>org.opendaylight.mdsal</groupId>
196       <artifactId>mdsal-binding-runtime-api</artifactId>
197       <scope>test</scope>
198     </dependency>
199     <dependency>
200       <groupId>org.opendaylight.mdsal</groupId>
201       <artifactId>mdsal-binding-runtime-spi</artifactId>
202       <scope>test</scope>
203     </dependency>
204     <dependency>
205       <groupId>org.opendaylight.mdsal</groupId>
206       <artifactId>mdsal-binding-dom-codec</artifactId>
207       <scope>test</scope>
208     </dependency>
209     <dependency>
210       <groupId>org.mockito</groupId>
211       <artifactId>mockito-core</artifactId>
212       <scope>test</scope>
213     </dependency>
214     <dependency>
215       <groupId>com.google.code.gson</groupId>
216       <artifactId>gson</artifactId>
217       <scope>test</scope>
218     </dependency>
219     <dependency>
220       <groupId>org.glassfish.jersey.core</groupId>
221       <artifactId>jersey-server</artifactId>
222       <scope>test</scope>
223     </dependency>
224     <dependency>
225       <groupId>org.glassfish.jersey.containers</groupId>
226       <artifactId>jersey-container-grizzly2-http</artifactId>
227       <scope>test</scope>
228     </dependency>
229     <dependency>
230       <groupId>org.glassfish.jersey.test-framework</groupId>
231       <artifactId>jersey-test-framework-core</artifactId>
232       <scope>test</scope>
233     </dependency>
234     <dependency>
235       <groupId>org.glassfish.jersey.test-framework.providers</groupId>
236       <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
237       <scope>test</scope>
238     </dependency>
239     <dependency>
240       <groupId>org.glassfish.jersey.inject</groupId>
241       <artifactId>jersey-hk2</artifactId>
242       <scope>test</scope>
243     </dependency>
244     <dependency>
245       <groupId>org.glassfish.grizzly</groupId>
246       <artifactId>grizzly-http-server</artifactId>
247       <version>2.4.0</version>
248       <scope>test</scope>
249     </dependency>
250     <dependency>
251       <groupId>javax.activation</groupId>
252       <artifactId>javax.activation-api</artifactId>
253       <version>1.2.0</version>
254       <scope>test</scope>
255     </dependency>
256     <dependency>
257       <groupId>jakarta.xml.bind</groupId>
258       <artifactId>jakarta.xml.bind-api</artifactId>
259       <scope>test</scope>
260     </dependency>
261   </dependencies>
262
263   <build>
264     <plugins>
265       <plugin>
266         <groupId>org.apache.maven.plugins</groupId>
267         <artifactId>maven-jar-plugin</artifactId>
268         <executions>
269           <execution>
270             <goals>
271               <goal>test-jar</goal>
272             </goals>
273           </execution>
274         </executions>
275       </plugin>
276     </plugins>
277   </build>
278 </project>