BUG 8839: Revert "Make netconf utilize encrypted passwords only"
[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.4</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.netconf</groupId>
22     <artifactId>odl-netconf-netty-util</artifactId>
23     <version>1.4.0-SNAPSHOT</version>
24     <packaging>feature</packaging>
25
26     <name>OpenDaylight :: Netconf :: Netty Util</name>
27
28     <dependencies>
29         <dependency>
30             <groupId>org.apache.karaf.features</groupId>
31             <artifactId>standard</artifactId>
32             <version>${karaf.version}</version>
33             <classifier>features</classifier>
34             <type>xml</type>
35             <scope>runtime</scope>
36         </dependency>
37         <dependency>
38             <groupId>${project.groupId}</groupId>
39             <artifactId>odl-netconf-api</artifactId>
40             <version>${project.version}</version>
41             <type>xml</type>
42             <classifier>features</classifier>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>odl-netconf-mapping-api</artifactId>
47             <version>${project.version}</version>
48             <type>xml</type>
49             <classifier>features</classifier>
50         </dependency>
51         <dependency>
52             <groupId>${project.groupId}</groupId>
53             <artifactId>odl-netconf-util</artifactId>
54             <version>${project.version}</version>
55             <type>xml</type>
56             <classifier>features</classifier>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.odlparent</groupId>
60             <artifactId>odl-netty-4</artifactId>
61             <version>2.0.4</version>
62             <type>xml</type>
63             <classifier>features</classifier>
64         </dependency>
65         <dependency>
66             <groupId>${project.groupId}</groupId>
67             <artifactId>netconf-netty-util</artifactId>
68             <version>${project.version}</version>
69         </dependency>
70     </dependencies>
71 </project>