1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <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">
5 <modelVersion>4.0.0</modelVersion>
8 <groupId>org.opendaylight.odlparent</groupId>
9 <artifactId>bundle-parent</artifactId>
10 <version>4.0.5</version>
14 <groupId>org.opendaylight.netconf</groupId>
15 <artifactId>protocol-framework</artifactId>
16 <version>1.3.0-SNAPSHOT</version>
17 <packaging>bundle</packaging>
18 <name>${project.artifactId}</name>
19 <description>Common protocol framework</description>
23 <groupId>com.google.guava</groupId>
24 <artifactId>guava</artifactId>
27 <groupId>io.netty</groupId>
28 <artifactId>netty-buffer</artifactId>
31 <groupId>io.netty</groupId>
32 <artifactId>netty-codec</artifactId>
35 <groupId>io.netty</groupId>
36 <artifactId>netty-common</artifactId>
39 <groupId>io.netty</groupId>
40 <artifactId>netty-transport</artifactId>
43 <groupId>junit</groupId>
44 <artifactId>junit</artifactId>
47 <!-- Testing dependencies -->
49 <groupId>org.opendaylight.yangtools</groupId>
50 <artifactId>mockito-configuration</artifactId>
51 <version>2.1.6</version>
55 <groupId>org.osgi</groupId>
56 <artifactId>org.osgi.core</artifactId>
59 <groupId>org.slf4j</groupId>
60 <artifactId>slf4j-api</artifactId>
63 <groupId>ch.qos.logback</groupId>
64 <artifactId>logback-classic</artifactId>
72 <groupId>org.apache.maven.plugins</groupId>
73 <artifactId>maven-jar-plugin</artifactId>
79 <phase>package</phase>
87 <connection>scm:git:ssh://git.opendaylight.org:29418/netconf.git</connection>
88 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netconf.git</developerConnection>
90 <url>https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=summary</url>