176ab6cbe0138a5ae9cecdf4877bb5a4ebeaa5d1
[controller.git] / opendaylight / md-sal / clustered-data-store / integrationtest / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4     xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.controller</groupId>
8         <artifactId>commons.integrationtest</artifactId>
9         <version>0.5.1-SNAPSHOT</version>
10         <relativePath>../../../commons/integrationtest</relativePath>
11     </parent>
12     <scm>
13         <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
14         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
15         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
16     </scm>
17
18     <artifactId>clustered-datastore.integrationtest</artifactId>
19     <version>0.4.0-SNAPSHOT</version>
20
21     <dependencyManagement>
22         <dependencies>
23             <dependency>
24                 <groupId>xml-apis</groupId>
25                 <artifactId>xml-apis</artifactId>
26                 <version>1.4.01</version>
27             </dependency>
28         </dependencies>
29     </dependencyManagement>
30
31     <dependencies>
32         <dependency>
33             <groupId>com.google.guava</groupId>
34             <artifactId>guava</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>org.opendaylight.controller</groupId>
38             <artifactId>sal-binding-it</artifactId>
39             <version>1.0-SNAPSHOT</version>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.controller</groupId>
43             <artifactId>sal-common-api</artifactId>
44             <version>1.0-SNAPSHOT</version>
45         </dependency>
46         <dependency>
47             <groupId>org.opendaylight.controller</groupId>
48             <artifactId>sal-common-util</artifactId>
49             <version>1.0-SNAPSHOT</version>
50         </dependency>
51         <dependency>
52             <groupId>org.opendaylight.controller</groupId>
53             <artifactId>sal-common-impl</artifactId>
54             <version>1.0-SNAPSHOT</version>
55         </dependency>
56         <dependency>
57             <groupId>org.opendaylight.controller</groupId>
58             <artifactId>sal-binding-broker-impl</artifactId>
59             <version>1.0-SNAPSHOT</version>
60             <exclusions>
61                 <exclusion>
62                     <artifactId>xml-apis</artifactId>
63                     <groupId>xml-apis</groupId>
64                 </exclusion>
65                 <exclusion>
66                     <artifactId>reflections</artifactId>
67                     <groupId>org.reflections</groupId>
68                 </exclusion>
69             </exclusions>
70         </dependency>
71         <dependency>
72             <groupId>org.opendaylight.controller</groupId>
73             <artifactId>sal</artifactId>
74             <version>0.5.1-SNAPSHOT</version>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.controller</groupId>
78             <artifactId>clustering.services</artifactId>
79             <version>0.4.1-SNAPSHOT</version>
80         </dependency>
81         <dependency>
82             <groupId>org.opendaylight.yangtools</groupId>
83             <artifactId>yang-binding</artifactId>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
87             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
88             <version>4.0</version>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.controller</groupId>
92             <artifactId>protocol_plugins.stub</artifactId>
93             <version>0.4.1-SNAPSHOT</version>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.controller</groupId>
97             <artifactId>sal.implementation</artifactId>
98             <version>0.4.0-SNAPSHOT</version>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.controller</groupId>
102             <artifactId>containermanager</artifactId>
103             <version>0.5.0-SNAPSHOT</version>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.controller</groupId>
107             <artifactId>containermanager.it.implementation</artifactId>
108             <version>0.5.0-SNAPSHOT</version>
109         </dependency>
110         <dependency>
111             <groupId>org.opendaylight.controller</groupId>
112             <artifactId>clustering.stub</artifactId>
113             <version>0.4.0-SNAPSHOT</version>
114         </dependency>
115         <dependency>
116             <groupId>org.opendaylight.controller</groupId>
117             <artifactId>clustered-datastore-implementation</artifactId>
118             <version>0.4.1-SNAPSHOT</version>
119         </dependency>
120         <dependency>
121             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
122             <artifactId>xtend-lib-osgi</artifactId>
123             <version>2.4.3</version>
124             <scope>test</scope>
125         </dependency>
126         <dependency>
127             <groupId>org.opendaylight.controller</groupId>
128             <artifactId>sal-binding-broker-impl</artifactId>
129             <version>1.0-SNAPSHOT</version>
130             <scope>provided</scope>
131         </dependency>
132         <dependency>
133             <groupId>org.ops4j.pax.exam</groupId>
134             <artifactId>pax-exam-container-native</artifactId>
135             <version>${exam.version}</version>
136             <scope>test</scope>
137         </dependency>
138         <dependency>
139             <groupId>org.ops4j.pax.exam</groupId>
140             <artifactId>pax-exam-junit4</artifactId>
141             <version>${exam.version}</version>
142             <scope>test</scope>
143         </dependency>
144         <dependency>
145             <groupId>org.opendaylight.controller</groupId>
146             <artifactId>config-netconf-connector</artifactId>
147             <version>${netconf.version}</version>
148             <scope>test</scope>
149             <exclusions>
150                 <exclusion>
151                     <artifactId>xml-apis</artifactId>
152                     <groupId>xml-apis</groupId>
153                 </exclusion>
154             </exclusions>
155         </dependency>
156         <dependency>
157             <groupId>org.opendaylight.controller</groupId>
158             <artifactId>yang-store-impl</artifactId>
159             <version>${config.version}</version>
160         </dependency>
161         <dependency>
162             <groupId>org.opendaylight.controller</groupId>
163             <artifactId>logback-config</artifactId>
164             <version>${config.version}</version>
165         </dependency>
166         <dependency>
167             <groupId>org.opendaylight.controller</groupId>
168             <artifactId>config-persister-impl</artifactId>
169             <version>${config.version}</version>
170         </dependency>
171         <dependency>
172             <groupId>org.opendaylight.controller</groupId>
173             <artifactId>config-persister-file-adapter</artifactId>
174             <version>${config.version}</version>
175         </dependency>
176         <dependency>
177             <groupId>org.opendaylight.controller</groupId>
178             <artifactId>netconf-impl</artifactId>
179             <version>${netconf.version}</version>
180         </dependency>
181         <dependency>
182             <groupId>org.opendaylight.controller</groupId>
183             <artifactId>netconf-client</artifactId>
184             <version>${netconf.version}</version>
185         </dependency>
186         <dependency>
187             <groupId>org.opendaylight.controller</groupId>
188             <artifactId>sal-common</artifactId>
189             <version>1.0-SNAPSHOT</version>
190         </dependency>
191         <dependency>
192             <groupId>org.opendaylight.yangtools</groupId>
193             <artifactId>yang-common</artifactId>
194         </dependency>
195         <dependency>
196             <groupId>org.opendaylight.yangtools</groupId>
197             <artifactId>concepts</artifactId>
198             <version>0.1.1-SNAPSHOT</version>
199         </dependency>
200         <dependency>
201             <groupId>org.opendaylight.yangtools</groupId>
202             <artifactId>yang-data-api</artifactId>
203         </dependency>
204         <dependency>
205             <groupId>org.mockito</groupId>
206             <artifactId>mockito-all</artifactId>
207             <version>1.9.5</version>
208             <scope>test</scope>
209         </dependency>
210         <dependency>
211             <groupId>org.opendaylight.controller</groupId>
212             <artifactId>config-manager</artifactId>
213             <version>0.2.3-SNAPSHOT</version>
214         </dependency>
215         <dependency>
216             <groupId>org.opendaylight.controller.model</groupId>
217             <artifactId>model-flow-management</artifactId>
218             <version>1.0-SNAPSHOT</version>
219             <scope>provided</scope>
220         </dependency>
221         <dependency>
222             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
223             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
224             <version>4.0</version>
225         </dependency>
226         <dependency>
227             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
228             <artifactId>xtend-lib-osgi</artifactId>
229             <version>2.4.3</version>
230             <scope>test</scope>
231         </dependency>
232         <dependency>
233             <groupId>org.opendaylight.controller</groupId>
234             <artifactId>sal-binding-broker-impl</artifactId>
235             <version>1.0-SNAPSHOT</version>
236             <scope>provided</scope>
237         </dependency>
238         <dependency>
239             <groupId>org.ops4j.pax.exam</groupId>
240             <artifactId>pax-exam-container-native</artifactId>
241             <version>${exam.version}</version>
242             <scope>test</scope>
243         </dependency>
244         <dependency>
245             <groupId>org.ops4j.pax.exam</groupId>
246             <artifactId>pax-exam-junit4</artifactId>
247             <version>${exam.version}</version>
248             <scope>test</scope>
249         </dependency>
250         <dependency>
251             <groupId>org.opendaylight.controller</groupId>
252             <artifactId>config-netconf-connector</artifactId>
253             <version>${netconf.version}</version>
254             <scope>test</scope>
255         </dependency>
256         <dependency>
257             <groupId>org.opendaylight.controller</groupId>
258             <artifactId>yang-store-impl</artifactId>
259             <version>${config.version}</version>
260         </dependency>
261         <dependency>
262             <groupId>org.opendaylight.controller</groupId>
263             <artifactId>logback-config</artifactId>
264             <version>${config.version}</version>
265         </dependency>
266         <dependency>
267             <groupId>org.opendaylight.controller</groupId>
268             <artifactId>config-persister-impl</artifactId>
269             <version>${config.version}</version>
270         </dependency>
271         <dependency>
272             <groupId>org.opendaylight.controller</groupId>
273             <artifactId>config-persister-file-adapter</artifactId>
274             <version>${config.version}</version>
275         </dependency>
276         <dependency>
277             <groupId>org.opendaylight.controller</groupId>
278             <artifactId>netconf-impl</artifactId>
279             <version>${netconf.version}</version>
280         </dependency>
281         <dependency>
282             <groupId>org.opendaylight.controller</groupId>
283             <artifactId>netconf-client</artifactId>
284             <version>${netconf.version}</version>
285         </dependency>
286         <dependency>
287             <groupId>org.ops4j.pax.exam</groupId>
288             <artifactId>pax-exam-link-mvn</artifactId>
289             <version>${exam.version}</version>
290             <scope>test</scope>
291         </dependency>
292         <dependency>
293             <groupId>equinoxSDK381</groupId>
294             <artifactId>org.eclipse.osgi</artifactId>
295             <version>3.8.1.v20120830-144521</version>
296             <scope>test</scope>
297         </dependency>
298         <dependency>
299             <groupId>org.slf4j</groupId>
300             <artifactId>log4j-over-slf4j</artifactId>
301             <version>1.7.2</version>
302         </dependency>
303         <dependency>
304             <groupId>ch.qos.logback</groupId>
305             <artifactId>logback-core</artifactId>
306             <version>1.0.9</version>
307         </dependency>
308         <dependency>
309             <groupId>ch.qos.logback</groupId>
310             <artifactId>logback-classic</artifactId>
311             <version>1.0.9</version>
312         </dependency>
313         <dependency>
314             <groupId>org.opendaylight.controller.model</groupId>
315             <artifactId>model-flow-service</artifactId>
316             <version>1.0-SNAPSHOT</version>
317             <scope>provided</scope>
318         </dependency>
319         <dependency>
320             <groupId>org.opendaylight.controller</groupId>
321             <artifactId>config-manager</artifactId>
322             <version>0.2.3-SNAPSHOT</version>
323         </dependency>
324         <dependency>
325             <groupId>org.opendaylight.controller.model</groupId>
326             <artifactId>model-flow-management</artifactId>
327             <version>1.0-SNAPSHOT</version>
328             <scope>provided</scope>
329         </dependency>
330         <dependency>
331             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
332             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
333             <version>4.0</version>
334         </dependency>
335     </dependencies>
336     <properties>
337         <!-- Sonar jacoco plugin to get integration test coverage info -->
338         <sonar.jacoco.reportPath>../implementation/target/jacoco.exec</sonar.jacoco.reportPath>
339         <sonar.jacoco.itReportPath>../implementaiton/target/jacoco-it.exec</sonar.jacoco.itReportPath>
340     </properties>
341     <build>
342         <pluginManagement>
343             <plugins>
344                 <plugin>
345                     <groupId>org.jacoco</groupId>
346                     <artifactId>jacoco-maven-plugin</artifactId>
347                     <version>0.5.3.201107060350</version>
348                 </plugin>
349             </plugins>
350         </pluginManagement>
351         <plugins>
352             <plugin>
353                 <groupId>org.jacoco</groupId>
354                 <artifactId>jacoco-maven-plugin</artifactId>
355                 <version>0.5.3.201107060350</version>
356                 <configuration>
357                     <destFile>../implementation/target/jacoco-it.exec</destFile>
358                     <includes>org.opendaylight.controller.*</includes>
359                 </configuration>
360                 <executions>
361                     <execution>
362                         <id>pre-test</id>
363                         <goals>
364                             <goal>prepare-agent</goal>
365                         </goals>
366                     </execution>
367                     <execution>
368                         <id>post-test</id>
369                         <configuration>
370                             <skip>true</skip>
371                         </configuration>
372                     </execution>
373                 </executions>
374             </plugin>
375         </plugins>
376     </build>
377 </project>