Add perltidy to pre-commit linters
[transportpce.git] / networkmodel / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2016 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 <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">
11   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>bundle-parent</artifactId>
16     <version>13.0.11</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.transportpce</groupId>
21   <artifactId>transportpce-networkmodel</artifactId>
22   <version>10.0.0-SNAPSHOT</version>
23   <packaging>bundle</packaging>
24
25   <properties>
26     <transportpce.models.version>20.0.0-SNAPSHOT</transportpce.models.version>
27   </properties>
28
29   <dependencyManagement>
30     <dependencies>
31       <dependency>
32         <groupId>org.opendaylight.transportpce.models</groupId>
33         <artifactId>transportpce-models-artifacts</artifactId>
34         <version>${transportpce.models.version}</version>
35         <type>pom</type>
36         <scope>import</scope>
37       </dependency>
38       <dependency>
39         <groupId>org.opendaylight.yangtools</groupId>
40         <artifactId>yangtools-artifacts</artifactId>
41         <version>13.0.2</version>
42         <scope>import</scope>
43         <type>pom</type>
44       </dependency>
45       <dependency>
46         <groupId>org.opendaylight.mdsal</groupId>
47         <artifactId>mdsal-artifacts</artifactId>
48         <version>13.0.1</version>
49         <scope>import</scope>
50         <type>pom</type>
51       </dependency>
52       <dependency>
53         <groupId>org.opendaylight.netconf</groupId>
54         <artifactId>netconf-artifacts</artifactId>
55         <version>7.0.4</version>
56         <scope>import</scope>
57         <type>pom</type>
58       </dependency>
59     </dependencies>
60   </dependencyManagement>
61
62   <dependencies>
63     <dependency>
64       <groupId>org.opendaylight.transportpce.models</groupId>
65       <artifactId>openroadm-common-1.2.1</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.transportpce.models</groupId>
69       <artifactId>openroadm-common-2.2.1</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.transportpce.models</groupId>
73       <artifactId>openroadm-common-7.1.0</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.transportpce.models</groupId>
77       <artifactId>openroadm-common-13.1.0</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.transportpce.models</groupId>
81       <artifactId>openroadm-device-1.2.1</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.transportpce.models</groupId>
85       <artifactId>openroadm-device-2.2.1</artifactId>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.transportpce.models</groupId>
89       <artifactId>openroadm-device-7.1.0</artifactId>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.transportpce.models</groupId>
93       <artifactId>openroadm-network-13.1.0</artifactId>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.transportpce.models</groupId>
97       <artifactId>openroadm-service-13.1.0</artifactId>
98     </dependency>
99     <dependency>
100       <groupId>${project.groupId}</groupId>
101       <artifactId>transportpce-api</artifactId>
102       <version>${project.version}</version>
103     </dependency>
104     <dependency>
105       <groupId>${project.groupId}</groupId>
106       <artifactId>transportpce-common</artifactId>
107       <version>${project.version}</version>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.yangtools</groupId>
111       <artifactId>concepts</artifactId>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.yangtools</groupId>
115       <artifactId>yang-common</artifactId>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.mdsal.model</groupId>
119       <artifactId>ietf-topology</artifactId>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
123       <artifactId>rfc6991-ietf-inet-types</artifactId>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
127       <artifactId>rfc6991-ietf-yang-types</artifactId>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
131       <artifactId>rfc8345-ietf-network</artifactId>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
135       <artifactId>rfc8345-ietf-network-topology</artifactId>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.mdsal</groupId>
139       <artifactId>mdsal-common-api</artifactId>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.mdsal</groupId>
143       <artifactId>yang-binding</artifactId>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.mdsal</groupId>
147       <artifactId>mdsal-binding-api</artifactId>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.netconf.model</groupId>
151       <artifactId>rfc5277</artifactId>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.netconf</groupId>
155       <artifactId>netconf-topology</artifactId>
156     </dependency>
157     <dependency>
158       <groupId>org.opendaylight.netconf</groupId>
159       <artifactId>netconf-client-mdsal</artifactId>
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>com.google.guava</groupId>
168       <artifactId>guava</artifactId>
169     </dependency>
170     <dependency>
171       <groupId>org.osgi</groupId>
172       <artifactId>org.osgi.service.component.annotations</artifactId>
173     </dependency>
174
175     <!-- Testing Dependencies -->
176     <dependency>
177       <groupId>${project.groupId}</groupId>
178       <artifactId>test-common</artifactId>
179       <version>${project.version}</version>
180       <scope>test</scope>
181     </dependency>
182     <dependency>
183       <groupId>org.opendaylight.yangtools</groupId>
184       <artifactId>yang-model-api</artifactId>
185       <scope>test</scope>
186     </dependency>
187     <dependency>
188       <groupId>org.opendaylight.yangtools</groupId>
189       <artifactId>yang-data-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.yangtools</groupId>
199       <artifactId>yang-data-codec-gson</artifactId>
200       <scope>test</scope>
201     </dependency>
202     <dependency>
203       <groupId>org.opendaylight.mdsal</groupId>
204       <artifactId>mdsal-binding-dom-adapter</artifactId>
205       <scope>test</scope>
206     </dependency>
207     <dependency>
208       <groupId>org.opendaylight.mdsal</groupId>
209       <artifactId>mdsal-binding-generator</artifactId>
210       <scope>test</scope>
211     </dependency>
212     <dependency>
213       <groupId>org.opendaylight.mdsal</groupId>
214       <artifactId>mdsal-binding-dom-codec</artifactId>
215       <scope>test</scope>
216     </dependency>
217     <dependency>
218       <groupId>org.opendaylight.mdsal</groupId>
219       <artifactId>mdsal-binding-dom-codec-api</artifactId>
220       <scope>test</scope>
221     </dependency>
222     <dependency>
223       <groupId>org.opendaylight.mdsal</groupId>
224       <artifactId>mdsal-binding-dom-codec-spi</artifactId>
225       <scope>test</scope>
226     </dependency>
227     <dependency>
228       <groupId>org.opendaylight.mdsal</groupId>
229       <artifactId>mdsal-binding-runtime-api</artifactId>
230       <scope>test</scope>
231     </dependency>
232     <dependency>
233       <groupId>org.opendaylight.mdsal</groupId>
234       <artifactId>mdsal-binding-runtime-spi</artifactId>
235       <scope>test</scope>
236     </dependency>
237     <dependency>
238       <groupId>org.opendaylight.netconf.model</groupId>
239       <artifactId>rfc6241</artifactId>
240       <scope>test</scope>
241     </dependency>
242     <dependency>
243       <groupId>com.google.code.gson</groupId>
244       <artifactId>gson</artifactId>
245       <scope>test</scope>
246     </dependency>
247   </dependencies>
248 </project>