1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved.
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
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>
13 <groupId>org.opendaylight.netconf</groupId>
14 <artifactId>netconf-parent</artifactId>
15 <version>1.13.1-SNAPSHOT</version>
16 <relativePath>../../parent</relativePath>
19 <groupId>org.opendaylight.netconf</groupId>
20 <artifactId>netconf-netty-util</artifactId>
21 <packaging>bundle</packaging>
22 <version>1.13.1-SNAPSHOT</version>
23 <name>${project.artifactId}</name>
26 <!-- compile dependencies -->
28 <groupId>${project.groupId}</groupId>
29 <artifactId>netconf-api</artifactId>
32 <groupId>${project.groupId}</groupId>
33 <artifactId>netconf-mapping-api</artifactId>
36 <groupId>${project.groupId}</groupId>
37 <artifactId>netconf-util</artifactId>
40 <groupId>com.google.guava</groupId>
41 <artifactId>guava</artifactId>
44 <groupId>io.netty</groupId>
45 <artifactId>netty-handler</artifactId>
49 <groupId>org.opendaylight.netconf</groupId>
50 <artifactId>shaded-exificient</artifactId>
53 <groupId>org.opendaylight.netconf</groupId>
54 <artifactId>shaded-sshd</artifactId>
58 <groupId>org.slf4j</groupId>
59 <artifactId>slf4j-api</artifactId>
62 <groupId>org.xmlunit</groupId>
63 <artifactId>xmlunit-legacy</artifactId>
66 <groupId>org.opendaylight.yangtools</groupId>
67 <artifactId>mockito-configuration</artifactId>
70 <groupId>org.opendaylight.aaa</groupId>
71 <artifactId>aaa-encrypt-service</artifactId>
74 <!-- test dependencies -->
76 <groupId>${project.groupId}</groupId>
77 <artifactId>netconf-util</artifactId>