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>config-netconf-connector</artifactId>
11 <packaging>bundle</packaging>
12 <name>${project.artifactId}</name>
15 <!-- compile dependencies -->
17 <groupId>${project.groupId}</groupId>
18 <artifactId>config-api</artifactId>
21 <groupId>${project.groupId}</groupId>
22 <artifactId>config-util</artifactId>
25 <groupId>${project.groupId}</groupId>
26 <artifactId>netconf-api</artifactId>
29 <groupId>${project.groupId}</groupId>
30 <artifactId>netconf-mapping-api</artifactId>
33 <groupId>${project.groupId}</groupId>
34 <artifactId>netconf-util</artifactId>
37 <groupId>${project.groupId}</groupId>
38 <artifactId>yang-jmx-generator</artifactId>
41 <groupId>com.google.guava</groupId>
42 <artifactId>guava</artifactId>
45 <groupId>org.opendaylight.controller</groupId>
46 <artifactId>commons.logback_settings</artifactId>
49 <groupId>org.opendaylight.yangtools</groupId>
50 <artifactId>mockito-configuration</artifactId>
53 <groupId>org.osgi</groupId>
54 <artifactId>org.osgi.core</artifactId>
57 <groupId>org.slf4j</groupId>
58 <artifactId>slf4j-api</artifactId>
61 <groupId>xmlunit</groupId>
62 <artifactId>xmlunit</artifactId>
65 <groupId>${project.groupId}</groupId>
66 <artifactId>config-manager</artifactId>
71 <groupId>${project.groupId}</groupId>
72 <artifactId>config-manager</artifactId>
76 <groupId>${project.groupId}</groupId>
77 <artifactId>netconf-impl</artifactId>
82 <groupId>${project.groupId}</groupId>
83 <artifactId>netconf-util</artifactId>
89 <groupId>${project.groupId}</groupId>
90 <artifactId>yang-test</artifactId>
98 <groupId>org.apache.felix</groupId>
99 <artifactId>maven-bundle-plugin</artifactId>
102 <Bundle-Activator>org.opendaylight.controller.netconf.confignetconfconnector.osgi.Activator</Bundle-Activator>
103 <Private-Package>org.opendaylight.controller.netconf.confignetconfconnector.mapping.*,
104 org.opendaylight.controller.netconf.confignetconfconnector.operations.*,
105 org.opendaylight.controller.netconf.confignetconfconnector.transactions,
106 org.opendaylight.controller.netconf.confignetconfconnector.util,
107 org.opendaylight.controller.netconf.confignetconfconnector.osgi,
108 org.opendaylight.controller.netconf.confignetconfconnector.exception,</Private-Package>
109 <Import-Package>com.google.common.base,
110 com.google.common.collect,
113 javax.management.openmbean,
114 org.opendaylight.controller.config.api,
115 org.opendaylight.controller.config.api.jmx,
116 org.opendaylight.controller.config.yangjmxgenerator,
117 org.opendaylight.controller.config.yangjmxgenerator.attribute,
118 org.opendaylight.controller.netconf.api,
119 org.opendaylight.controller.netconf.mapping.api,
120 org.opendaylight.controller.netconf.util.mapping,
121 org.opendaylight.controller.netconf.util.xml,
122 org.opendaylight.controller.netconf.util.exception,
123 org.opendaylight.yangtools.yang.common,
124 org.opendaylight.yangtools.yang.model.api,
126 org.osgi.util.tracker,
129 com.google.common.io,
130 org.opendaylight.yangtools.yang.model.api.type,
131 org.opendaylight.yangtools.sal.binding.generator.spi,
132 org.opendaylight.yangtools.sal.binding.yang.types,
133 org.opendaylight.controller.config.util
135 <Export-Package></Export-Package>