Release netconf
[netconf.git] / features / odl-netconf-common / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
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.netconf</groupId>
14         <artifactId>feature-parent</artifactId>
15         <version>7.0.0</version>
16         <relativePath>../parent</relativePath>
17     </parent>
18
19     <artifactId>odl-netconf-common</artifactId>
20     <packaging>feature</packaging>
21     <name>OpenDaylight :: Netconf :: Netconf Common</name>
22     <description>Shared NETCONF components</description>
23
24     <dependencies>
25         <dependency>
26             <groupId>org.apache.karaf.features</groupId>
27             <artifactId>standard</artifactId>
28             <version>${karaf.version}</version>
29             <classifier>features</classifier>
30             <type>xml</type>
31             <scope>runtime</scope>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.odlparent</groupId>
35             <artifactId>odl-netty-4</artifactId>
36             <type>xml</type>
37             <classifier>features</classifier>
38         </dependency>
39
40         <dependency>
41             <groupId>org.opendaylight.netconf</groupId>
42             <artifactId>odl-netconf-api</artifactId>
43             <type>xml</type>
44             <classifier>features</classifier>
45         </dependency>
46         <dependency>
47             <groupId>org.opendaylight.netconf</groupId>
48             <artifactId>odl-netconf-util</artifactId>
49             <type>xml</type>
50             <classifier>features</classifier>
51         </dependency>
52         <dependency>
53             <groupId>org.opendaylight.netconf</groupId>
54             <artifactId>netconf-common</artifactId>
55         </dependency>
56         <dependency>
57             <groupId>org.opendaylight.netconf</groupId>
58             <artifactId>netconf-netty-util</artifactId>
59         </dependency>
60     </dependencies>
61 </project>