d4195f4e3061251d04f5adbdb60fcd66497b4c81
[controller.git] / opendaylight / md-sal / sal-netconf-connector / 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   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>sal-parent</artifactId>
7     <version>1.2.4-SNAPSHOT</version>
8   </parent>
9
10   <artifactId>sal-netconf-connector</artifactId>
11
12   <packaging>bundle</packaging>
13
14   <dependencies>
15     <dependency>
16       <groupId>${project.groupId}</groupId>
17       <artifactId>netconf-config-dispatcher</artifactId>
18     </dependency>
19     <dependency>
20       <groupId>${project.groupId}</groupId>
21       <artifactId>sal-common-util</artifactId>
22     </dependency>
23     <dependency>
24       <groupId>${project.groupId}</groupId>
25       <artifactId>sal-connector-api</artifactId>
26     </dependency>
27     <dependency>
28       <groupId>org.opendaylight.controller</groupId>
29       <artifactId>ietf-netconf-monitoring</artifactId>
30     </dependency>
31     <dependency>
32       <groupId>org.opendaylight.controller</groupId>
33       <artifactId>ietf-netconf-notifications</artifactId>
34     </dependency>
35     <dependency>
36       <groupId>org.opendaylight.controller</groupId>
37       <artifactId>netconf-client</artifactId>
38     </dependency>
39     <dependency>
40       <groupId>org.opendaylight.controller</groupId>
41       <artifactId>netconf-notifications-api</artifactId>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.controller</groupId>
45       <artifactId>netty-config-api</artifactId>
46     </dependency>
47     <dependency>
48       <groupId>org.opendaylight.controller</groupId>
49       <artifactId>netty-threadgroup-config</artifactId>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.controller</groupId>
53       <artifactId>sal-binding-api</artifactId>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.yangtools</groupId>
57       <artifactId>binding-generator-impl</artifactId>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.controller</groupId>
61       <artifactId>sal-binding-config</artifactId>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.controller</groupId>
65       <artifactId>threadpool-config-api</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.controller.model</groupId>
69       <artifactId>model-inventory</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.yangtools.model</groupId>
73       <artifactId>ietf-topology</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.controller</groupId>
77       <artifactId>sal-broker-impl</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.yangtools</groupId>
81       <artifactId>yang-data-impl</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.yangtools</groupId>
85       <artifactId>yang-parser-impl</artifactId>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.yangtools.model</groupId>
89       <artifactId>ietf-inet-types</artifactId>
90     </dependency>
91     <dependency>
92       <groupId>org.slf4j</groupId>
93       <artifactId>slf4j-api</artifactId>
94     </dependency>
95       <dependency>
96           <groupId>xmlunit</groupId>
97           <artifactId>xmlunit</artifactId>
98       </dependency>
99       <dependency>
100       <groupId>${project.groupId}</groupId>
101       <artifactId>config-api</artifactId>
102       <version>${netconf.version}</version>
103       <scope>provided</scope>
104     </dependency>
105     <dependency>
106       <groupId>${project.groupId}</groupId>
107       <artifactId>config-manager</artifactId>
108       <version>${netconf.version}</version>
109       <scope>test</scope>
110     </dependency>
111     <dependency>
112       <groupId>${project.groupId}</groupId>
113       <artifactId>config-manager</artifactId>
114       <version>${netconf.version}</version>
115       <type>test-jar</type>
116       <scope>test</scope>
117     </dependency>
118     <dependency>
119       <groupId>${project.groupId}</groupId>
120       <artifactId>config-netconf-connector</artifactId>
121       <version>${netconf.version}</version>
122       <scope>test</scope>
123     </dependency>
124     <dependency>
125       <groupId>${project.groupId}</groupId>
126       <artifactId>config-persister-impl</artifactId>
127       <version>${netconf.version}</version>
128       <scope>test</scope>
129     </dependency>
130     <dependency>
131       <groupId>${project.groupId}</groupId>
132       <artifactId>config-util</artifactId>
133       <version>${netconf.version}</version>
134       <scope>test</scope>
135     </dependency>
136     <dependency>
137       <groupId>${project.groupId}</groupId>
138       <artifactId>netconf-impl</artifactId>
139       <version>${netconf.version}</version>
140       <scope>test</scope>
141     </dependency>
142     <dependency>
143       <groupId>${project.groupId}</groupId>
144       <artifactId>netconf-mapping-api</artifactId>
145       <version>${netconf.version}</version>
146       <scope>test</scope>
147     </dependency>
148     <dependency>
149       <groupId>${project.groupId}</groupId>
150       <artifactId>netconf-util</artifactId>
151       <version>${netconf.version}</version>
152       <type>test-jar</type>
153       <scope>test</scope>
154     </dependency>
155     <dependency>
156       <groupId>${project.groupId}</groupId>
157       <artifactId>yang-test</artifactId>
158       <version>${netconf.version}</version>
159       <scope>test</scope>
160     </dependency>
161     <dependency>
162       <groupId>junit</groupId>
163       <artifactId>junit</artifactId>
164       <scope>test</scope>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.controller</groupId>
168       <artifactId>logback-config</artifactId>
169       <scope>test</scope>
170     </dependency>
171     <dependency>
172       <groupId>org.opendaylight.controller</groupId>
173       <artifactId>sal-binding-broker-impl</artifactId>
174       <type>test-jar</type>
175       <scope>test</scope>
176     </dependency>
177     <dependency>
178       <groupId>org.mockito</groupId>
179       <artifactId>mockito-all</artifactId>
180       <scope>test</scope>
181     </dependency>
182     <dependency>
183       <groupId>org.powermock</groupId>
184       <artifactId>powermock-api-mockito</artifactId>
185       <version>1.5.2</version>
186       <scope>test</scope>
187     </dependency>
188     <dependency>
189       <groupId>org.powermock</groupId>
190       <artifactId>powermock-module-junit4</artifactId>
191       <version>1.5.2</version>
192       <scope>test</scope>
193     </dependency>
194   </dependencies>
195
196   <build>
197     <plugins>
198       <plugin>
199         <groupId>org.apache.felix</groupId>
200         <artifactId>maven-bundle-plugin</artifactId>
201         <configuration>
202           <instructions>
203             <Import-Package>*</Import-Package>
204           </instructions>
205         </configuration>
206       </plugin>
207
208       <plugin>
209         <groupId>org.opendaylight.yangtools</groupId>
210         <artifactId>yang-maven-plugin</artifactId>
211         <executions>
212           <execution>
213             <goals>
214               <goal>generate-sources</goal>
215             </goals>
216             <configuration>
217               <codeGenerators>
218                 <generator>
219                   <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
220                   <outputBaseDir>${salGeneratorPath}</outputBaseDir>
221                 </generator>
222                 <generator>
223                   <codeGeneratorClass>org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator</codeGeneratorClass>
224                   <outputBaseDir>${jmxGeneratorPath}</outputBaseDir>
225                   <additionalConfiguration>
226                     <namespaceToPackage1>urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang</namespaceToPackage1>
227                   </additionalConfiguration>
228                 </generator>
229                 <generator>
230                   <codeGeneratorClass>org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl</codeGeneratorClass>
231                   <outputBaseDir>target/site/models</outputBaseDir>
232                 </generator>
233               </codeGenerators>
234               <inspectDependencies>true</inspectDependencies>
235             </configuration>
236           </execution>
237         </executions>
238       </plugin>
239     </plugins>
240   </build>
241   <scm>
242     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
243     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
244     <tag>HEAD</tag>
245     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
246   </scm>
247 </project>