1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.opendaylight.controller</groupId>
7 <artifactId>netconf-subsystem</artifactId>
8 <version>0.4.0-SNAPSHOT</version>
10 <artifactId>netconf-client</artifactId>
11 <packaging>bundle</packaging>
12 <name>${project.artifactId}</name>
16 <groupId>${project.groupId}</groupId>
17 <artifactId>netconf-api</artifactId>
20 <groupId>${project.groupId}</groupId>
21 <artifactId>netconf-netty-util</artifactId>
24 <groupId>${project.groupId}</groupId>
25 <artifactId>netconf-util</artifactId>
28 <groupId>${project.groupId}</groupId>
29 <artifactId>netconf-util</artifactId>
34 <groupId>com.google.guava</groupId>
35 <artifactId>guava</artifactId>
38 <groupId>org.opendaylight.controller</groupId>
39 <artifactId>protocol-framework</artifactId>
42 <groupId>org.slf4j</groupId>
43 <artifactId>slf4j-api</artifactId>
46 <groupId>org.opendaylight.yangtools</groupId>
47 <artifactId>mockito-configuration</artifactId>
54 <groupId>org.apache.felix</groupId>
55 <artifactId>maven-bundle-plugin</artifactId>
58 <Export-Package>org.opendaylight.controller.netconf.client.*,</Export-Package>
63 <groupId>org.apache.maven.plugins</groupId>
64 <artifactId>maven-jar-plugin</artifactId>
70 <phase>package</phase>