Fixed stateful02 breakage.
[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>commons.parent</artifactId>
23         <version>0.3.1-SNAPSHOT</version>
24         <relativePath>../commons/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         <exam.version>3.3.0</exam.version>
37         <url.version>1.6.0</url.version>
38         <antlr.version>4.0</antlr.version>
39         <xtend-lib-osgi.version>2.4.3</xtend-lib-osgi.version>
40         <moxy.controller.version>2.5.0</moxy.controller.version>
41     </properties>
42
43     <build>
44         <plugins>
45             <plugin>
46                 <groupId>org.ops4j.pax.exam</groupId>
47                 <artifactId>maven-paxexam-plugin</artifactId>
48                 <version>1.2.4</version>
49                 <executions>
50                     <execution>
51                         <id>generate-config</id>
52                         <goals>
53                             <goal>generate-depends-file</goal>
54                         </goals>
55                     </execution>
56                 </executions>
57             </plugin>
58
59         <!--This plugin's configuration is used to store Eclipse
60             m2e settings only. It has no influence on the Maven build itself. -->
61             <plugin>
62                 <groupId>org.eclipse.m2e</groupId>
63                 <artifactId>lifecycle-mapping</artifactId>
64                 <configuration>
65                     <lifecycleMappingMetadata>
66                         <pluginExecutions>
67                             <pluginExecution>
68                                 <pluginExecutionFilter>
69                                     <groupId>
70                                         org.ops4j.pax.exam
71                                     </groupId>
72                                     <artifactId>
73                                         maven-paxexam-plugin
74                                     </artifactId>
75                                     <versionRange>
76                                         [1.2.4,)
77                                     </versionRange>
78                                     <goals>
79                                         <goal>
80                                             generate-depends-file
81                                         </goal>
82                                     </goals>
83                                 </pluginExecutionFilter>
84                                 <action>
85                                     <ignore />
86                                 </action>
87                             </pluginExecution>
88                         </pluginExecutions>
89                     </lifecycleMappingMetadata>
90                 </configuration>
91             </plugin>
92         </plugins>
93     </build>
94
95     <dependencies>
96         <dependency>
97             <groupId>ch.qos.logback</groupId>
98             <artifactId>logback-classic</artifactId>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.controller</groupId>
102             <artifactId>logback-config</artifactId>
103             <version>${controller.config.version}</version>
104             <scope>test</scope>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.controller</groupId>
108             <artifactId>config-manager</artifactId>
109             <scope>test</scope>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.controller</groupId>
113             <artifactId>config-netconf-connector</artifactId>
114             <version>${controller.config.version}</version>
115             <scope>test</scope>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.controller</groupId>
119             <artifactId>yang-jmx-generator</artifactId>
120             <version>${controller.config.version}</version>
121             <scope>test</scope>
122         </dependency>
123         <dependency>
124             <groupId>org.opendaylight.controller</groupId>
125             <artifactId>netconf-monitoring</artifactId>
126             <version>${controller.config.version}</version>
127             <scope>test</scope>
128         </dependency>
129         <dependency>
130             <groupId>org.opendaylight.controller</groupId>
131             <artifactId>netconf-impl</artifactId>
132             <version>${controller.config.version}</version>
133             <scope>test</scope>
134         </dependency>
135
136         <dependency>
137             <groupId>org.opendaylight.controller</groupId>
138             <artifactId>ietf-netconf-monitoring</artifactId>
139             <version>${controller.config.version}</version>
140             <scope>test</scope>
141         </dependency>
142         <dependency>
143             <groupId>org.opendaylight.controller</groupId>
144             <artifactId>config-persister-impl</artifactId>
145             <version>${controller.config.version}</version>
146             <scope>test</scope>
147         </dependency>
148         <dependency>
149             <groupId>org.opendaylight.controller</groupId>
150             <artifactId>config-persister-file-xml-adapter</artifactId>
151             <version>${controller.config.version}</version>
152             <scope>test</scope>
153         </dependency>
154
155         <dependency>
156             <groupId>org.eclipse.persistence</groupId>
157             <artifactId>org.eclipse.persistence.moxy</artifactId>
158             <version>${moxy.controller.version}</version>
159         </dependency>
160         <dependency>
161             <groupId>org.eclipse.persistence</groupId>
162             <artifactId>org.eclipse.persistence.core</artifactId>
163             <version>${moxy.controller.version}</version>
164         </dependency>
165         <dependency>
166             <groupId>org.slf4j</groupId>
167             <artifactId>slf4j-api</artifactId>
168             <scope>test</scope>
169         </dependency>
170         <dependency>
171             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
172             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
173             <version>${antlr.version}</version>
174             <scope>test</scope>
175         </dependency>
176         <dependency>
177             <groupId>org.opendaylight.controller</groupId>
178             <artifactId>sal-binding-api</artifactId>
179             <scope>test</scope>
180         </dependency>
181         <dependency>
182             <groupId>${project.groupId}</groupId>
183             <artifactId>pcep-topology-api</artifactId>
184             <version>${project.version}</version>
185             <scope>test</scope>
186         </dependency>
187         <dependency>
188             <groupId>${project.groupId}</groupId>
189             <artifactId>pcep-tunnel-api</artifactId>
190             <version>${project.version}</version>
191             <scope>test</scope>
192         </dependency>
193         <dependency>
194             <groupId>${project.groupId}</groupId>
195             <artifactId>pcep-api</artifactId>
196             <version>${project.version}</version>
197             <scope>test</scope>
198         </dependency>
199         <dependency>
200             <groupId>${project.groupId}</groupId>
201             <artifactId>programming-topology-api</artifactId>
202             <version>${project.version}</version>
203             <scope>test</scope>
204         </dependency>
205         <dependency>
206             <groupId>${project.groupId}</groupId>
207             <artifactId>bgp-parser-mock</artifactId>
208             <version>${project.version}</version>
209             <scope>test</scope>
210         </dependency>
211         <dependency>
212             <groupId>${project.groupId}</groupId>
213             <artifactId>bgp-rib-mock</artifactId>
214             <version>${project.version}</version>
215             <scope>test</scope>
216         </dependency>
217         <dependency>
218             <groupId>${project.groupId}</groupId>
219             <artifactId>bgp-testtool</artifactId>
220             <version>${project.version}</version>
221             <scope>test</scope>
222         </dependency>
223         <dependency>
224             <groupId>${project.groupId}</groupId>
225             <artifactId>pcep-testtool</artifactId>
226             <version>${project.version}</version>
227             <scope>test</scope>
228         </dependency>
229
230         <dependency>
231             <groupId>${project.groupId}</groupId>
232             <artifactId>programming-api</artifactId>
233             <version>${project.version}</version>
234             <scope>test</scope>
235         </dependency>
236         <dependency>
237             <groupId>${project.groupId}</groupId>
238             <artifactId>programming-tunnel-api</artifactId>
239             <version>${project.version}</version>
240             <scope>test</scope>
241         </dependency>
242         <dependency>
243             <groupId>${project.groupId}</groupId>
244             <artifactId>topology-api</artifactId>
245             <version>${project.version}</version>
246             <scope>test</scope>
247         </dependency>
248         <dependency>
249             <groupId>${project.groupId}</groupId>
250             <artifactId>topology-segment-routing</artifactId>
251             <version>${project.version}</version>
252             <scope>test</scope>
253         </dependency>
254         <dependency>
255             <groupId>${project.groupId}</groupId>
256             <artifactId>topology-tunnel-api</artifactId>
257             <version>${project.version}</version>
258             <scope>test</scope>
259         </dependency>
260
261         <dependency>
262             <groupId>org.opendaylight.controller</groupId>
263             <artifactId>sal-binding-broker-impl</artifactId>
264             <exclusions>
265                 <exclusion>
266                     <groupId>xml-apis</groupId>
267                     <artifactId>xml-apis</artifactId>
268                 </exclusion>
269             </exclusions>
270             <scope>test</scope>
271         </dependency>
272         <dependency>
273             <groupId>org.opendaylight.controller</groupId>
274             <artifactId>sal-binding-util</artifactId>
275             <scope>test</scope>
276         </dependency>
277         <dependency>
278             <groupId>org.opendaylight.controller</groupId>
279             <artifactId>sal-broker-impl</artifactId>
280             <scope>test</scope>
281         </dependency>
282         <dependency>
283             <groupId>org.opendaylight.controller</groupId>
284             <artifactId>protocol-framework</artifactId>
285         </dependency>
286         <dependency>
287             <groupId>org.opendaylight.yangtools</groupId>
288             <artifactId>concepts</artifactId>
289             <version>${yangtools.version}</version>
290             <scope>test</scope>
291         </dependency>
292         <dependency>
293             <groupId>org.opendaylight.yangtools</groupId>
294             <artifactId>yang-binding</artifactId>
295             <scope>test</scope>
296         </dependency>
297         <dependency>
298             <groupId>org.opendaylight.yangtools</groupId>
299             <artifactId>yang-common</artifactId>
300             <scope>test</scope>
301         </dependency>
302         <dependency>
303             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
304             <artifactId>xtend-lib-osgi</artifactId>
305             <version>${xtend-lib-osgi.version}</version>
306             <scope>test</scope>
307         </dependency>
308
309         <dependency>
310             <groupId>com.google.guava</groupId>
311             <artifactId>guava</artifactId>
312             <scope>test</scope>
313         </dependency>
314         <dependency>
315             <groupId>org.ops4j.pax.exam</groupId>
316             <artifactId>pax-exam-container-native</artifactId>
317             <version>${exam.version}</version>
318             <scope>test</scope>
319         </dependency>
320         <dependency>
321             <groupId>org.ops4j.pax.exam</groupId>
322             <artifactId>pax-exam-junit4</artifactId>
323             <version>${exam.version}</version>
324             <scope>test</scope>
325         </dependency>
326         <dependency>
327             <groupId>org.ops4j.pax.exam</groupId>
328             <artifactId>pax-exam-link-mvn</artifactId>
329             <version>${exam.version}</version>
330             <scope>test</scope>
331         </dependency>
332         <dependency>
333             <groupId>org.ops4j.pax.url</groupId>
334             <artifactId>pax-url-aether</artifactId>
335             <version>${url.version}</version>
336             <scope>test</scope>
337         </dependency>
338         <dependency>
339             <groupId>equinoxSDK381</groupId>
340             <artifactId>org.eclipse.osgi</artifactId>
341             <version>3.8.1.v20120830-144521</version>
342             <scope>test</scope>
343         </dependency>
344         <!--
345         <dependency>
346             <groupId>org.apache.felix</groupId>
347             <artifactId>org.apache.felix.framework</artifactId>
348             <version>4.2.1</version>
349             <scope>test</scope>
350         </dependency>
351         -->
352         <dependency>
353             <groupId>org.opendaylight.yangtools</groupId>
354             <artifactId>mockito-configuration</artifactId>
355         </dependency>
356
357         <dependency>
358             <groupId>org.opendaylight.controller</groupId>
359             <artifactId>sal-binding-it</artifactId>
360             <version>${controller.mdsal.version}</version>
361             <scope>test</scope>
362         </dependency>
363
364         <dependency>
365           <groupId>org.opendaylight.controller</groupId>
366           <artifactId>netconf-client</artifactId>
367           <version>${controller.config.version}</version>
368           <scope>test</scope>
369         </dependency>
370
371
372     </dependencies>
373
374 </project>