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