Bump upstreams
[transportpce.git] / features / odl-transportpce-tapi / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2016 Orange and others. All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
8 -->
9 <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">
10   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>single-feature-parent</artifactId>
15     <version>12.0.3</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.transportpce</groupId>
20   <artifactId>odl-transportpce-tapi</artifactId>
21   <version>7.0.0-SNAPSHOT</version>
22   <packaging>feature</packaging>
23   <name>OpenDaylight :: transportpce :: tapi</name>
24
25   <properties>
26     <mdsal.version>11.0.7</mdsal.version>
27     <netconf.version>5.0.4</netconf.version>
28     <transportpce.models.version>18.0.0</transportpce.models.version>
29     <skip.karaf.featureTest>false</skip.karaf.featureTest>
30   </properties>
31
32   <dependencyManagement>
33     <dependencies>
34       <dependency>
35         <groupId>org.opendaylight.transportpce.models</groupId>
36         <artifactId>transportpce-models-artifacts</artifactId>
37         <version>${transportpce.models.version}</version>
38         <type>pom</type>
39         <scope>import</scope>
40       </dependency>
41       <dependency>
42         <groupId>org.opendaylight.mdsal</groupId>
43         <artifactId>mdsal-artifacts</artifactId>
44         <version>11.0.7</version>
45         <scope>import</scope>
46         <type>pom</type>
47       </dependency>
48       <dependency>
49         <groupId>org.opendaylight.netconf</groupId>
50         <artifactId>netconf-artifacts</artifactId>
51         <version>${netconf.version}</version>
52         <type>pom</type>
53         <scope>import</scope>
54       </dependency>
55     </dependencies>
56   </dependencyManagement>
57
58   <dependencies>
59     <dependency>
60       <groupId>org.opendaylight.transportpce.models</groupId>
61       <artifactId>odl-tapi-2.1.1-models</artifactId>
62       <classifier>features</classifier>
63       <type>xml</type>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.mdsal.model</groupId>
67       <artifactId>odl-mdsal-model-rfc8345</artifactId>
68       <classifier>features</classifier>
69       <type>xml</type>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.netconf</groupId>
73       <artifactId>odl-netconf-connector</artifactId>
74       <classifier>features</classifier>
75       <type>xml</type>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.netconf</groupId>
79       <artifactId>odl-netconf-all</artifactId>
80       <classifier>features</classifier>
81       <type>xml</type>
82     </dependency>
83     <dependency>
84       <groupId>${project.groupId}</groupId>
85       <artifactId>odl-transportpce</artifactId>
86       <version>${project.version}</version>
87       <classifier>features</classifier>
88       <type>xml</type>
89     </dependency>
90     <dependency>
91       <groupId>${project.groupId}</groupId>
92       <artifactId>transportpce-tapi</artifactId>
93       <version>${project.version}</version>
94     </dependency>
95   </dependencies>
96 </project>