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>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>netconf-subsystem</artifactId>
7 <version>0.3.0-SNAPSHOT</version>
9 <artifactId>netconf-monitoring</artifactId>
10 <packaging>bundle</packaging>
11 <name>${project.artifactId}</name>
14 <!-- compile dependencies -->
16 <groupId>${project.groupId}</groupId>
17 <artifactId>netconf-api</artifactId>
20 <groupId>${project.groupId}</groupId>
21 <artifactId>netconf-mapping-api</artifactId>
24 <groupId>${project.groupId}</groupId>
25 <artifactId>netconf-util</artifactId>
29 <groupId>com.google.guava</groupId>
30 <artifactId>guava</artifactId>
34 <groupId>org.opendaylight.yangtools</groupId>
35 <artifactId>mockito-configuration</artifactId>
38 <groupId>org.opendaylight.yangtools.model</groupId>
39 <artifactId>ietf-inet-types</artifactId>
42 <groupId>org.slf4j</groupId>
43 <artifactId>slf4j-api</artifactId>
50 <groupId>org.apache.felix</groupId>
51 <artifactId>maven-bundle-plugin</artifactId>
54 <Bundle-Activator>org.opendaylight.controller.netconf.monitoring.osgi.NetconfMonitoringActivator</Bundle-Activator>