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>
12 <groupId>org.opendaylight.controller</groupId>
13 <artifactId>netconf-subsystem</artifactId>
14 <version>0.2.5-SNAPSHOT</version>
15 <relativePath>../</relativePath>
17 <artifactId>netconf-tcp</artifactId>
18 <packaging>bundle</packaging>
19 <name>${project.artifactId}</name>
23 <groupId>${project.groupId}</groupId>
24 <artifactId>netconf-api</artifactId>
27 <groupId>${project.groupId}</groupId>
28 <artifactId>netconf-util</artifactId>
31 <groupId>commons-io</groupId>
32 <artifactId>commons-io</artifactId>
35 <groupId>org.slf4j</groupId>
36 <artifactId>slf4j-api</artifactId>
39 <groupId>org.opendaylight.yangtools</groupId>
40 <artifactId>mockito-configuration</artifactId>
48 <groupId>org.apache.felix</groupId>
49 <artifactId>maven-bundle-plugin</artifactId>
52 <Bundle-Activator>org.opendaylight.controller.netconf.tcp.osgi.NetconfTCPActivator</Bundle-Activator>
53 <Import-Package>com.google.common.base, io.netty.bootstrap, io.netty.channel, io.netty.channel.local,
54 io.netty.channel.nio, io.netty.channel.socket, io.netty.channel.socket.nio, io.netty.handler.logging,
55 io.netty.util.concurrent, org.opendaylight.controller.netconf.util.osgi, org.osgi.framework, org.slf4j</Import-Package>