Migration to use MD-SAL Project
[bgpcep.git] / integration-tests / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10
11 <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">
12
13     <modelVersion>4.0.0</modelVersion>
14     <scm>
15         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
16         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
17         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
18         <tag>HEAD</tag>
19     </scm>
20     <parent>
21         <groupId>org.opendaylight.bgpcep</groupId>
22         <artifactId>bgpcep-parent</artifactId>
23         <version>0.5.0-SNAPSHOT</version>
24         <relativePath>../parent</relativePath>
25     </parent>
26
27     <artifactId>integration-tests</artifactId>
28     <description>BGPCEP integration tests</description>
29     <packaging>jar</packaging>
30     <name>${project.artifactId}</name>
31     <prerequisites>
32         <maven>3.0.4</maven>
33     </prerequisites>
34
35     <properties>
36         <moxy.controller.version>2.5.0</moxy.controller.version>
37     </properties>
38
39     <build>
40         <plugins>
41             <plugin>
42                 <groupId>org.ops4j.pax.exam</groupId>
43                 <artifactId>maven-paxexam-plugin</artifactId>
44                 <executions>
45                     <execution>
46                         <id>generate-config</id>
47                         <goals>
48                             <goal>generate-depends-file</goal>
49                         </goals>
50                     </execution>
51                 </executions>
52             </plugin>
53
54         <!--This plugin's configuration is used to store Eclipse
55             m2e settings only. It has no influence on the Maven build itself. -->
56             <plugin>
57                 <groupId>org.eclipse.m2e</groupId>
58                 <artifactId>lifecycle-mapping</artifactId>
59                 <configuration>
60                     <lifecycleMappingMetadata>
61                         <pluginExecutions>
62                             <pluginExecution>
63                                 <pluginExecutionFilter>
64                                     <groupId>
65                                         org.ops4j.pax.exam
66                                     </groupId>
67                                     <artifactId>
68                                         maven-paxexam-plugin
69                                     </artifactId>
70                                     <versionRange>
71                                         [1.2.4,)
72                                     </versionRange>
73                                     <goals>
74                                         <goal>
75                                             generate-depends-file
76                                         </goal>
77                                     </goals>
78                                 </pluginExecutionFilter>
79                                 <action>
80                                     <ignore />
81                                 </action>
82                             </pluginExecution>
83                         </pluginExecutions>
84                     </lifecycleMappingMetadata>
85                 </configuration>
86             </plugin>
87         </plugins>
88     </build>
89
90     <dependencies>
91         <dependency>
92             <groupId>org.opendaylight.controller</groupId>
93             <artifactId>logback-config</artifactId>
94             <scope>test</scope>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.controller</groupId>
98             <artifactId>config-manager</artifactId>
99             <scope>test</scope>
100         </dependency>
101         <dependency>
102             <groupId>org.opendaylight.netconf</groupId>
103             <artifactId>config-netconf-connector</artifactId>
104             <version>${netconf.version}</version>
105             <scope>test</scope>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.controller</groupId>
109             <artifactId>yang-jmx-generator</artifactId>
110             <scope>test</scope>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.netconf</groupId>
114             <artifactId>netconf-monitoring</artifactId>
115             <version>${netconf.version}</version>
116             <scope>test</scope>
117         </dependency>
118         <dependency>
119             <groupId>org.opendaylight.netconf</groupId>
120             <artifactId>netconf-impl</artifactId>
121             <version>${netconf.version}</version>
122             <scope>test</scope>
123         </dependency>
124
125         <!-- FIXME: remove this once controller migrates its runtime to use the mdsal project -->
126         <dependency>
127             <groupId>org.opendaylight.yangtools.model</groupId>
128             <artifactId>yang-ext</artifactId>
129             <scope>test</scope>
130         </dependency>
131
132         <dependency>
133             <groupId>org.opendaylight.netconf</groupId>
134             <artifactId>ietf-netconf-monitoring</artifactId>
135             <version>${netconf.version}</version>
136             <scope>test</scope>
137         </dependency>
138         <dependency>
139             <groupId>org.opendaylight.controller</groupId>
140             <artifactId>config-persister-impl</artifactId>
141             <version>${controller.config.version}</version>
142             <scope>test</scope>
143         </dependency>
144         <dependency>
145             <groupId>org.opendaylight.controller</groupId>
146             <artifactId>config-persister-file-xml-adapter</artifactId>
147             <scope>test</scope>
148         </dependency>
149
150         <dependency>
151             <groupId>org.slf4j</groupId>
152             <artifactId>slf4j-api</artifactId>
153             <scope>test</scope>
154         </dependency>
155         <dependency>
156             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
157             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
158             <scope>test</scope>
159         </dependency>
160         <dependency>
161             <groupId>org.opendaylight.mdsal</groupId>
162             <artifactId>mdsal-binding-api</artifactId>
163             <scope>test</scope>
164         </dependency>
165         <dependency>
166             <groupId>${project.groupId}</groupId>
167             <artifactId>pcep-topology-api</artifactId>
168             <version>${project.version}</version>
169             <scope>test</scope>
170         </dependency>
171         <dependency>
172             <groupId>${project.groupId}</groupId>
173             <artifactId>pcep-tunnel-api</artifactId>
174             <version>${project.version}</version>
175             <scope>test</scope>
176         </dependency>
177         <dependency>
178             <groupId>${project.groupId}</groupId>
179             <artifactId>pcep-api</artifactId>
180             <version>${project.version}</version>
181             <scope>test</scope>
182         </dependency>
183         <dependency>
184             <groupId>${project.groupId}</groupId>
185             <artifactId>programming-topology-api</artifactId>
186             <version>${project.version}</version>
187             <scope>test</scope>
188         </dependency>
189         <dependency>
190             <groupId>${project.groupId}</groupId>
191             <artifactId>bgp-parser-mock</artifactId>
192             <version>${project.version}</version>
193             <scope>test</scope>
194         </dependency>
195         <dependency>
196             <groupId>${project.groupId}</groupId>
197             <artifactId>bgp-rib-mock</artifactId>
198             <version>${project.version}</version>
199             <scope>test</scope>
200         </dependency>
201         <dependency>
202             <groupId>${project.groupId}</groupId>
203             <artifactId>bgp-testtool</artifactId>
204             <version>${project.version}</version>
205             <scope>test</scope>
206         </dependency>
207         <dependency>
208             <groupId>${project.groupId}</groupId>
209             <artifactId>bgp-util</artifactId>
210             <version>${project.version}</version>
211             <scope>test</scope>
212         </dependency>
213         <dependency>
214             <groupId>${project.groupId}</groupId>
215             <artifactId>pcep-testtool</artifactId>
216             <version>${project.version}</version>
217             <scope>test</scope>
218         </dependency>
219
220         <dependency>
221             <groupId>${project.groupId}</groupId>
222             <artifactId>programming-api</artifactId>
223             <version>${project.version}</version>
224             <scope>test</scope>
225         </dependency>
226         <dependency>
227             <groupId>${project.groupId}</groupId>
228             <artifactId>programming-tunnel-api</artifactId>
229             <version>${project.version}</version>
230             <scope>test</scope>
231         </dependency>
232         <dependency>
233             <groupId>${project.groupId}</groupId>
234             <artifactId>topology-api</artifactId>
235             <version>${project.version}</version>
236             <scope>test</scope>
237         </dependency>
238         <dependency>
239             <groupId>${project.groupId}</groupId>
240             <artifactId>topology-segment-routing</artifactId>
241             <version>${project.version}</version>
242             <scope>test</scope>
243         </dependency>
244         <dependency>
245             <groupId>${project.groupId}</groupId>
246             <artifactId>topology-tunnel-api</artifactId>
247             <version>${project.version}</version>
248             <scope>test</scope>
249         </dependency>
250
251         <dependency>
252             <groupId>org.opendaylight.controller</groupId>
253             <artifactId>sal-binding-broker-impl</artifactId>
254             <exclusions>
255                 <exclusion>
256                     <groupId>xml-apis</groupId>
257                     <artifactId>xml-apis</artifactId>
258                 </exclusion>
259             </exclusions>
260             <scope>test</scope>
261         </dependency>
262         <dependency>
263             <groupId>org.opendaylight.mdsal</groupId>
264             <artifactId>mdsal-binding-util</artifactId>
265             <scope>test</scope>
266         </dependency>
267         <dependency>
268             <groupId>org.opendaylight.controller</groupId>
269             <artifactId>sal-broker-impl</artifactId>
270             <scope>test</scope>
271         </dependency>
272         <dependency>
273             <groupId>org.opendaylight.yangtools</groupId>
274             <artifactId>concepts</artifactId>
275             <scope>test</scope>
276         </dependency>
277         <dependency>
278             <groupId>org.opendaylight.mdsal</groupId>
279             <artifactId>yang-binding</artifactId>
280             <scope>test</scope>
281         </dependency>
282         <dependency>
283             <groupId>org.opendaylight.yangtools</groupId>
284             <artifactId>yang-common</artifactId>
285             <scope>test</scope>
286         </dependency>
287
288         <dependency>
289             <groupId>com.google.guava</groupId>
290             <artifactId>guava</artifactId>
291             <scope>test</scope>
292         </dependency>
293         <dependency>
294             <groupId>org.ops4j.pax.exam</groupId>
295             <artifactId>pax-exam-container-native</artifactId>
296             <scope>test</scope>
297         </dependency>
298         <dependency>
299             <groupId>org.ops4j.pax.exam</groupId>
300             <artifactId>pax-exam-junit4</artifactId>
301             <scope>test</scope>
302         </dependency>
303         <dependency>
304             <groupId>org.ops4j.pax.exam</groupId>
305             <artifactId>pax-exam</artifactId>
306             <version>${exam.version}</version>
307             <scope>test</scope>
308         </dependency>
309         <dependency>
310             <groupId>org.ops4j.pax.exam</groupId>
311             <artifactId>pax-exam-spi</artifactId>
312             <version>${exam.version}</version>
313             <scope>test</scope>
314         </dependency>
315         <dependency>
316             <groupId>org.ops4j.pax.exam</groupId>
317             <artifactId>pax-exam-link-mvn</artifactId>
318             <scope>test</scope>
319         </dependency>
320         <dependency>
321             <groupId>org.ops4j.pax.url</groupId>
322             <artifactId>pax-url-aether</artifactId>
323             <scope>test</scope>
324         </dependency>
325         <dependency>
326             <groupId>equinoxSDK381</groupId>
327             <artifactId>org.eclipse.osgi</artifactId>
328             <scope>test</scope>
329         </dependency>
330         <!--
331         <dependency>
332             <groupId>org.apache.felix</groupId>
333             <artifactId>org.apache.felix.framework</artifactId>
334             <version>4.2.1</version>
335             <scope>test</scope>
336         </dependency>
337         -->
338         <dependency>
339             <groupId>org.mockito</groupId>
340             <artifactId>mockito-core</artifactId>
341         </dependency>
342         <dependency>
343             <groupId>org.opendaylight.yangtools</groupId>
344             <artifactId>mockito-configuration</artifactId>
345         </dependency>
346
347         <dependency>
348             <groupId>org.opendaylight.controller</groupId>
349             <artifactId>sal-binding-it</artifactId>
350             <scope>test</scope>
351         </dependency>
352
353         <dependency>
354           <groupId>org.opendaylight.netconf</groupId>
355           <artifactId>netconf-client</artifactId>
356             <version>${netconf.version}</version>
357           <scope>test</scope>
358         </dependency>
359
360         <dependency>
361             <groupId>org.opendaylight.controller</groupId>
362             <artifactId>sal-binding-broker-impl</artifactId>
363             <scope>test</scope>
364             <type>test-jar</type>
365         </dependency>
366         <dependency>
367             <groupId>junit</groupId>
368             <artifactId>junit</artifactId>
369         </dependency>
370         <dependency>
371             <groupId>org.opendaylight.mdsal.model</groupId>
372             <artifactId>ietf-topology</artifactId>
373             <scope>test</scope>
374         </dependency>
375         <dependency>
376             <groupId>org.osgi</groupId>
377             <artifactId>org.osgi.core</artifactId>
378             <scope>test</scope>
379         </dependency>
380
381     </dependencies>
382
383 </project>