1d94517152f45215cc7481a963a290a2870640d2
[controller.git] / opendaylight / netconf / netconf-impl / pom.xml
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>
4
5   <parent>
6     <groupId>org.opendaylight.controller</groupId>
7     <artifactId>netconf-subsystem</artifactId>
8     <version>0.2.5-SNAPSHOT</version>
9   </parent>
10   <artifactId>netconf-impl</artifactId>
11   <packaging>bundle</packaging>
12   <name>${project.artifactId}</name>
13
14   <dependencies>
15     <dependency>
16       <groupId>${project.groupId}</groupId>
17       <artifactId>ietf-netconf-monitoring</artifactId>
18     </dependency>
19     <dependency>
20       <groupId>${project.groupId}</groupId>
21       <artifactId>ietf-netconf-monitoring-extension</artifactId>
22       <version>${project.version}</version>
23     </dependency>
24     <!-- compile dependencies -->
25     <dependency>
26       <groupId>${project.groupId}</groupId>
27       <artifactId>netconf-api</artifactId>
28     </dependency>
29     <dependency>
30       <groupId>${project.groupId}</groupId>
31       <artifactId>netconf-mapping-api</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>${project.groupId}</groupId>
35       <artifactId>netconf-netty-util</artifactId>
36     </dependency>
37     <dependency>
38       <groupId>${project.groupId}</groupId>
39       <artifactId>netconf-util</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>com.google.guava</groupId>
43       <artifactId>guava</artifactId>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.controller</groupId>
47       <artifactId>commons.logback_settings</artifactId>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.controller</groupId>
51       <artifactId>config-util</artifactId>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.controller</groupId>
55       <artifactId>protocol-framework</artifactId>
56     </dependency>
57     <!-- test dependencies -->
58     <dependency>
59       <groupId>org.opendaylight.yangtools</groupId>
60       <artifactId>mockito-configuration</artifactId>
61     </dependency>
62
63     <dependency>
64       <groupId>org.opendaylight.yangtools.model</groupId>
65       <artifactId>ietf-inet-types</artifactId>
66     </dependency>
67
68     <dependency>
69       <groupId>org.osgi</groupId>
70       <artifactId>org.osgi.core</artifactId>
71     </dependency>
72     <dependency>
73       <groupId>org.slf4j</groupId>
74       <artifactId>slf4j-api</artifactId>
75     </dependency>
76     <dependency>
77       <groupId>${project.groupId}</groupId>
78       <artifactId>netconf-client</artifactId>
79       <scope>test</scope>
80     </dependency>
81     <dependency>
82       <groupId>${project.groupId}</groupId>
83       <artifactId>netconf-client</artifactId>
84       <version>${project.version}</version>
85       <type>test-jar</type>
86       <scope>test</scope>
87     </dependency>
88     <dependency>
89       <groupId>${project.groupId}</groupId>
90       <artifactId>netconf-util</artifactId>
91       <type>test-jar</type>
92       <scope>test</scope>
93     </dependency>
94     <dependency>
95       <groupId>commons-io</groupId>
96       <artifactId>commons-io</artifactId>
97       <scope>test</scope>
98     </dependency>
99
100     <dependency>
101       <groupId>xmlunit</groupId>
102       <artifactId>xmlunit</artifactId>
103       <scope>test</scope>
104     </dependency>
105   </dependencies>
106
107   <build>
108     <plugins>
109       <plugin>
110         <groupId>org.apache.felix</groupId>
111         <artifactId>maven-bundle-plugin</artifactId>
112         <configuration>
113           <instructions>
114             <Bundle-Activator>org.opendaylight.controller.netconf.impl.osgi.NetconfImplActivator</Bundle-Activator>
115             <Import-Package>com.google.common.base,
116                             com.google.common.collect,
117                             io.netty.channel,
118                             io.netty.channel.socket,
119                             io.netty.util,
120                             io.netty.util.concurrent,
121                             io.netty.buffer,
122                             io.netty.handler.codec,
123                             io.netty.channel.nio,
124                             javax.annotation,
125                             javax.management,
126                             javax.net.ssl,
127                             javax.xml.namespace,
128                             javax.xml.xpath,
129                             org.opendaylight.controller.netconf.api,
130                             org.opendaylight.controller.netconf.api.jmx,
131                             org.opendaylight.controller.netconf.mapping.api,
132                             org.opendaylight.controller.netconf.util.*,
133                             org.opendaylight.protocol.framework,
134                             org.osgi.framework,
135                             org.osgi.util.tracker,
136                             org.slf4j,
137                             org.w3c.dom,
138                             org.xml.sax,
139                             io.netty.util.internal,
140                             org.opendaylight.controller.netconf.api.monitoring,
141                             org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924,
142                             org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev100924,
143                             org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004,
144                             org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state,
145                             org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.sessions,
146                             org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.schemas,
147                             org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210,
148                             org.opendaylight.yangtools.yang.binding,
149                             org.openexi.*,
150                             org.opendaylight.controller.netconf.nettyutil.*</Import-Package>
151           </instructions>
152         </configuration>
153       </plugin>
154       <plugin>
155         <groupId>org.apache.maven.plugins</groupId>
156         <artifactId>maven-jar-plugin</artifactId>
157         <version>2.4</version>
158         <executions>
159           <execution>
160             <goals>
161               <goal>test-jar</goal>
162             </goals>
163             <phase>package</phase>
164           </execution>
165         </executions>
166       </plugin>
167     </plugins>
168   </build>
169
170 </project>