Bump upstreams
[netconf.git] / features / netconf / features-netconf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2016 Cisco Systems, Inc. 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
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>feature-repo-parent</artifactId>
15     <version>12.0.2</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.netconf</groupId>
20   <artifactId>features-netconf</artifactId>
21   <version>5.0.2-SNAPSHOT</version>
22   <packaging>feature</packaging>
23
24   <dependencyManagement>
25     <dependencies>
26       <dependency>
27         <groupId>${project.groupId}</groupId>
28         <artifactId>netconf-artifacts</artifactId>
29         <version>${project.version}</version>
30         <scope>import</scope>
31         <type>pom</type>
32       </dependency>
33     </dependencies>
34   </dependencyManagement>
35
36   <dependencies>
37     <dependency>
38       <groupId>${project.groupId}</groupId>
39       <artifactId>odl-aaa-netconf-plugin</artifactId>
40       <type>xml</type>
41       <classifier>features</classifier>
42     </dependency>
43     <dependency>
44       <groupId>${project.groupId}</groupId>
45       <artifactId>odl-aaa-netconf-plugin-no-cluster</artifactId>
46       <type>xml</type>
47       <classifier>features</classifier>
48     </dependency>
49     <dependency>
50       <groupId>${project.groupId}</groupId>
51       <artifactId>odl-netconf-all</artifactId>
52       <type>xml</type>
53       <classifier>features</classifier>
54     </dependency>
55     <dependency>
56       <groupId>${project.groupId}</groupId>
57       <artifactId>odl-netconf-api</artifactId>
58       <type>xml</type>
59       <classifier>features</classifier>
60     </dependency>
61     <dependency>
62       <groupId>${project.groupId}</groupId>
63       <artifactId>odl-netconf-client</artifactId>
64       <type>xml</type>
65       <classifier>features</classifier>
66     </dependency>
67     <dependency>
68       <groupId>${project.groupId}</groupId>
69       <artifactId>odl-netconf-impl</artifactId>
70       <type>xml</type>
71       <classifier>features</classifier>
72     </dependency>
73     <dependency>
74       <groupId>${project.groupId}</groupId>
75       <artifactId>odl-netconf-mapping-api</artifactId>
76       <type>xml</type>
77       <classifier>features</classifier>
78     </dependency>
79     <dependency>
80       <groupId>${project.groupId}</groupId>
81       <artifactId>odl-netconf-mdsal</artifactId>
82       <type>xml</type>
83       <classifier>features</classifier>
84     </dependency>
85     <dependency>
86       <groupId>${project.groupId}</groupId>
87       <artifactId>odl-netconf-netty-util</artifactId>
88       <type>xml</type>
89       <classifier>features</classifier>
90     </dependency>
91     <dependency>
92       <groupId>${project.groupId}</groupId>
93       <artifactId>odl-netconf-notifications-api</artifactId>
94       <type>xml</type>
95       <classifier>features</classifier>
96     </dependency>
97     <dependency>
98       <groupId>${project.groupId}</groupId>
99       <artifactId>odl-netconf-notifications-impl</artifactId>
100       <type>xml</type>
101       <classifier>features</classifier>
102     </dependency>
103     <dependency>
104       <groupId>${project.groupId}</groupId>
105       <artifactId>odl-netconf-ssh</artifactId>
106       <type>xml</type>
107       <classifier>features</classifier>
108     </dependency>
109     <dependency>
110       <groupId>${project.groupId}</groupId>
111       <artifactId>odl-netconf-tcp</artifactId>
112       <type>xml</type>
113       <classifier>features</classifier>
114     </dependency>
115     <dependency>
116       <groupId>${project.groupId}</groupId>
117       <artifactId>odl-netconf-util</artifactId>
118       <type>xml</type>
119       <classifier>features</classifier>
120     </dependency>
121   </dependencies>
122 </project>