Add perltidy to pre-commit linters
[transportpce.git] / tapi / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2017 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 Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
11 -->
12 <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">
13   <modelVersion>4.0.0</modelVersion>
14
15   <parent>
16     <groupId>org.opendaylight.mdsal</groupId>
17     <artifactId>binding-parent</artifactId>
18     <version>11.0.9</version>
19     <relativePath/>
20   </parent>
21
22   <groupId>org.opendaylight.transportpce</groupId>
23   <artifactId>transportpce-tapi</artifactId>
24   <version>8.0.0-SNAPSHOT</version>
25   <packaging>bundle</packaging>
26
27   <properties>
28     <transportpce.models.version>18.1.0</transportpce.models.version>
29   </properties>
30
31   <dependencyManagement>
32     <dependencies>
33       <dependency>
34         <groupId>org.opendaylight.transportpce.models</groupId>
35         <artifactId>transportpce-models-artifacts</artifactId>
36         <version>${transportpce.models.version}</version>
37         <type>pom</type>
38         <scope>import</scope>
39       </dependency>
40       <dependency>
41         <groupId>org.opendaylight.netconf</groupId>
42         <artifactId>netconf-artifacts</artifactId>
43         <version>5.0.6</version>
44         <scope>import</scope>
45         <type>pom</type>
46       </dependency>
47     </dependencies>
48   </dependencyManagement>
49
50   <dependencies>
51     <dependency>
52       <groupId>org.opendaylight.transportpce.models</groupId>
53       <artifactId>openroadm-common-2.2.1</artifactId>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.transportpce.models</groupId>
57       <artifactId>openroadm-common-7.1.0</artifactId>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.transportpce.models</groupId>
61       <artifactId>openroadm-common-10.1.0</artifactId>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.transportpce.models</groupId>
65       <artifactId>openroadm-device-1.2.1</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.transportpce.models</groupId>
69       <artifactId>openroadm-device-2.2.1</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.transportpce.models</groupId>
73       <artifactId>openroadm-device-7.1.0</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.transportpce.models</groupId>
77       <artifactId>openroadm-network-10.1.0</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.transportpce.models</groupId>
81       <artifactId>openroadm-service-10.1.0</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.transportpce.models</groupId>
85       <artifactId>tapi-2.1.1</artifactId>
86     </dependency>
87     <dependency>
88       <groupId>${project.groupId}</groupId>
89       <artifactId>transportpce-api</artifactId>
90       <version>${project.version}</version>
91     </dependency>
92     <dependency>
93       <groupId>${project.groupId}</groupId>
94       <artifactId>transportpce-common</artifactId>
95       <version>${project.version}</version>
96     </dependency>
97     <dependency>
98       <groupId>${project.groupId}</groupId>
99       <artifactId>transportpce-networkmodel</artifactId>
100       <version>${project.version}</version>
101     </dependency>
102     <dependency>
103       <groupId>${project.groupId}</groupId>
104       <artifactId>transportpce-renderer</artifactId>
105       <version>${project.version}</version>
106     </dependency>
107     <dependency>
108       <groupId>${project.groupId}</groupId>
109       <artifactId>transportpce-pce</artifactId>
110       <version>${project.version}</version>
111     </dependency>
112     <dependency>
113       <groupId>${project.groupId}</groupId>
114       <artifactId>transportpce-servicehandler</artifactId>
115       <version>${project.version}</version>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.yangtools</groupId>
119       <artifactId>concepts</artifactId>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.yangtools</groupId>
123       <artifactId>yang-common</artifactId>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.mdsal.model</groupId>
127       <artifactId>ietf-topology</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>com.google.guava</groupId>
155       <artifactId>guava</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>sal-netconf-connector</artifactId>
164     </dependency>
165     <dependency>
166       <groupId>org.osgi</groupId>
167       <artifactId>org.osgi.service.component.annotations</artifactId>
168     </dependency>
169
170     <!-- Sodium bump: javax.annotation.Nullable and friends -->
171     <dependency>
172       <groupId>com.google.code.findbugs</groupId>
173       <artifactId>jsr305</artifactId>
174       <version>3.0.2</version>
175       <optional>true</optional>
176     </dependency>
177
178     <!-- Testing Dependencies -->
179     <dependency>
180       <groupId>${project.groupId}</groupId>
181       <artifactId>test-common</artifactId>
182       <version>${project.version}</version>
183       <scope>test</scope>
184     </dependency>
185     <dependency>
186       <groupId>junit</groupId>
187       <artifactId>junit</artifactId>
188       <scope>test</scope>
189     </dependency>
190     <dependency>
191       <groupId>org.mockito</groupId>
192       <artifactId>mockito-core</artifactId>
193       <scope>test</scope>
194     </dependency>
195     <dependency>
196       <groupId>org.opendaylight.mdsal</groupId>
197       <artifactId>mdsal-binding-generator</artifactId>
198       <scope>test</scope>
199     </dependency>
200   </dependencies>
201 </project>