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