Bump odlparent to 4.0.10
[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" 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>4.0.10</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.netconf</groupId>
20     <artifactId>odl-netconf-netty-util</artifactId>
21     <version>1.6.1-SNAPSHOT</version>
22     <packaging>feature</packaging>
23
24     <name>OpenDaylight :: Netconf :: Netty Util</name>
25
26     <dependencyManagement>
27         <dependencies>
28             <dependency>
29                 <groupId>${project.groupId}</groupId>
30                 <artifactId>netconf-artifacts</artifactId>
31                 <version>${project.version}</version>
32                 <scope>import</scope>
33                 <type>pom</type>
34             </dependency>
35             <dependency>
36                 <groupId>org.opendaylight.aaa</groupId>
37                 <artifactId>aaa-artifacts</artifactId>
38                 <version>0.9.1-SNAPSHOT</version>
39                 <scope>import</scope>
40                 <type>pom</type>
41             </dependency>
42         </dependencies>
43     </dependencyManagement>
44
45     <dependencies>
46         <dependency>
47             <groupId>org.apache.karaf.features</groupId>
48             <artifactId>standard</artifactId>
49             <version>${karaf.version}</version>
50             <classifier>features</classifier>
51             <type>xml</type>
52             <scope>runtime</scope>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.odlparent</groupId>
56             <artifactId>odl-netty-4</artifactId>
57             <type>xml</type>
58             <classifier>features</classifier>
59         </dependency>
60         <dependency>
61             <groupId>org.opendaylight.aaa</groupId>
62             <artifactId>odl-aaa-encryption-service</artifactId>
63             <type>xml</type>
64             <classifier>features</classifier>
65         </dependency>
66
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>odl-netconf-api</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-util</artifactId>
82             <type>xml</type>
83             <classifier>features</classifier>
84         </dependency>
85         <dependency>
86             <groupId>${project.groupId}</groupId>
87             <artifactId>netconf-netty-util</artifactId>
88         </dependency>
89     </dependencies>
90 </project>