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.2.5-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>com.google.guava</groupId>
29 <artifactId>guava</artifactId>
32 <groupId>org.opendaylight.controller</groupId>
33 <artifactId>protocol-framework</artifactId>
36 <groupId>org.slf4j</groupId>
37 <artifactId>slf4j-api</artifactId>
44 <groupId>org.apache.felix</groupId>
45 <artifactId>maven-bundle-plugin</artifactId>
48 <Export-Package>org.opendaylight.controller.netconf.client.*,</Export-Package>
49 <Import-Package>com.google.common.base,
50 com.google.common.collect,
52 io.netty.channel.socket,
54 io.netty.util.concurrent,
60 org.opendaylight.controller.netconf.api,
61 org.opendaylight.controller.netconf.util.*,
62 org.opendaylight.controller.netconf.nettyutil.*,
63 org.opendaylight.protocol.framework,
68 io.netty.handler.codec</Import-Package>
73 <groupId>org.apache.maven.plugins</groupId>
74 <artifactId>maven-jar-plugin</artifactId>
75 <version>2.4</version>
81 <phase>package</phase>