Fixed potential class pool override in integration tests.
[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.7.0-SNAPSHOT</version>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.controller</groupId>
78             <artifactId>clustering.services</artifactId>
79             <version>0.5.0-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.1-SNAPSHOT</version>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.controller</groupId>
102             <artifactId>containermanager</artifactId>
103             <version>0.5.1-SNAPSHOT</version>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.controller</groupId>
107             <artifactId>containermanager.it.implementation</artifactId>
108             <version>0.5.1-SNAPSHOT</version>
109         </dependency>
110         <dependency>
111             <groupId>org.opendaylight.controller</groupId>
112             <artifactId>clustering.stub</artifactId>
113             <version>0.4.1-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>logback-config</artifactId>
159             <version>${config.version}</version>
160         </dependency>
161         <dependency>
162             <groupId>org.opendaylight.controller</groupId>
163             <artifactId>config-persister-impl</artifactId>
164             <version>${config.version}</version>
165         </dependency>
166         <dependency>
167             <groupId>org.opendaylight.controller</groupId>
168             <artifactId>config-persister-file-adapter</artifactId>
169             <version>${config.version}</version>
170         </dependency>
171         <dependency>
172             <groupId>org.opendaylight.controller</groupId>
173             <artifactId>netconf-impl</artifactId>
174             <version>${netconf.version}</version>
175         </dependency>
176         <dependency>
177             <groupId>org.opendaylight.controller</groupId>
178             <artifactId>netconf-client</artifactId>
179             <version>${netconf.version}</version>
180         </dependency>
181         <dependency>
182             <groupId>org.opendaylight.controller</groupId>
183             <artifactId>sal-common</artifactId>
184             <version>1.0-SNAPSHOT</version>
185         </dependency>
186         <dependency>
187             <groupId>org.opendaylight.yangtools</groupId>
188             <artifactId>yang-common</artifactId>
189         </dependency>
190         <dependency>
191             <groupId>org.opendaylight.yangtools</groupId>
192             <artifactId>concepts</artifactId>
193         </dependency>
194         <dependency>
195             <groupId>org.opendaylight.yangtools</groupId>
196             <artifactId>yang-data-api</artifactId>
197         </dependency>
198         <dependency>
199             <groupId>org.mockito</groupId>
200             <artifactId>mockito-all</artifactId>
201             <version>1.9.5</version>
202             <scope>test</scope>
203         </dependency>
204         <dependency>
205             <groupId>org.opendaylight.controller</groupId>
206             <artifactId>config-manager</artifactId>
207             <version>0.2.3-SNAPSHOT</version>
208         </dependency>
209         <dependency>
210             <groupId>org.opendaylight.controller.model</groupId>
211             <artifactId>model-flow-management</artifactId>
212             <version>1.0-SNAPSHOT</version>
213             <scope>provided</scope>
214         </dependency>
215         <dependency>
216             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
217             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
218             <version>4.0</version>
219         </dependency>
220         <dependency>
221             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
222             <artifactId>xtend-lib-osgi</artifactId>
223             <version>2.4.3</version>
224             <scope>test</scope>
225         </dependency>
226         <dependency>
227             <groupId>org.opendaylight.controller</groupId>
228             <artifactId>sal-binding-broker-impl</artifactId>
229             <version>1.0-SNAPSHOT</version>
230             <scope>provided</scope>
231         </dependency>
232         <dependency>
233             <groupId>org.ops4j.pax.exam</groupId>
234             <artifactId>pax-exam-container-native</artifactId>
235             <version>${exam.version}</version>
236             <scope>test</scope>
237         </dependency>
238         <dependency>
239             <groupId>org.ops4j.pax.exam</groupId>
240             <artifactId>pax-exam-junit4</artifactId>
241             <version>${exam.version}</version>
242             <scope>test</scope>
243         </dependency>
244         <dependency>
245             <groupId>org.opendaylight.controller</groupId>
246             <artifactId>config-netconf-connector</artifactId>
247             <version>${netconf.version}</version>
248             <scope>test</scope>
249         </dependency>
250
251         <dependency>
252             <groupId>org.opendaylight.yangtools</groupId>
253             <artifactId>yang-parser-impl</artifactId>
254             <version>${yangtools.version}</version>
255         </dependency>
256         <dependency>
257             <groupId>org.opendaylight.yangtools</groupId>
258             <artifactId>yang-model-util</artifactId>
259             <version>${yangtools.version}</version>
260         </dependency>
261
262         <dependency>
263             <groupId>org.opendaylight.controller</groupId>
264             <artifactId>logback-config</artifactId>
265             <version>${config.version}</version>
266         </dependency>
267         <dependency>
268             <groupId>org.opendaylight.controller</groupId>
269             <artifactId>config-persister-impl</artifactId>
270             <version>${config.version}</version>
271         </dependency>
272         <dependency>
273             <groupId>org.opendaylight.controller</groupId>
274             <artifactId>config-persister-file-adapter</artifactId>
275             <version>${config.version}</version>
276         </dependency>
277         <dependency>
278             <groupId>org.opendaylight.controller</groupId>
279             <artifactId>netconf-impl</artifactId>
280             <version>${netconf.version}</version>
281         </dependency>
282         <dependency>
283             <groupId>org.opendaylight.controller</groupId>
284             <artifactId>netconf-client</artifactId>
285             <version>${netconf.version}</version>
286         </dependency>
287         <dependency>
288             <groupId>org.ops4j.pax.exam</groupId>
289             <artifactId>pax-exam-link-mvn</artifactId>
290             <version>${exam.version}</version>
291             <scope>test</scope>
292         </dependency>
293         <dependency>
294             <groupId>equinoxSDK381</groupId>
295             <artifactId>org.eclipse.osgi</artifactId>
296             <version>3.8.1.v20120830-144521</version>
297             <scope>test</scope>
298         </dependency>
299         <dependency>
300             <groupId>org.slf4j</groupId>
301             <artifactId>log4j-over-slf4j</artifactId>
302             <version>1.7.2</version>
303         </dependency>
304         <dependency>
305             <groupId>ch.qos.logback</groupId>
306             <artifactId>logback-core</artifactId>
307             <version>1.0.9</version>
308         </dependency>
309         <dependency>
310             <groupId>ch.qos.logback</groupId>
311             <artifactId>logback-classic</artifactId>
312             <version>1.0.9</version>
313         </dependency>
314         <dependency>
315             <groupId>org.opendaylight.controller.model</groupId>
316             <artifactId>model-flow-service</artifactId>
317             <version>1.0-SNAPSHOT</version>
318             <scope>provided</scope>
319         </dependency>
320         <dependency>
321             <groupId>org.opendaylight.controller</groupId>
322             <artifactId>config-manager</artifactId>
323             <version>0.2.3-SNAPSHOT</version>
324         </dependency>
325         <dependency>
326             <groupId>org.opendaylight.controller.model</groupId>
327             <artifactId>model-flow-management</artifactId>
328             <version>1.0-SNAPSHOT</version>
329             <scope>provided</scope>
330         </dependency>
331         <dependency>
332             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
333             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
334             <version>4.0</version>
335         </dependency>
336     </dependencies>
337     <properties>
338         <!-- Sonar jacoco plugin to get integration test coverage info -->
339         <sonar.jacoco.reportPath>../implementation/target/jacoco.exec</sonar.jacoco.reportPath>
340         <sonar.jacoco.itReportPath>../implementaiton/target/jacoco-it.exec</sonar.jacoco.itReportPath>
341     </properties>
342     <build>
343         <pluginManagement>
344             <plugins>
345                 <plugin>
346                     <groupId>org.jacoco</groupId>
347                     <artifactId>jacoco-maven-plugin</artifactId>
348                     <version>0.5.3.201107060350</version>
349                 </plugin>
350             </plugins>
351         </pluginManagement>
352         <plugins>
353             <plugin>
354                 <groupId>org.jacoco</groupId>
355                 <artifactId>jacoco-maven-plugin</artifactId>
356                 <version>0.5.3.201107060350</version>
357                 <configuration>
358                     <destFile>../implementation/target/jacoco-it.exec</destFile>
359                     <includes>org.opendaylight.controller.*</includes>
360                 </configuration>
361                 <executions>
362                     <execution>
363                         <id>pre-test</id>
364                         <goals>
365                             <goal>prepare-agent</goal>
366                         </goals>
367                     </execution>
368                     <execution>
369                         <id>post-test</id>
370                         <configuration>
371                             <skip>true</skip>
372                         </configuration>
373                     </execution>
374                 </executions>
375             </plugin>
376         </plugins>
377     </build>
378 </project>