Release Nitrogen
[netconf.git] / features / netconf / odl-netconf-netty-util / 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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>single-feature-parent</artifactId>
17         <version>2.0.5</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.netconf</groupId>
22     <artifactId>odl-netconf-netty-util</artifactId>
23     <version>1.3.2</version>
24     <packaging>feature</packaging>
25
26     <name>OpenDaylight :: Netconf :: Netty Util</name>
27
28     <dependencyManagement>
29         <dependencies>
30             <dependency>
31                 <groupId>${project.groupId}</groupId>
32                 <artifactId>netconf-artifacts</artifactId>
33                 <version>${project.version}</version>
34                 <scope>import</scope>
35                 <type>pom</type>
36             </dependency>
37             <dependency>
38                 <groupId>org.opendaylight.aaa</groupId>
39                 <artifactId>aaa-artifacts</artifactId>
40                 <version>0.6.2</version>
41                 <scope>import</scope>
42                 <type>pom</type>
43             </dependency>
44         </dependencies>
45     </dependencyManagement>
46
47     <dependencies>
48         <dependency>
49             <groupId>org.apache.karaf.features</groupId>
50             <artifactId>standard</artifactId>
51             <version>${karaf.version}</version>
52             <classifier>features</classifier>
53             <type>xml</type>
54             <scope>runtime</scope>
55         </dependency>
56         <dependency>
57             <groupId>org.opendaylight.odlparent</groupId>
58             <artifactId>odl-netty-4</artifactId>
59             <type>xml</type>
60             <classifier>features</classifier>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.aaa</groupId>
64             <artifactId>odl-aaa-encryption-service</artifactId>
65             <type>xml</type>
66             <classifier>features</classifier>
67         </dependency>
68
69         <dependency>
70             <groupId>${project.groupId}</groupId>
71             <artifactId>odl-netconf-api</artifactId>
72             <type>xml</type>
73             <classifier>features</classifier>
74         </dependency>
75         <dependency>
76             <groupId>${project.groupId}</groupId>
77             <artifactId>odl-netconf-mapping-api</artifactId>
78             <type>xml</type>
79             <classifier>features</classifier>
80         </dependency>
81         <dependency>
82             <groupId>${project.groupId}</groupId>
83             <artifactId>odl-netconf-util</artifactId>
84             <type>xml</type>
85             <classifier>features</classifier>
86         </dependency>
87         <dependency>
88             <groupId>${project.groupId}</groupId>
89             <artifactId>netconf-netty-util</artifactId>
90         </dependency>
91     </dependencies>
92 </project>