Bump upstream dependencies to Cl-SR1
[transportpce.git] / common / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright © 2016 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 -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8     <modelVersion>4.0.0</modelVersion>
9
10   <parent>
11     <groupId>org.opendaylight.mdsal</groupId>
12     <artifactId>binding-parent</artifactId>
13     <version>10.0.5</version>
14     <relativePath/>
15   </parent>
16
17   <groupId>org.opendaylight.transportpce</groupId>
18   <artifactId>transportpce-common</artifactId>
19   <version>7.0.0-SNAPSHOT</version>
20   <packaging>bundle</packaging>
21
22   <properties>
23     <transportpce.models.version>17.1.0-SNAPSHOT</transportpce.models.version>
24   </properties>
25
26   <dependencyManagement>
27     <dependencies>
28       <dependency>
29         <groupId>org.opendaylight.netconf</groupId>
30         <artifactId>netconf-artifacts</artifactId>
31         <version>4.0.4</version>
32         <scope>import</scope>
33         <type>pom</type>
34       </dependency>
35     </dependencies>
36   </dependencyManagement>
37
38   <dependencies>
39     <dependency>
40       <groupId>org.opendaylight.transportpce.models</groupId>
41       <artifactId>openroadm-common-1.2.1</artifactId>
42       <version>${transportpce.models.version}</version>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.transportpce.models</groupId>
46       <artifactId>openroadm-common-2.2.1</artifactId>
47       <version>${transportpce.models.version}</version>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.transportpce.models</groupId>
51       <artifactId>openroadm-common-7.1.0</artifactId>
52       <version>${transportpce.models.version}</version>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.transportpce.models</groupId>
56       <artifactId>openroadm-common-10.1.0</artifactId>
57       <version>${transportpce.models.version}</version>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.transportpce.models</groupId>
61       <artifactId>openroadm-device-1.2.1</artifactId>
62       <version>${transportpce.models.version}</version>
63     </dependency>
64     <dependency>
65       <groupId>org.opendaylight.transportpce.models</groupId>
66       <artifactId>openroadm-device-2.2.1</artifactId>
67       <version>${transportpce.models.version}</version>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.transportpce.models</groupId>
71       <artifactId>openroadm-device-7.1.0</artifactId>
72       <version>${transportpce.models.version}</version>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.transportpce.models</groupId>
76       <artifactId>openroadm-network-10.1.0</artifactId>
77       <version>${transportpce.models.version}</version>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.transportpce.models</groupId>
81       <artifactId>openroadm-service-10.1.0</artifactId>
82       <version>${transportpce.models.version}</version>
83     </dependency>
84     <dependency>
85       <groupId>${project.groupId}</groupId>
86       <artifactId>transportpce-api</artifactId>
87       <version>${project.version}</version>
88     </dependency>
89     <dependency>
90       <groupId>org.opendaylight.yangtools</groupId>
91       <artifactId>util</artifactId>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.yangtools</groupId>
95       <artifactId>yang-common</artifactId>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.yangtools</groupId>
99       <artifactId>yang-model-api</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-data-api</artifactId>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.yangtools</groupId>
111       <artifactId>yang-data-impl</artifactId>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.yangtools</groupId>
115       <artifactId>yang-data-codec-gson</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>rfc8345-ietf-network</artifactId>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.mdsal</groupId>
131       <artifactId>mdsal-common-api</artifactId>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.mdsal</groupId>
135       <artifactId>yang-binding</artifactId>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.mdsal</groupId>
139       <artifactId>mdsal-binding-api</artifactId>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.mdsal</groupId>
143       <artifactId>mdsal-binding-dom-codec-spi</artifactId>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.mdsal</groupId>
147       <artifactId>mdsal-binding-runtime-api</artifactId>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.netconf</groupId>
151       <artifactId>sal-netconf-connector</artifactId>
152     </dependency>
153     <dependency>
154       <groupId>com.google.guava</groupId>
155       <artifactId>guava</artifactId>
156     </dependency>
157     <dependency>
158       <groupId>com.google.code.gson</groupId>
159       <artifactId>gson</artifactId>
160     </dependency>
161
162     <!-- Testing dependencies -->
163     <dependency>
164       <groupId>org.opendaylight.transportpce</groupId>
165       <artifactId>test-common</artifactId>
166       <version>${project.version}</version>
167       <scope>test</scope>
168     </dependency>
169     <dependency>
170       <groupId>org.opendaylight.mdsal</groupId>
171       <artifactId>mdsal-binding-generator</artifactId>
172       <scope>test</scope>
173     </dependency>
174     <dependency>
175       <groupId>org.opendaylight.mdsal</groupId>
176       <artifactId>mdsal-binding-runtime-spi</artifactId>
177       <scope>test</scope>
178     </dependency>
179   </dependencies>
180 </project>