Add perltidy to pre-commit linters
[transportpce.git] / test-common / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright © 2017 Orange and others. All rights reserved. This program and the accompanying materials
4     are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
5     and is available at http://www.eclipse.org/legal/epl-v10.html Author: Martial Coulibaly <martial.coulibaly@gfi.com>
6     on behalf of Orange -->
7 <project xmlns="http://maven.apache.org/POM/4.0.0"
8   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.mdsal</groupId>
14     <artifactId>binding-parent</artifactId>
15     <version>11.0.9</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.transportpce</groupId>
20   <artifactId>test-common</artifactId>
21   <version>8.0.0-SNAPSHOT</version>
22   <packaging>bundle</packaging>
23
24   <properties>
25     <transportpce.models.version>18.1.0</transportpce.models.version>
26   </properties>
27
28   <dependencyManagement>
29     <dependencies>
30       <dependency>
31         <groupId>org.opendaylight.transportpce.models</groupId>
32         <artifactId>transportpce-models-artifacts</artifactId>
33         <version>${transportpce.models.version}</version>
34         <type>pom</type>
35         <scope>import</scope>
36       </dependency>
37       <dependency>
38         <groupId>org.opendaylight.netconf</groupId>
39         <artifactId>netconf-artifacts</artifactId>
40         <version>5.0.6</version>
41         <scope>import</scope>
42         <type>pom</type>
43       </dependency>
44     </dependencies>
45   </dependencyManagement>
46
47   <dependencies>
48     <dependency>
49       <groupId>org.opendaylight.transportpce.models</groupId>
50       <artifactId>openroadm-common-1.2.1</artifactId>
51       <scope>test</scope>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.transportpce.models</groupId>
55       <artifactId>openroadm-common-2.2.1</artifactId>
56       <scope>test</scope>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.transportpce.models</groupId>
60       <artifactId>openroadm-common-7.1.0</artifactId>
61       <scope>test</scope>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.transportpce.models</groupId>
65       <artifactId>openroadm-common-10.1.0</artifactId>
66       <scope>test</scope>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.transportpce.models</groupId>
70       <artifactId>openroadm-device-7.1.0</artifactId>
71       <scope>test</scope>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.transportpce.models</groupId>
75       <artifactId>openroadm-network-10.1.0</artifactId>
76       <scope>test</scope>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.transportpce.models</groupId>
80       <artifactId>openroadm-service-10.1.0</artifactId>
81       <scope>test</scope>
82     </dependency>
83     <dependency>
84       <groupId>${project.groupId}</groupId>
85       <artifactId>transportpce-api</artifactId>
86       <version>${project.version}</version>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.yangtools</groupId>
90       <artifactId>concepts</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.yangtools</groupId>
94       <artifactId>yang-common</artifactId>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.yangtools</groupId>
98       <artifactId>yang-model-util</artifactId>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.yangtools</groupId>
102       <artifactId>yang-model-api</artifactId>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.yangtools</groupId>
106       <artifactId>yang-data-api</artifactId>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.yangtools</groupId>
110       <artifactId>yang-data-impl</artifactId>
111     </dependency>
112     <dependency>
113       <groupId>org.opendaylight.yangtools</groupId>
114       <artifactId>yang-data-codec-xml</artifactId>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.yangtools</groupId>
118       <artifactId>yang-data-codec-gson</artifactId>
119     </dependency>
120     <dependency>
121       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
122       <artifactId>rfc8345-ietf-network</artifactId>
123     </dependency>
124     <dependency>
125       <groupId>org.opendaylight.mdsal</groupId>
126       <artifactId>yang-binding</artifactId>
127     </dependency>
128     <dependency>
129       <groupId>org.opendaylight.mdsal</groupId>
130       <artifactId>mdsal-dom-api</artifactId>
131     </dependency>
132     <dependency>
133       <groupId>org.opendaylight.mdsal</groupId>
134       <artifactId>mdsal-dom-spi</artifactId>
135     </dependency>
136     <!-- Aluminium bump: undocumented new dependencies -->
137     <dependency>
138       <groupId>org.opendaylight.mdsal</groupId>
139       <artifactId>mdsal-dom-broker</artifactId>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.mdsal</groupId>
143       <artifactId>mdsal-dom-inmemory-datastore</artifactId>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.mdsal</groupId>
147       <artifactId>mdsal-common-api</artifactId>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.mdsal</groupId>
151       <artifactId>mdsal-binding-api</artifactId>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.mdsal</groupId>
155       <artifactId>mdsal-binding-dom-codec</artifactId>
156     </dependency>
157     <dependency>
158       <groupId>org.opendaylight.mdsal</groupId>
159       <artifactId>mdsal-binding-dom-codec-api</artifactId>
160     </dependency>
161     <dependency>
162       <groupId>org.opendaylight.mdsal</groupId>
163       <artifactId>mdsal-binding-dom-codec-spi</artifactId>
164     </dependency>
165     <dependency>
166       <groupId>org.opendaylight.mdsal</groupId>
167       <artifactId>mdsal-binding-dom-adapter</artifactId>
168     </dependency>
169     <dependency>
170       <groupId>org.opendaylight.mdsal</groupId>
171       <artifactId>mdsal-binding-runtime-spi</artifactId>
172     </dependency>
173     <!-- Sodium bump: javax.annotation.Nullable and friends -->
174     <dependency>
175       <groupId>com.google.code.findbugs</groupId>
176       <artifactId>jsr305</artifactId>
177       <version>3.0.2</version>
178       <optional>true</optional>
179     </dependency>
180     <dependency>
181       <groupId>com.google.guava</groupId>
182       <artifactId>guava</artifactId>
183     </dependency>
184     <dependency>
185       <groupId>com.google.code.gson</groupId>
186       <artifactId>gson</artifactId>
187     </dependency>
188   </dependencies>
189 </project>