Merge "Bug 500: Updated data APIs with new concepts."
[controller.git] / opendaylight / md-sal / test / sal-rest-connector-it / pom.xml
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>
4     <parent>
5         <artifactId>sal-test-parent</artifactId>
6         <groupId>org.opendaylight.controller.tests</groupId>
7         <version>1.0-SNAPSHOT</version>
8     </parent>
9     <artifactId>sal-rest-connector-it</artifactId>
10     <scm>
11         <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
12         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
13         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
14     </scm>
15
16     <properties>
17         <exam.version>3.0.0</exam.version>
18         <url.version>1.5.0</url.version>
19         <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
20         <virgo.version>3.6.0.RELEASE</virgo.version>
21         <spring.version>3.1.3.RELEASE</spring.version>
22         <jersey.version>1.17</jersey.version>
23         <spring-security.version>3.1.3.RELEASE</spring-security.version>
24         <netconf.version>0.2.2-SNAPSHOT</netconf.version>
25         <config.version>0.2.3-SNAPSHOT</config.version>
26     </properties>
27
28     <build>
29         <plugins>
30             <plugin>
31                 <groupId>org.ops4j.pax.exam</groupId>
32                 <artifactId>maven-paxexam-plugin</artifactId>
33                 <version>1.2.4</version>
34                 <executions>
35                     <execution>
36                         <id>generate-config</id>
37                         <goals>
38                             <goal>generate-depends-file</goal>
39                         </goals>
40                     </execution>
41                 </executions>
42             </plugin>
43         </plugins>
44         <pluginManagement>
45             <plugins>
46                 <!--This plugin's configuration is used to store Eclipse 
47                     m2e settings only. It has no influence on the Maven build itself. -->
48                 <plugin>
49                     <groupId>org.eclipse.m2e</groupId>
50                     <artifactId>lifecycle-mapping</artifactId>
51                     <version>1.0.0</version>
52                     <configuration>
53                         <lifecycleMappingMetadata>
54                             <pluginExecutions>
55                                 <pluginExecution>
56                                     <pluginExecutionFilter>
57                                         <groupId>
58                                             org.ops4j.pax.exam
59                                         </groupId>
60                                         <artifactId>
61                                             maven-paxexam-plugin
62                                         </artifactId>
63                                         <versionRange>
64                                             [1.2.4,)
65                                         </versionRange>
66                                         <goals>
67                                             <goal>
68                                                 generate-depends-file
69                                             </goal>
70                                         </goals>
71                                     </pluginExecutionFilter>
72                                     <action>
73                                         <ignore></ignore>
74                                     </action>
75                                 </pluginExecution>
76                             </pluginExecutions>
77                         </lifecycleMappingMetadata>
78                     </configuration>
79                 </plugin>
80             </plugins>
81         </pluginManagement>
82     </build>
83
84     <dependencies>
85         <dependency>
86             <groupId>org.opendaylight.controller</groupId>
87             <artifactId>logging.bridge</artifactId>
88             <version>0.4.1-SNAPSHOT</version>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
92             <artifactId>xtend-lib-osgi</artifactId>
93             <version>2.4.3</version>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.controller</groupId>
97             <artifactId>bundlescanner.implementation</artifactId>
98             <version>0.4.1-SNAPSHOT</version>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.controller</groupId>
102             <artifactId>sal-broker-impl</artifactId>
103             <version>1.0-SNAPSHOT</version>
104             <scope>test</scope>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.controller</groupId>
108             <artifactId>sal-rest-connector</artifactId>
109             <version>1.0-SNAPSHOT</version>
110             <scope>test</scope>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.controller</groupId>
114             <artifactId>sal-netconf-connector</artifactId>
115             <version>1.0-SNAPSHOT</version>
116             <scope>test</scope>
117         </dependency>
118         <dependency>
119             <groupId>org.opendaylight.controller</groupId>
120             <artifactId>sal-binding-it</artifactId>
121             <version>1.0-SNAPSHOT</version>
122             <scope>test</scope>
123         </dependency>
124         <dependency>
125             <groupId>org.ops4j.pax.exam</groupId>
126             <artifactId>pax-exam-container-native</artifactId>
127             <version>${exam.version}</version>
128             <scope>test</scope>
129         </dependency>
130         <dependency>
131             <groupId>org.ops4j.pax.exam</groupId>
132             <artifactId>pax-exam-junit4</artifactId>
133             <version>${exam.version}</version>
134             <scope>test</scope>
135         </dependency>
136         <dependency>
137             <groupId>io.netty</groupId>
138             <artifactId>netty-all</artifactId>
139             <version>${netty.version}</version>
140             <scope>test</scope>
141         </dependency>
142         <dependency>
143             <groupId>org.ops4j.pax.exam</groupId>
144             <artifactId>pax-exam-link-mvn</artifactId>
145             <version>${exam.version}</version>
146             <scope>test</scope>
147         </dependency>
148         <dependency>
149             <groupId>equinoxSDK381</groupId>
150             <artifactId>org.eclipse.osgi</artifactId>
151             <version>3.8.1.v20120830-144521</version>
152             <scope>test</scope>
153         </dependency>
154         <dependency>
155             <groupId>org.slf4j</groupId>
156             <artifactId>log4j-over-slf4j</artifactId>
157             <version>1.7.2</version>
158         </dependency>
159         <dependency>
160             <groupId>ch.qos.logback</groupId>
161             <artifactId>logback-core</artifactId>
162             <version>1.0.9</version>
163         </dependency>
164         <dependency>
165             <groupId>ch.qos.logback</groupId>
166             <artifactId>logback-classic</artifactId>
167             <version>1.0.9</version>
168         </dependency>
169         <dependency>
170             <groupId>org.opendaylight.controller</groupId>
171             <artifactId>sal-binding-api</artifactId>
172             <version>1.0-SNAPSHOT</version>
173         </dependency>
174         <dependency>
175             <groupId>org.opendaylight.controller</groupId>
176             <artifactId>sal-common-util</artifactId>
177             <version>1.0-SNAPSHOT</version>
178         </dependency>
179         <dependency>
180             <groupId>org.opendaylight.controller</groupId>
181             <artifactId>sal-core-api</artifactId>
182             <version>1.0-SNAPSHOT</version>
183         </dependency>
184         <dependency>
185             <groupId>org.opendaylight.controller.model</groupId>
186             <artifactId>model-flow-service</artifactId>
187             <version>1.0-SNAPSHOT</version>
188             <scope>provided</scope>
189         </dependency>
190         <dependency>
191             <groupId>org.opendaylight.controller</groupId>
192             <artifactId>config-manager</artifactId>
193             <version>0.2.2-SNAPSHOT</version>
194         </dependency>
195         <dependency>
196             <groupId>org.opendaylight.controller.model</groupId>
197             <artifactId>model-flow-management</artifactId>
198             <version>1.0-SNAPSHOT</version>
199             <scope>provided</scope>
200         </dependency>
201         <dependency>
202             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
203             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
204             <version>4.0</version>
205         </dependency>
206         <dependency>
207             <groupId>org.opendaylight.yangtools</groupId>
208             <artifactId>yang-binding</artifactId>
209         </dependency>
210         <dependency>
211             <groupId>org.opendaylight.yangtools</groupId>
212             <artifactId>yang-common</artifactId>
213         </dependency>
214         <dependency>
215             <groupId>org.opendaylight.yangtools</groupId>
216             <artifactId>yang-data-api</artifactId>
217         </dependency>
218         <dependency>
219             <groupId>org.opendaylight.controller</groupId>
220             <artifactId>commons.northbound</artifactId>
221             <version>0.4.1-SNAPSHOT</version>
222             <scope>runtime</scope>
223         </dependency>
224         <dependency>
225             <groupId>org.opendaylight.controller</groupId>
226             <artifactId>sal-common-util</artifactId>
227             <version>1.0-SNAPSHOT</version>
228         </dependency>
229         <dependency>
230             <groupId>org.slf4j</groupId>
231             <artifactId>jcl-over-slf4j</artifactId>
232             <version>1.7.2</version>
233         </dependency>
234         <dependency>
235             <groupId>org.slf4j</groupId>
236             <artifactId>slf4j-api</artifactId>
237
238         </dependency>
239         <dependency>
240             <groupId>org.slf4j</groupId>
241             <artifactId>log4j-over-slf4j</artifactId>
242             <version>1.7.2</version>
243         </dependency>
244         <dependency>
245             <groupId>ch.qos.logback</groupId>
246             <artifactId>logback-core</artifactId>
247             <version>1.0.9</version>
248         </dependency>
249         <dependency>
250             <groupId>ch.qos.logback</groupId>
251             <artifactId>logback-classic</artifactId>
252             <version>1.0.9</version>
253         </dependency>
254         <dependency>
255             <groupId>commons-codec</groupId>
256             <artifactId>commons-codec</artifactId>
257             <version>1.7</version>
258         </dependency>
259         <dependency>
260             <groupId>equinoxSDK381</groupId>
261             <artifactId>javax.servlet</artifactId>
262             <version>3.0.0.v201112011016</version>
263         </dependency>
264         <dependency>
265             <groupId>equinoxSDK381</groupId>
266             <artifactId>javax.servlet.jsp</artifactId>
267             <version>2.2.0.v201112011158</version>
268         </dependency>
269         <dependency>
270             <groupId>equinoxSDK381</groupId>
271             <artifactId>org.eclipse.equinox.ds</artifactId>
272             <version>1.4.0.v20120522-1841</version>
273         </dependency>
274         <dependency>
275             <groupId>equinoxSDK381</groupId>
276             <artifactId>org.eclipse.equinox.util</artifactId>
277             <version>1.0.400.v20120522-2049</version>
278         </dependency>
279         <dependency>
280             <groupId>equinoxSDK381</groupId>
281             <artifactId>org.eclipse.osgi.services</artifactId>
282             <version>3.3.100.v20120522-1822</version>
283         </dependency>
284         <dependency>
285             <groupId>equinoxSDK381</groupId>
286             <artifactId>org.eclipse.osgi</artifactId>
287             <version>3.8.1.v20120830-144521</version>
288         </dependency>
289         <dependency>
290             <groupId>equinoxSDK381</groupId>
291             <artifactId>org.apache.felix.gogo.command</artifactId>
292             <version>0.8.0.v201108120515</version>
293         </dependency>
294         <dependency>
295             <groupId>equinoxSDK381</groupId>
296             <artifactId>org.apache.felix.gogo.runtime</artifactId>
297             <version>0.8.0.v201108120515</version>
298         </dependency>
299         <dependency>
300             <groupId>equinoxSDK381</groupId>
301             <artifactId>org.apache.felix.gogo.shell</artifactId>
302             <version>0.8.0.v201110170705</version>
303         </dependency>
304         <dependency>
305             <groupId>equinoxSDK381</groupId>
306             <artifactId>org.eclipse.equinox.cm</artifactId>
307             <version>1.0.400.v20120522-1841</version>
308         </dependency>
309         <dependency>
310             <groupId>equinoxSDK381</groupId>
311             <artifactId>org.eclipse.equinox.console</artifactId>
312             <version>1.0.0.v20120522-1841</version>
313         </dependency>
314         <dependency>
315             <groupId>equinoxSDK381</groupId>
316             <artifactId>org.eclipse.equinox.launcher</artifactId>
317             <version>1.3.0.v20120522-1813</version>
318         </dependency>
319         <!-- Gemini Web -->
320         <dependency>
321             <groupId>geminiweb</groupId>
322             <artifactId>org.eclipse.gemini.web.core</artifactId>
323             <version>${geminiweb.version}</version>
324         </dependency>
325         <dependency>
326             <groupId>geminiweb</groupId>
327             <artifactId>org.eclipse.gemini.web.extender</artifactId>
328             <version>${geminiweb.version}</version>
329         </dependency>
330         <dependency>
331             <groupId>geminiweb</groupId>
332             <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
333             <version>${geminiweb.version}</version>
334         </dependency>
335         <dependency>
336             <groupId>geminiweb</groupId>
337             <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
338             <version>${virgo.version}</version>
339         </dependency>
340         <dependency>
341             <groupId>geminiweb</groupId>
342             <artifactId>org.eclipse.virgo.util.common</artifactId>
343             <version>${virgo.version}</version>
344         </dependency>
345         <dependency>
346             <groupId>geminiweb</groupId>
347             <artifactId>org.eclipse.virgo.util.io</artifactId>
348             <version>${virgo.version}</version>
349         </dependency>
350         <dependency>
351             <groupId>geminiweb</groupId>
352             <artifactId>org.eclipse.virgo.util.math</artifactId>
353             <version>${virgo.version}</version>
354         </dependency>
355         <dependency>
356             <groupId>geminiweb</groupId>
357             <artifactId>org.eclipse.virgo.util.osgi</artifactId>
358             <version>${virgo.version}</version>
359         </dependency>
360         <dependency>
361             <groupId>geminiweb</groupId>
362             <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
363             <version>${virgo.version}</version>
364         </dependency>
365         <dependency>
366             <groupId>geminiweb</groupId>
367             <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
368             <version>${virgo.version}</version>
369         </dependency>
370         <dependency>
371             <groupId>org.apache.felix</groupId>
372             <artifactId>org.apache.felix.dependencymanager</artifactId>
373             <version>3.1.0</version>
374         </dependency>
375         <dependency>
376             <groupId>org.apache.felix</groupId>
377             <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
378             <version>3.0.1</version>
379         </dependency>
380         <dependency>
381             <groupId>org.jboss.spec.javax.transaction</groupId>
382             <artifactId>jboss-transaction-api_1.1_spec</artifactId>
383             <version>1.0.1.Final</version>
384         </dependency>
385         <dependency>
386             <groupId>org.apache.felix</groupId>
387             <artifactId>org.apache.felix.fileinstall</artifactId>
388             <version>3.1.6</version>
389         </dependency>
390         <dependency>
391             <groupId>org.apache.commons</groupId>
392             <artifactId>commons-lang3</artifactId>
393             <version>3.1</version>
394         </dependency>
395         <dependency>
396             <groupId>virgomirror</groupId>
397             <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
398             <version>3.8.0.I20120518-2145</version>
399         </dependency>
400         <dependency>
401             <groupId>eclipselink</groupId>
402             <artifactId>javax.persistence</artifactId>
403             <version>2.0.4.v201112161009</version>
404         </dependency>
405         <dependency>
406             <groupId>orbit</groupId>
407             <artifactId>javax.activation</artifactId>
408             <version>1.1.0.v201211130549</version>
409         </dependency>
410         <dependency>
411             <groupId>orbit</groupId>
412             <artifactId>javax.annotation</artifactId>
413             <version>1.1.0.v201209060031</version>
414         </dependency>
415         <dependency>
416             <groupId>orbit</groupId>
417             <artifactId>javax.ejb</artifactId>
418             <version>3.1.1.v201204261316</version>
419         </dependency>
420         <dependency>
421             <groupId>orbit</groupId>
422             <artifactId>javax.el</artifactId>
423             <version>2.2.0.v201108011116</version>
424         </dependency>
425         <dependency>
426             <groupId>orbit</groupId>
427             <artifactId>javax.mail.glassfish</artifactId>
428             <version>1.4.1.v201108011116</version>
429         </dependency>
430         <dependency>
431             <groupId>orbit</groupId>
432             <artifactId>javax.xml.rpc</artifactId>
433             <version>1.1.0.v201005080400</version>
434         </dependency>
435         <dependency>
436             <groupId>orbit</groupId>
437             <artifactId>org.apache.catalina</artifactId>
438             <version>7.0.32.v201211201336</version>
439         </dependency>
440         <dependency>
441             <groupId>orbit</groupId>
442             <artifactId>org.apache.catalina.ha</artifactId>
443             <version>7.0.32.v201211201952</version>
444         </dependency>
445         <dependency>
446             <groupId>orbit</groupId>
447             <artifactId>org.apache.catalina.tribes</artifactId>
448             <version>7.0.32.v201211201952</version>
449         </dependency>
450         <dependency>
451             <groupId>orbit</groupId>
452             <artifactId>org.apache.coyote</artifactId>
453             <version>7.0.32.v201211201952</version>
454         </dependency>
455         <dependency>
456             <groupId>orbit</groupId>
457             <artifactId>org.apache.el</artifactId>
458             <version>7.0.32.v201211081135</version>
459         </dependency>
460         <dependency>
461             <groupId>orbit</groupId>
462             <artifactId>org.apache.jasper</artifactId>
463             <version>7.0.32.v201211201952</version>
464         </dependency>
465         <dependency>
466             <groupId>orbit</groupId>
467             <artifactId>org.apache.juli.extras</artifactId>
468             <version>7.0.32.v201211081135</version>
469         </dependency>
470         <dependency>
471             <groupId>orbit</groupId>
472             <artifactId>org.apache.tomcat.api</artifactId>
473             <version>7.0.32.v201211081135</version>
474         </dependency>
475         <dependency>
476             <groupId>orbit</groupId>
477             <artifactId>org.apache.tomcat.util</artifactId>
478             <version>7.0.32.v201211201952</version>
479         </dependency>
480         <dependency>
481             <groupId>orbit</groupId>
482             <artifactId>javax.servlet.jsp.jstl</artifactId>
483             <version>1.2.0.v201105211821</version>
484         </dependency>
485         <dependency>
486             <groupId>orbit</groupId>
487             <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
488             <version>1.2.0.v201210211230</version>
489         </dependency>
490         <!-- Add Pax Exam -->
491         <dependency>
492             <groupId>org.ops4j.pax.exam</groupId>
493             <artifactId>pax-exam-container-native</artifactId>
494             <version>${exam.version}</version>
495             <scope>test</scope>
496         </dependency>
497         <dependency>
498             <groupId>org.ops4j.pax.exam</groupId>
499             <artifactId>pax-exam-junit4</artifactId>
500             <version>${exam.version}</version>
501             <scope>test</scope>
502         </dependency>
503         <dependency>
504             <groupId>org.ops4j.pax.exam</groupId>
505             <artifactId>pax-exam-link-mvn</artifactId>
506             <version>${exam.version}</version>
507             <scope>test</scope>
508         </dependency>
509         <dependency>
510             <groupId>org.ops4j.pax.url</groupId>
511             <artifactId>pax-url-aether</artifactId>
512             <version>${url.version}</version>
513             <scope>test</scope>
514         </dependency>
515         <dependency>
516             <groupId>org.ow2.asm</groupId>
517             <artifactId>asm-all</artifactId>
518             <version>4.1</version>
519         </dependency>
520         <dependency>
521             <groupId>org.springframework</groupId>
522             <artifactId>org.springframework.asm</artifactId>
523             <version>${spring.version}</version>
524         </dependency>
525         <dependency>
526             <groupId>org.springframework</groupId>
527             <artifactId>org.springframework.aop</artifactId>
528             <version>${spring.version}</version>
529         </dependency>
530         <dependency>
531             <groupId>org.springframework</groupId>
532             <artifactId>org.springframework.context</artifactId>
533             <version>${spring.version}</version>
534         </dependency>
535         <dependency>
536             <groupId>org.springframework</groupId>
537             <artifactId>org.springframework.context.support</artifactId>
538             <version>${spring.version}</version>
539         </dependency>
540         <dependency>
541             <groupId>org.springframework</groupId>
542             <artifactId>org.springframework.core</artifactId>
543             <version>${spring.version}</version>
544         </dependency>
545         <dependency>
546             <groupId>org.springframework</groupId>
547             <artifactId>org.springframework.beans</artifactId>
548             <version>${spring.version}</version>
549         </dependency>
550         <dependency>
551             <groupId>org.springframework</groupId>
552             <artifactId>org.springframework.expression</artifactId>
553             <version>${spring.version}</version>
554         </dependency>
555         <dependency>
556             <groupId>org.springframework</groupId>
557             <artifactId>org.springframework.web</artifactId>
558             <version>${spring.version}</version>
559         </dependency>
560         <dependency>
561             <groupId>org.aopalliance</groupId>
562             <artifactId>com.springsource.org.aopalliance</artifactId>
563             <version>1.0.0</version>
564         </dependency>
565         <dependency>
566             <groupId>org.springframework</groupId>
567             <artifactId>org.springframework.web.servlet</artifactId>
568             <version>${spring.version}</version>
569         </dependency>
570         <!-- Spring security -->
571         <dependency>
572             <groupId>org.springframework.security</groupId>
573             <artifactId>spring-security-config</artifactId>
574             <version>${spring-security.version}</version>
575         </dependency>
576         <dependency>
577             <groupId>org.springframework.security</groupId>
578             <artifactId>spring-security-core</artifactId>
579             <version>${spring-security.version}</version>
580         </dependency>
581         <dependency>
582             <groupId>org.springframework.security</groupId>
583             <artifactId>spring-security-web</artifactId>
584             <version>${spring-security.version}</version>
585         </dependency>
586         <dependency>
587             <groupId>org.springframework.security</groupId>
588             <artifactId>spring-security-taglibs</artifactId>
589             <version>${spring-security.version}</version>
590         </dependency>
591         <dependency>
592             <groupId>org.springframework</groupId>
593             <artifactId>org.springframework.transaction</artifactId>
594             <version>${spring-security.version}</version>
595         </dependency>
596         <!-- Visual VM hook -->
597         <dependency>
598             <groupId>org.ow2.chameleon.management</groupId>
599             <artifactId>chameleon-mbeans</artifactId>
600             <version>1.0.0</version>
601         </dependency>
602         <!-- Jersey for JAXRS -->
603         <dependency>
604             <groupId>com.sun.jersey</groupId>
605             <artifactId>jersey-core</artifactId>
606             <version>${jersey.version}</version>
607         </dependency>
608         <!-- <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-servlet</artifactId> 
609             <version>${jersey.version}</version> </dependency> -->
610         <dependency>
611             <groupId>com.sun.jersey</groupId>
612             <artifactId>jersey-server</artifactId>
613             <version>${jersey.version}</version>
614         </dependency>
615         <dependency>
616             <groupId>com.sun.jersey</groupId>
617             <artifactId>jersey-client</artifactId>
618             <version>${jersey.version}</version>
619         </dependency>
620
621         <dependency>
622             <groupId>eclipselink</groupId>
623             <artifactId>javax.resource</artifactId>
624             <version>1.5.0.v200906010428</version>
625         </dependency>
626         <dependency>
627             <groupId>org.opendaylight.controller.thirdparty</groupId>
628             <artifactId>com.sun.jersey.jersey-servlet</artifactId>
629             <version>1.17</version>
630         </dependency>
631         <dependency>
632             <groupId>org.opendaylight.controller.thirdparty</groupId>
633             <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
634             <version>7.0.42</version>
635         </dependency>
636
637
638         <dependency>
639             <groupId>org.opendaylight.controller</groupId>
640             <artifactId>config-api</artifactId>
641             <version>${config.version}</version>
642         </dependency>
643         <dependency>
644             <groupId>org.opendaylight.controller</groupId>
645             <artifactId>config-manager</artifactId>
646             <version>${config.version}</version>
647         </dependency>
648         <dependency>
649             <groupId>org.opendaylight.controller</groupId>
650             <artifactId>config-util</artifactId>
651             <version>${config.version}</version>
652         </dependency>
653         <dependency>
654             <groupId>org.opendaylight.controller</groupId>
655             <artifactId>yang-jmx-generator</artifactId>
656             <version>${config.version}</version>
657         </dependency>
658         <dependency>
659             <groupId>org.opendaylight.controller</groupId>
660             <artifactId>logback-config</artifactId>
661             <version>${config.version}</version>
662         </dependency>
663         <dependency>
664             <groupId>org.opendaylight.controller</groupId>
665             <artifactId>config-persister-api</artifactId>
666             <version>${config.version}</version>
667         </dependency>
668         <dependency>
669             <groupId>org.opendaylight.controller</groupId>
670             <artifactId>config-persister-file-adapter</artifactId>
671             <version>${config.version}</version>
672         </dependency>
673         <dependency>
674             <groupId>org.opendaylight.controller</groupId>
675             <artifactId>netconf-api</artifactId>
676             <version>${netconf.version}</version>
677         </dependency>
678         <dependency>
679             <groupId>org.opendaylight.controller</groupId>
680             <artifactId>netconf-impl</artifactId>
681             <version>${netconf.version}</version>
682         </dependency>
683         <dependency>
684             <groupId>org.opendaylight.controller</groupId>
685             <artifactId>netconf-util</artifactId>
686             <version>${netconf.version}</version>
687         </dependency>
688         <dependency>
689             <groupId>org.opendaylight.controller</groupId>
690             <artifactId>netconf-client</artifactId>
691             <version>${netconf.version}</version>
692         </dependency>
693         <dependency>
694             <groupId>org.opendaylight.controller</groupId>
695             <artifactId>netconf-mapping-api</artifactId>
696             <version>${netconf.version}</version>
697         </dependency>
698         <dependency>
699             <groupId>org.opendaylight.controller</groupId>
700             <artifactId>config-netconf-connector</artifactId>
701             <version>${netconf.version}</version>
702         </dependency>
703         <dependency>
704             <groupId>org.opendaylight.controller</groupId>
705             <artifactId>config-persister-impl</artifactId>
706             <version>${netconf.version}</version>
707         </dependency>
708     </dependencies>
709 </project>