Bump upstream dependencies to Cl-SR1
[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>10.0.5</version>
19     <relativePath/>
20   </parent>
21
22   <groupId>org.opendaylight.transportpce</groupId>
23   <artifactId>transportpce-tapi</artifactId>
24   <version>7.0.0-SNAPSHOT</version>
25   <packaging>bundle</packaging>
26
27   <properties>
28     <transportpce.models.version>17.1.0-SNAPSHOT</transportpce.models.version>
29   </properties>
30
31   <dependencyManagement>
32     <dependencies>
33       <dependency>
34         <groupId>org.opendaylight.netconf</groupId>
35         <artifactId>netconf-artifacts</artifactId>
36         <version>4.0.4</version>
37         <scope>import</scope>
38         <type>pom</type>
39       </dependency>
40     </dependencies>
41   </dependencyManagement>
42
43   <dependencies>
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>org.opendaylight.transportpce.models</groupId>
86       <artifactId>tapi-2.1.1</artifactId>
87       <version>${transportpce.models.version}</version>
88     </dependency>
89     <dependency>
90       <groupId>${project.groupId}</groupId>
91       <artifactId>transportpce-api</artifactId>
92       <version>${project.version}</version>
93     </dependency>
94     <dependency>
95       <groupId>${project.groupId}</groupId>
96       <artifactId>transportpce-common</artifactId>
97       <version>${project.version}</version>
98     </dependency>
99     <dependency>
100       <groupId>${project.groupId}</groupId>
101       <artifactId>transportpce-networkmodel</artifactId>
102       <version>${project.version}</version>
103     </dependency>
104     <dependency>
105       <groupId>${project.groupId}</groupId>
106       <artifactId>transportpce-renderer</artifactId>
107       <version>${project.version}</version>
108     </dependency>
109     <dependency>
110       <groupId>${project.groupId}</groupId>
111       <artifactId>transportpce-pce</artifactId>
112       <version>${project.version}</version>
113     </dependency>
114     <dependency>
115       <groupId>${project.groupId}</groupId>
116       <artifactId>transportpce-servicehandler</artifactId>
117       <version>${project.version}</version>
118     </dependency>
119     <dependency>
120       <groupId>org.opendaylight.yangtools</groupId>
121       <artifactId>concepts</artifactId>
122     </dependency>
123     <dependency>
124       <groupId>org.opendaylight.yangtools</groupId>
125       <artifactId>yang-common</artifactId>
126     </dependency>
127     <dependency>
128       <groupId>org.opendaylight.mdsal.model</groupId>
129       <artifactId>ietf-topology</artifactId>
130     </dependency>
131     <dependency>
132       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
133       <artifactId>rfc6991-ietf-yang-types</artifactId>
134     </dependency>
135     <dependency>
136       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
137       <artifactId>rfc8345-ietf-network</artifactId>
138     </dependency>
139     <dependency>
140       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
141       <artifactId>rfc8345-ietf-network-topology</artifactId>
142     </dependency>
143     <dependency>
144       <groupId>org.opendaylight.mdsal</groupId>
145       <artifactId>mdsal-common-api</artifactId>
146     </dependency>
147     <dependency>
148       <groupId>org.opendaylight.mdsal</groupId>
149       <artifactId>yang-binding</artifactId>
150     </dependency>
151     <dependency>
152       <groupId>org.opendaylight.mdsal</groupId>
153       <artifactId>mdsal-binding-api</artifactId>
154     </dependency>
155     <dependency>
156       <groupId>com.google.guava</groupId>
157       <artifactId>guava</artifactId>
158     </dependency>
159     <dependency>
160       <groupId>org.opendaylight.netconf</groupId>
161       <artifactId>sal-netconf-connector</artifactId>
162     </dependency>
163
164     <!-- Sodium bump: javax.annotation.Nullable and friends -->
165     <dependency>
166       <groupId>com.google.code.findbugs</groupId>
167       <artifactId>jsr305</artifactId>
168       <version>3.0.2</version>
169       <optional>true</optional>
170     </dependency>
171
172     <!-- Testing Dependencies -->
173     <dependency>
174       <groupId>${project.groupId}</groupId>
175       <artifactId>test-common</artifactId>
176       <version>${project.version}</version>
177       <scope>test</scope>
178     </dependency>
179     <dependency>
180       <groupId>junit</groupId>
181       <artifactId>junit</artifactId>
182       <scope>test</scope>
183     </dependency>
184     <dependency>
185       <groupId>org.mockito</groupId>
186       <artifactId>mockito-core</artifactId>
187       <scope>test</scope>
188     </dependency>
189     <dependency>
190       <groupId>org.opendaylight.mdsal</groupId>
191       <artifactId>mdsal-binding-generator</artifactId>
192       <scope>test</scope>
193     </dependency>
194   </dependencies>
195 </project>