Use version 13.1.0 of openroadm-service models
[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>12.0.0</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>19.0.0-SNAPSHOT</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>6.0.1</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-common-13.1.0</artifactId>
71       <scope>test</scope>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.transportpce.models</groupId>
75       <artifactId>openroadm-device-7.1.0</artifactId>
76       <scope>test</scope>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.transportpce.models</groupId>
80       <artifactId>openroadm-network-10.1.0</artifactId>
81       <scope>test</scope>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.transportpce.models</groupId>
85       <artifactId>openroadm-service-13.1.0</artifactId>
86       <scope>test</scope>
87     </dependency>
88     <dependency>
89       <groupId>${project.groupId}</groupId>
90       <artifactId>transportpce-api</artifactId>
91       <version>${project.version}</version>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.yangtools</groupId>
95       <artifactId>concepts</artifactId>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.yangtools</groupId>
99       <artifactId>yang-common</artifactId>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.yangtools</groupId>
103       <artifactId>yang-model-util</artifactId>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.yangtools</groupId>
107       <artifactId>yang-model-api</artifactId>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.yangtools</groupId>
111       <artifactId>yang-data-api</artifactId>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.yangtools</groupId>
115       <artifactId>yang-data-impl</artifactId>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.yangtools</groupId>
119       <artifactId>yang-data-codec-xml</artifactId>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.yangtools</groupId>
123       <artifactId>yang-data-codec-gson</artifactId>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
127       <artifactId>rfc8345-ietf-network</artifactId>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.mdsal</groupId>
131       <artifactId>yang-binding</artifactId>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.mdsal</groupId>
135       <artifactId>mdsal-dom-api</artifactId>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.mdsal</groupId>
139       <artifactId>mdsal-dom-spi</artifactId>
140     </dependency>
141     <!-- Aluminium bump: undocumented new dependencies -->
142     <dependency>
143       <groupId>org.opendaylight.mdsal</groupId>
144       <artifactId>mdsal-dom-broker</artifactId>
145     </dependency>
146     <dependency>
147       <groupId>org.opendaylight.mdsal</groupId>
148       <artifactId>mdsal-dom-inmemory-datastore</artifactId>
149     </dependency>
150     <dependency>
151       <groupId>org.opendaylight.mdsal</groupId>
152       <artifactId>mdsal-common-api</artifactId>
153     </dependency>
154     <dependency>
155       <groupId>org.opendaylight.mdsal</groupId>
156       <artifactId>mdsal-binding-api</artifactId>
157     </dependency>
158     <dependency>
159       <groupId>org.opendaylight.mdsal</groupId>
160       <artifactId>mdsal-binding-dom-codec</artifactId>
161     </dependency>
162     <dependency>
163       <groupId>org.opendaylight.mdsal</groupId>
164       <artifactId>mdsal-binding-dom-codec-api</artifactId>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.mdsal</groupId>
168       <artifactId>mdsal-binding-dom-codec-spi</artifactId>
169     </dependency>
170     <dependency>
171       <groupId>org.opendaylight.mdsal</groupId>
172       <artifactId>mdsal-binding-dom-adapter</artifactId>
173     </dependency>
174     <dependency>
175       <groupId>org.opendaylight.mdsal</groupId>
176       <artifactId>mdsal-binding-runtime-spi</artifactId>
177     </dependency>
178     <dependency>
179       <groupId>com.github.spotbugs</groupId>
180       <artifactId>spotbugs-annotations</artifactId>
181       <optional>true</optional>
182     </dependency>
183     <dependency>
184       <groupId>com.google.guava</groupId>
185       <artifactId>guava</artifactId>
186     </dependency>
187     <dependency>
188       <groupId>com.google.code.gson</groupId>
189       <artifactId>gson</artifactId>
190     </dependency>
191   </dependencies>
192 </project>