Merge "Remove bgp-update-api-config"
[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             <version>${controller.config.version}</version>
110             <scope>test</scope>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.controller</groupId>
114             <artifactId>config-netconf-connector</artifactId>
115             <version>${controller.config.version}</version>
116             <scope>test</scope>
117         </dependency>
118         <dependency>
119             <groupId>org.opendaylight.controller</groupId>
120             <artifactId>yang-jmx-generator</artifactId>
121             <version>${controller.config.version}</version>
122             <scope>test</scope>
123         </dependency>
124         <dependency>
125             <groupId>org.opendaylight.controller</groupId>
126             <artifactId>netconf-monitoring</artifactId>
127             <version>${controller.config.version}</version>
128             <scope>test</scope>
129         </dependency>
130         <dependency>
131             <groupId>org.opendaylight.controller</groupId>
132             <artifactId>netconf-impl</artifactId>
133             <version>${controller.config.version}</version>
134             <scope>test</scope>
135         </dependency>
136
137         <dependency>
138             <groupId>org.opendaylight.controller</groupId>
139             <artifactId>ietf-netconf-monitoring</artifactId>
140             <version>${controller.config.version}</version>
141             <scope>test</scope>
142         </dependency>
143         <dependency>
144             <groupId>org.opendaylight.controller</groupId>
145             <artifactId>config-persister-impl</artifactId>
146             <version>${controller.config.version}</version>
147             <scope>test</scope>
148         </dependency>
149         <dependency>
150             <groupId>org.opendaylight.controller</groupId>
151             <artifactId>config-persister-file-xml-adapter</artifactId>
152             <version>${controller.config.version}</version>
153             <scope>test</scope>
154         </dependency>
155
156         <dependency>
157             <groupId>org.eclipse.persistence</groupId>
158             <artifactId>org.eclipse.persistence.moxy</artifactId>
159             <version>${moxy.controller.version}</version>
160         </dependency>
161         <dependency>
162             <groupId>org.eclipse.persistence</groupId>
163             <artifactId>org.eclipse.persistence.core</artifactId>
164             <version>${moxy.controller.version}</version>
165         </dependency>
166         <dependency>
167             <groupId>org.slf4j</groupId>
168             <artifactId>slf4j-api</artifactId>
169             <scope>test</scope>
170         </dependency>
171         <dependency>
172             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
173             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
174             <version>${antlr.version}</version>
175             <scope>test</scope>
176         </dependency>
177         <dependency>
178             <groupId>org.opendaylight.controller</groupId>
179             <artifactId>sal-binding-api</artifactId>
180             <scope>test</scope>
181         </dependency>
182         <dependency>
183             <groupId>${project.groupId}</groupId>
184             <artifactId>pcep-topology-api</artifactId>
185             <version>${project.version}</version>
186             <scope>test</scope>
187         </dependency>
188         <dependency>
189             <groupId>${project.groupId}</groupId>
190             <artifactId>pcep-tunnel-api</artifactId>
191             <version>${project.version}</version>
192             <scope>test</scope>
193         </dependency>
194         <dependency>
195             <groupId>${project.groupId}</groupId>
196             <artifactId>pcep-api</artifactId>
197             <version>${project.version}</version>
198             <scope>test</scope>
199         </dependency>
200         <dependency>
201             <groupId>${project.groupId}</groupId>
202             <artifactId>programming-topology-api</artifactId>
203             <version>${project.version}</version>
204             <scope>test</scope>
205         </dependency>
206         <dependency>
207                         <groupId>${project.groupId}</groupId>
208                         <artifactId>bgp-parser-mock</artifactId>
209             <version>${project.version}</version>
210             <scope>test</scope>
211         </dependency>
212         <dependency>
213             <groupId>${project.groupId}</groupId>
214             <artifactId>bgp-rib-mock</artifactId>
215             <version>${project.version}</version>
216             <scope>test</scope>
217         </dependency>
218         <dependency>
219             <groupId>${project.groupId}</groupId>
220             <artifactId>bgp-testtool</artifactId>
221             <version>${project.version}</version>
222             <scope>test</scope>
223         </dependency>
224         <dependency>
225             <groupId>${project.groupId}</groupId>
226             <artifactId>pcep-testtool</artifactId>
227             <version>${project.version}</version>
228             <scope>test</scope>
229         </dependency>
230
231         <dependency>
232             <groupId>${project.groupId}</groupId>
233             <artifactId>programming-api</artifactId>
234             <version>${project.version}</version>
235             <scope>test</scope>
236         </dependency>
237         <dependency>
238             <groupId>${project.groupId}</groupId>
239             <artifactId>programming-tunnel-api</artifactId>
240             <version>${project.version}</version>
241             <scope>test</scope>
242         </dependency>
243         <dependency>
244             <groupId>${project.groupId}</groupId>
245             <artifactId>topology-api</artifactId>
246             <version>${project.version}</version>
247             <scope>test</scope>
248         </dependency>
249         <dependency>
250             <groupId>${project.groupId}</groupId>
251             <artifactId>topology-segment-routing</artifactId>
252             <version>${project.version}</version>
253             <scope>test</scope>
254         </dependency>
255         <dependency>
256             <groupId>${project.groupId}</groupId>
257             <artifactId>topology-tunnel-api</artifactId>
258             <version>${project.version}</version>
259             <scope>test</scope>
260         </dependency>
261
262         <dependency>
263             <groupId>org.opendaylight.controller</groupId>
264             <artifactId>sal-binding-broker-impl</artifactId>
265             <exclusions>
266                 <exclusion>
267                     <groupId>xml-apis</groupId>
268                     <artifactId>xml-apis</artifactId>
269                 </exclusion>
270             </exclusions>
271             <scope>test</scope>
272         </dependency>
273         <dependency>
274             <groupId>org.opendaylight.controller</groupId>
275             <artifactId>sal-binding-util</artifactId>
276             <scope>test</scope>
277         </dependency>
278         <dependency>
279             <groupId>org.opendaylight.controller</groupId>
280             <artifactId>sal-broker-impl</artifactId>
281             <scope>test</scope>
282         </dependency>
283         <dependency>
284             <groupId>org.opendaylight.controller</groupId>
285             <artifactId>protocol-framework</artifactId>
286         </dependency>
287         <dependency>
288             <groupId>org.opendaylight.yangtools</groupId>
289             <artifactId>concepts</artifactId>
290             <version>${yangtools.version}</version>
291             <scope>test</scope>
292         </dependency>
293         <dependency>
294             <groupId>org.opendaylight.yangtools</groupId>
295             <artifactId>yang-binding</artifactId>
296             <scope>test</scope>
297         </dependency>
298         <dependency>
299             <groupId>org.opendaylight.yangtools</groupId>
300             <artifactId>yang-common</artifactId>
301             <scope>test</scope>
302         </dependency>
303         <dependency>
304             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
305             <artifactId>xtend-lib-osgi</artifactId>
306             <version>${xtend-lib-osgi.version}</version>
307             <scope>test</scope>
308         </dependency>
309
310         <dependency>
311             <groupId>com.google.guava</groupId>
312             <artifactId>guava</artifactId>
313             <scope>test</scope>
314         </dependency>
315         <dependency>
316             <groupId>org.ops4j.pax.exam</groupId>
317             <artifactId>pax-exam-container-native</artifactId>
318             <version>${exam.version}</version>
319             <scope>test</scope>
320         </dependency>
321         <dependency>
322             <groupId>org.ops4j.pax.exam</groupId>
323             <artifactId>pax-exam-junit4</artifactId>
324             <version>${exam.version}</version>
325             <scope>test</scope>
326         </dependency>
327         <dependency>
328             <groupId>org.ops4j.pax.exam</groupId>
329             <artifactId>pax-exam-link-mvn</artifactId>
330             <version>${exam.version}</version>
331             <scope>test</scope>
332         </dependency>
333         <dependency>
334             <groupId>org.ops4j.pax.url</groupId>
335             <artifactId>pax-url-aether</artifactId>
336             <version>${url.version}</version>
337             <scope>test</scope>
338         </dependency>
339         <dependency>
340             <groupId>equinoxSDK381</groupId>
341             <artifactId>org.eclipse.osgi</artifactId>
342             <version>3.8.1.v20120830-144521</version>
343             <scope>test</scope>
344         </dependency>
345         <!--
346         <dependency>
347             <groupId>org.apache.felix</groupId>
348             <artifactId>org.apache.felix.framework</artifactId>
349             <version>4.2.1</version>
350             <scope>test</scope>
351         </dependency>
352         -->
353         <dependency>
354             <groupId>org.opendaylight.yangtools</groupId>
355             <artifactId>mockito-configuration</artifactId>
356         </dependency>
357     </dependencies>
358 </project>