4305a283e2f0ac2e374629005c85fd0dbc65c7e2
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / integrationtest / test-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-remoterpc-connector-test-parent</artifactId>
6         <groupId>org.opendaylight.controller.tests</groupId>
7         <version>1.0-SNAPSHOT</version>
8     </parent>
9     <artifactId>sal-remoterpc-connector-test-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         <config.version>0.2.3-SNAPSHOT</config.version>
20         <netconf.version>0.2.3-SNAPSHOT</netconf.version>
21     </properties>
22
23     <dependencyManagement>
24         <dependencies>
25             <dependency>
26                 <groupId>commons-codec</groupId>
27                 <artifactId>commons-codec</artifactId>
28                 <version>1.7</version>
29             </dependency>
30         </dependencies>
31     </dependencyManagement>
32
33
34     <build>
35         <plugins>
36             <plugin>
37                 <groupId>org.ops4j.pax.exam</groupId>
38                 <artifactId>maven-paxexam-plugin</artifactId>
39                 <version>1.2.4</version>
40                 <executions>
41                     <execution>
42                         <id>generate-config</id>
43                         <goals>
44                             <goal>generate-depends-file</goal>
45                         </goals>
46                     </execution>
47                 </executions>
48             </plugin>
49         </plugins>
50         <pluginManagement>
51             <plugins>
52                 <!--This plugin's configuration is used to store Eclipse 
53                     m2e settings only. It has no influence on the Maven build itself. -->
54                 <plugin>
55                     <groupId>org.eclipse.m2e</groupId>
56                     <artifactId>lifecycle-mapping</artifactId>
57                     <version>1.0.0</version>
58                     <configuration>
59                         <lifecycleMappingMetadata>
60                             <pluginExecutions>
61                                 <pluginExecution>
62                                     <pluginExecutionFilter>
63                                         <groupId>
64                                             org.ops4j.pax.exam
65                                         </groupId>
66                                         <artifactId>
67                                             maven-paxexam-plugin
68                                         </artifactId>
69                                         <versionRange>
70                                             [1.2.4,)
71                                         </versionRange>
72                                         <goals>
73                                             <goal>
74                                                 generate-depends-file
75                                             </goal>
76                                         </goals>
77                                     </pluginExecutionFilter>
78                                     <action>
79                                         <ignore></ignore>
80                                     </action>
81                                 </pluginExecution>
82                             </pluginExecutions>
83                         </lifecycleMappingMetadata>
84                     </configuration>
85                 </plugin>
86             </plugins>
87         </pluginManagement>
88     </build>
89
90     <dependencies>
91         <dependency>
92             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
93             <artifactId>xtend-lib-osgi</artifactId>
94             <version>2.4.3</version>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.controller.tests</groupId>
98             <artifactId>sal-remoterpc-connector-test-provider</artifactId>
99             <version>1.0-SNAPSHOT</version>
100         </dependency>
101         <dependency>
102             <groupId>org.opendaylight.controller.tests</groupId>
103             <artifactId>sal-remoterpc-connector-test-consumer</artifactId>
104             <version>1.0-SNAPSHOT</version>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.controller</groupId>
108             <artifactId>sal-broker-impl</artifactId>
109             <version>1.0-SNAPSHOT</version>
110         </dependency>
111         <dependency>
112             <groupId>org.ops4j.pax.exam</groupId>
113             <artifactId>pax-exam-container-native</artifactId>
114             <version>${exam.version}</version>
115             <scope>test</scope>
116         </dependency>
117         <dependency>
118             <groupId>org.ops4j.pax.exam</groupId>
119             <artifactId>pax-exam-junit4</artifactId>
120             <version>${exam.version}</version>
121             <scope>test</scope>
122         </dependency>
123         <dependency>
124             <groupId>org.ops4j.pax.exam</groupId>
125             <artifactId>pax-exam-link-mvn</artifactId>
126             <version>${exam.version}</version>
127             <scope>test</scope>
128         </dependency>
129         <dependency>
130             <groupId>org.ops4j.pax.url</groupId>
131             <artifactId>pax-url-aether</artifactId>
132             <version>1.5.2</version>
133             <scope>test</scope>
134         </dependency>
135         <dependency>
136             <groupId>equinoxSDK381</groupId>
137             <artifactId>org.eclipse.osgi</artifactId>
138             <version>3.8.1.v20120830-144521</version>
139             <scope>test</scope>
140         </dependency>
141         <dependency>
142             <groupId>org.slf4j</groupId>
143             <artifactId>log4j-over-slf4j</artifactId>
144             <version>1.7.2</version>
145         </dependency>
146         <dependency>
147             <groupId>ch.qos.logback</groupId>
148             <artifactId>logback-core</artifactId>
149             <version>1.0.9</version>
150         </dependency>
151         <dependency>
152             <groupId>ch.qos.logback</groupId>
153             <artifactId>logback-classic</artifactId>
154             <version>1.0.9</version>
155         </dependency>
156         <dependency>
157             <groupId>org.opendaylight.controller</groupId>
158             <artifactId>sal-binding-api</artifactId>
159             <version>1.0-SNAPSHOT</version>
160         </dependency>
161         <dependency>
162             <groupId>org.opendaylight.controller</groupId>
163             <artifactId>sal-common-util</artifactId>
164             <version>1.0-SNAPSHOT</version>
165         </dependency>
166         <dependency>
167             <groupId>org.opendaylight.controller</groupId>
168             <artifactId>sal-core-api</artifactId>
169             <version>1.0-SNAPSHOT</version>
170         </dependency>
171         <dependency>
172             <groupId>org.opendaylight.controller</groupId>
173             <artifactId>sal-remoterpc-connector</artifactId>
174             <version>1.0-SNAPSHOT</version>
175         </dependency>
176
177         <dependency>
178             <groupId>org.opendaylight.controller</groupId>
179             <artifactId>containermanager</artifactId>
180             <version>0.5.1-SNAPSHOT</version>
181             <exclusions>
182                 <exclusion>
183                     <groupId>org.osgi</groupId>
184                     <artifactId>org.osgi.compendium</artifactId>
185                 </exclusion>
186                 <exclusion>
187                     <artifactId>commons-io</artifactId>
188                     <groupId>commons-io</groupId>
189                 </exclusion>
190             </exclusions>
191         </dependency>
192
193         <dependency>
194             <groupId>org.opendaylight.yangtools</groupId>
195             <artifactId>yang-binding</artifactId>
196         </dependency>
197         <dependency>
198             <groupId>org.opendaylight.yangtools</groupId>
199             <artifactId>yang-common</artifactId>
200         </dependency>
201         <dependency>
202             <groupId>org.opendaylight.yangtools</groupId>
203             <artifactId>yang-data-api</artifactId>
204         </dependency>
205         <!--dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-impl</artifactId> 
206             <version>0.5.9-SNAPSHOT</version> </dependency -->
207         <dependency>
208             <groupId>org.opendaylight.yangtools</groupId>
209             <artifactId>yang-parser-impl</artifactId>
210             <version>0.5.9-SNAPSHOT</version>
211         </dependency>
212         <dependency>
213             <groupId>org.opendaylight.controller</groupId>
214             <artifactId>sal-common-util</artifactId>
215             <version>1.0-SNAPSHOT</version>
216         </dependency>
217         <dependency>
218             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
219             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
220             <version>4.0</version>
221         </dependency>
222
223         <!-- routing table dependencies -->
224         <dependency>
225             <groupId>org.opendaylight.controller</groupId>
226             <artifactId>zeromq-routingtable.implementation</artifactId>
227             <version>0.4.1-SNAPSHOT</version>
228         </dependency>
229         <dependency>
230             <groupId>org.opendaylight.controller</groupId>
231             <artifactId>clustering.services</artifactId>
232             <version>0.4.1-SNAPSHOT</version>
233         </dependency>
234         <dependency>
235             <groupId>org.opendaylight.controller</groupId>
236             <artifactId>sal</artifactId>
237             <version>0.5.1-SNAPSHOT</version>
238             <exclusions>
239                 <exclusion>
240                     <groupId>org.osgi</groupId>
241                     <artifactId>org.osgi.compendium</artifactId>
242                 </exclusion>
243             </exclusions>
244         </dependency>
245         <dependency>
246             <groupId>org.opendaylight.controller</groupId>
247             <artifactId>sal.implementation</artifactId>
248             <version>0.4.0-SNAPSHOT</version>
249             <exclusions>
250                 <exclusion>
251                     <artifactId>commons-io</artifactId>
252                     <groupId>commons-io</groupId>
253                 </exclusion>
254             </exclusions>
255         </dependency>
256         <dependency>
257             <groupId>org.opendaylight.controller</groupId>
258             <artifactId>containermanager</artifactId>
259             <version>0.5.0-SNAPSHOT</version>
260             <exclusions>
261                 <exclusion>
262                     <groupId>org.osgi</groupId>
263                     <artifactId>org.osgi.compendium</artifactId>
264                 </exclusion>
265                 <exclusion>
266                     <artifactId>commons-io</artifactId>
267                     <groupId>commons-io</groupId>
268                 </exclusion>
269             </exclusions>
270         </dependency>
271         <dependency>
272             <groupId>org.opendaylight.controller</groupId>
273             <artifactId>containermanager.it.implementation</artifactId>
274             <version>0.5.0-SNAPSHOT</version>
275             <exclusions>
276                 <exclusion>
277                     <artifactId>commons-io</artifactId>
278                     <groupId>commons-io</groupId>
279                 </exclusion>
280             </exclusions>
281         </dependency>
282         <dependency>
283             <groupId>org.opendaylight.controller</groupId>
284             <artifactId>clustering.stub</artifactId>
285             <version>0.4.0-SNAPSHOT</version>
286             <exclusions>
287                 <exclusion>
288                     <artifactId>commons-io</artifactId>
289                     <groupId>commons-io</groupId>
290                 </exclusion>
291             </exclusions>
292         </dependency>
293
294         <dependency>
295             <groupId>org.apache.felix</groupId>
296             <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
297             <version>3.0.1</version>
298             <exclusions>
299                 <exclusion>
300                     <groupId>org.osgi</groupId>
301                     <artifactId>org.osgi.compendium</artifactId>
302                 </exclusion>
303             </exclusions>
304         </dependency>
305         <dependency>
306             <groupId>eclipselink</groupId>
307             <artifactId>javax.resource</artifactId>
308             <version>1.5.0.v200906010428</version>
309         </dependency>
310         <dependency>
311             <groupId>com.google.guava</groupId>
312             <artifactId>guava</artifactId>
313         </dependency>
314         <dependency>
315             <groupId>org.opendaylight.controller</groupId>
316             <artifactId>sal</artifactId>
317             <version>0.5.1-SNAPSHOT</version>
318         </dependency>
319         <dependency>
320         <groupId>org.opendaylight.controller</groupId>
321         <artifactId>ietf-netconf-monitoring</artifactId>
322         <version>${netconf.version}</version>
323         </dependency>
324         <dependency>
325             <groupId>org.opendaylight.yangtools</groupId>
326             <artifactId>yang-binding</artifactId>
327         </dependency>
328         <dependency>
329             <groupId>org.opendaylight.yangtools.model</groupId>
330             <artifactId>yang-ext</artifactId>
331             <version>2013.09.07.1</version>
332         </dependency>
333         <dependency>
334             <groupId>org.opendaylight.yangtools.model</groupId>
335             <artifactId>opendaylight-l2-types</artifactId>
336             <version>2013.08.27.1</version>
337         </dependency>
338         <dependency>
339             <groupId>org.opendaylight.controller</groupId>
340             <artifactId>sal-binding-it</artifactId>
341             <version>1.0-SNAPSHOT</version>
342         </dependency>
343         <dependency>
344             <groupId>org.opendaylight.controller</groupId>
345             <artifactId>sal-binding-config</artifactId>
346             <version>1.0-SNAPSHOT</version>
347         </dependency>
348         <dependency>
349             <groupId>org.opendaylight.controller</groupId>
350             <artifactId>sal-binding-broker-impl</artifactId>
351             <version>1.0-SNAPSHOT</version>
352         </dependency>
353         <dependency>
354             <groupId>org.opendaylight.controller</groupId>
355             <artifactId>sal-broker-impl</artifactId>
356             <version>1.0-SNAPSHOT</version>
357         </dependency>
358
359         <dependency>
360             <groupId>org.opendaylight.controller.model</groupId>
361             <artifactId>model-inventory</artifactId>
362             <version>1.0-SNAPSHOT</version>
363         </dependency>
364         <dependency>
365             <groupId>org.opendaylight.yangtools</groupId>
366             <artifactId>yang-common</artifactId>
367         </dependency>
368         <dependency>
369             <groupId>org.opendaylight.controller</groupId>
370             <artifactId>sal-connector-api</artifactId>
371             <version>1.0-SNAPSHOT</version>
372         </dependency>
373         <dependency>
374             <groupId>org.opendaylight.controller</groupId>
375             <artifactId>sal-common-util</artifactId>
376             <version>1.0-SNAPSHOT</version>
377         </dependency>
378
379         <dependency>
380             <groupId>org.opendaylight.controller</groupId>
381             <artifactId>clustering.services</artifactId>
382             <version>0.4.1-SNAPSHOT</version>
383         </dependency>
384
385         <dependency>
386             <groupId>equinoxSDK381</groupId>
387             <artifactId>org.eclipse.osgi</artifactId>
388             <version>3.8.1.v20120830-144521</version>
389         </dependency>
390
391         <dependency>
392             <groupId>org.codehaus.jackson</groupId>
393             <artifactId>jackson-mapper-asl</artifactId>
394             <version>1.9.2</version>
395         </dependency>
396         <dependency>
397             <groupId>org.codehaus.jackson</groupId>
398             <artifactId>jackson-core-asl</artifactId>
399             <version>1.9.2</version>
400         </dependency>
401         <dependency>
402             <groupId>org.zeromq</groupId>
403             <artifactId>jeromq</artifactId>
404             <version>0.3.1</version>
405         </dependency>
406         <dependency>
407             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
408             <artifactId>xtend-lib-osgi</artifactId>
409             <version>2.4.3</version>
410             <scope>test</scope>
411         </dependency>
412         <dependency>
413             <groupId>org.opendaylight.controller</groupId>
414             <artifactId>sal-binding-broker-impl</artifactId>
415             <version>1.0-SNAPSHOT</version>
416             <scope>provided</scope>
417         </dependency>
418         <dependency>
419             <groupId>org.ops4j.pax.exam</groupId>
420             <artifactId>pax-exam-container-native</artifactId>
421             <version>${exam.version}</version>
422             <scope>test</scope>
423         </dependency>
424         <dependency>
425             <groupId>org.ops4j.pax.exam</groupId>
426             <artifactId>pax-exam-junit4</artifactId>
427             <version>${exam.version}</version>
428             <scope>test</scope>
429         </dependency>
430         <dependency>
431             <groupId>org.opendaylight.controller</groupId>
432             <artifactId>config-netconf-connector</artifactId>
433             <version>${netconf.version}</version>
434             <scope>test</scope>
435         </dependency>
436         <dependency>
437             <groupId>org.opendaylight.controller</groupId>
438             <artifactId>yang-store-impl</artifactId>
439             <version>${config.version}</version>
440         </dependency>
441         <dependency>
442             <groupId>org.opendaylight.controller</groupId>
443             <artifactId>logback-config</artifactId>
444             <version>${config.version}</version>
445         </dependency>
446         <dependency>
447             <groupId>org.opendaylight.controller</groupId>
448             <artifactId>config-persister-impl</artifactId>
449             <version>${config.version}</version>
450         </dependency>
451         <dependency>
452             <groupId>org.opendaylight.controller</groupId>
453             <artifactId>config-persister-file-adapter</artifactId>
454             <version>${config.version}</version>
455         </dependency>
456         <dependency>
457             <groupId>org.opendaylight.controller</groupId>
458             <artifactId>netconf-impl</artifactId>
459             <version>${netconf.version}</version>
460         </dependency>
461         <dependency>
462             <groupId>org.opendaylight.controller</groupId>
463             <artifactId>netconf-client</artifactId>
464             <version>${netconf.version}</version>
465         </dependency>
466         <dependency>
467             <groupId>org.ops4j.pax.exam</groupId>
468             <artifactId>pax-exam</artifactId>
469             <version>${exam.version}</version>
470             <!-- Compile scope here is intentional, it is used in TestHelper 
471                 class which could be downloaded via nexus and reused in other integration 
472                 tests. -->
473             <scope>compile</scope>
474         </dependency>
475         <dependency>
476             <groupId>org.ops4j.pax.exam</groupId>
477             <artifactId>pax-exam-link-mvn</artifactId>
478             <version>${exam.version}</version>
479             <scope>test</scope>
480         </dependency>
481         <dependency>
482             <groupId>equinoxSDK381</groupId>
483             <artifactId>org.eclipse.osgi</artifactId>
484             <version>3.8.1.v20120830-144521</version>
485             <scope>test</scope>
486         </dependency>
487         <dependency>
488             <groupId>org.slf4j</groupId>
489             <artifactId>log4j-over-slf4j</artifactId>
490             <version>1.7.2</version>
491         </dependency>
492         <dependency>
493             <groupId>ch.qos.logback</groupId>
494             <artifactId>logback-core</artifactId>
495             <version>1.0.9</version>
496         </dependency>
497         <dependency>
498             <groupId>ch.qos.logback</groupId>
499             <artifactId>logback-classic</artifactId>
500             <version>1.0.9</version>
501         </dependency>
502         <dependency>
503             <groupId>org.mockito</groupId>
504             <artifactId>mockito-all</artifactId>
505             <scope>test</scope>
506         </dependency>
507         <dependency>
508             <groupId>org.opendaylight.controller.model</groupId>
509             <artifactId>model-flow-service</artifactId>
510             <version>1.0-SNAPSHOT</version>
511             <scope>provided</scope>
512         </dependency>
513         <dependency>
514             <groupId>org.opendaylight.controller</groupId>
515             <artifactId>config-manager</artifactId>
516             <version>0.2.3-SNAPSHOT</version>
517             <exclusions>
518                 <exclusion>
519                     <artifactId>commons-io</artifactId>
520                     <groupId>commons-io</groupId>
521                 </exclusion>
522             </exclusions>
523         </dependency>
524         <dependency>
525             <groupId>org.opendaylight.controller.model</groupId>
526             <artifactId>model-flow-management</artifactId>
527             <version>1.0-SNAPSHOT</version>
528             <scope>provided</scope>
529         </dependency>
530         <dependency>
531             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
532             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
533             <version>4.0</version>
534         </dependency>
535     </dependencies>
536 </project>