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