1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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 <artifactId>netconf-subsystem</artifactId>
7 <groupId>org.opendaylight.controller</groupId>
8 <version>0.2.3-SNAPSHOT</version>
10 <artifactId>netconf-util</artifactId>
11 <name>${project.artifactId}</name>
12 <packaging>bundle</packaging>
16 <!-- compile dependencies -->
18 <groupId>${project.groupId}</groupId>
19 <artifactId>netconf-api</artifactId>
22 <groupId>${project.groupId}</groupId>
23 <artifactId>netconf-mapping-api</artifactId>
26 <groupId>org.opendaylight.controller</groupId>
27 <artifactId>config-api</artifactId>
30 <groupId>org.opendaylight.bgpcep</groupId>
31 <artifactId>framework</artifactId>
34 <groupId>org.opendaylight.bgpcep</groupId>
35 <artifactId>util</artifactId>
39 <groupId>org.osgi</groupId>
40 <artifactId>org.osgi.core</artifactId>
43 <groupId>com.google.guava</groupId>
44 <artifactId>guava</artifactId>
47 <groupId>org.slf4j</groupId>
48 <artifactId>slf4j-api</artifactId>
51 <groupId>io.netty</groupId>
52 <artifactId>netty-handler</artifactId>
53 <version>${netconf.netty.version}</version>
56 <groupId>com.siemens.ct.exi</groupId>
57 <artifactId>exificient</artifactId>
60 <groupId>org.opendaylight.controller.thirdparty</groupId>
61 <artifactId>ganymed</artifactId>
68 <groupId>org.apache.felix</groupId>
69 <artifactId>maven-bundle-plugin</artifactId>
73 org.opendaylight.controller.netconf.util,
74 org.opendaylight.controller.netconf.util.xml,
75 org.opendaylight.controller.netconf.util.osgi,
76 org.opendaylight.controller.netconf.util.mapping,
77 org.opendaylight.controller.netconf.util.messages,
78 org.opendaylight.controller.netconf.util.handler,
79 org.opendaylight.controller.netconf.util.handler.*,
82 com.google.common.base,
83 com.google.common.collect,
87 io.netty.channel.socket,
88 io.netty.handler.codec,
91 io.netty.util.concurrent,
97 javax.xml.transform.dom,
98 javax.xml.transform.stream,
101 javax.xml.transform.sax,
102 org.opendaylight.controller.netconf.api,
103 org.opendaylight.controller.netconf.mapping.api,
104 org.opendaylight.protocol.framework,
105 org.opendaylight.protocol.util,
111 com.siemens.ct.exi.api.sax,
112 com.siemens.ct.exi.grammars,
113 com.siemens.ct.exi.helpers,
114 com.siemens.ct.exi.exceptions,
115 com.siemens.ct.exi.api.dom,
122 <groupId>org.apache.maven.plugins</groupId>
123 <artifactId>maven-jar-plugin</artifactId>
124 <version>2.4</version>
127 <phase>package</phase>
129 <goal>test-jar</goal>