Adding Pax-Exam infra with a basic IT for plugin
[ovsdb.git] / paxexam / plugin.integrationtest / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.ovsdb</groupId>
6     <artifactId>common.integrationtest</artifactId>
7     <version>1.0.1-SNAPSHOT</version>
8     <relativePath>../common.integrationtest</relativePath>
9   </parent>
10
11   <artifactId>ovsdb.plugin.integrationtest</artifactId>
12   <version>0.4.2-SNAPSHOT</version>
13   <properties>
14     <sonar.jacoco.itReportPath>../implementation/target/jacoco-it.exec</sonar.jacoco.itReportPath>
15     <!-- Sonar jacoco plugin to get integration test coverage info -->
16     <sonar.jacoco.reportPath>../implementation/target/jacoco.exec</sonar.jacoco.reportPath>
17   </properties>
18
19   <dependencies>
20     <dependency>
21       <groupId>ch.qos.logback</groupId>
22       <artifactId>logback-classic</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>ch.qos.logback</groupId>
26       <artifactId>logback-core</artifactId>
27     </dependency>
28     <dependency>
29       <groupId>com.fasterxml.jackson.core</groupId>
30       <artifactId>jackson-annotations</artifactId>
31       <version>${jackson.version}</version>
32     </dependency>
33     <dependency>
34       <groupId>com.fasterxml.jackson.core</groupId>
35       <artifactId>jackson-core</artifactId>
36       <version>${jackson.version}</version>
37     </dependency>
38     <dependency>
39       <groupId>com.fasterxml.jackson.core</groupId>
40       <artifactId>jackson-databind</artifactId>
41       <version>${jackson.version}</version>
42     </dependency>
43     <dependency>
44       <groupId>com.google.code.gson</groupId>
45       <artifactId>gson</artifactId>
46       <version>2.1</version>
47       <scope>compile</scope>
48     </dependency>
49     <dependency>
50       <groupId>com.google.guava</groupId>
51       <artifactId>guava</artifactId>
52       <version>${guava.version}</version>
53     </dependency>
54     <dependency>
55       <groupId>commons-codec</groupId>
56       <artifactId>commons-codec</artifactId>
57       <optional>true</optional>
58     </dependency>
59     <dependency>
60       <groupId>commons-codec</groupId>
61       <artifactId>commons-codec</artifactId>
62       <version>1.4</version>
63     </dependency>
64     <dependency>
65       <groupId>commons-collections</groupId>
66       <artifactId>commons-collections</artifactId>
67       <version>1.0</version>
68     </dependency>
69     <dependency>
70       <groupId>commons-lang</groupId>
71       <artifactId>commons-lang</artifactId>
72       <version>2.3</version>
73     </dependency>
74     <dependency>
75       <groupId>eclipselink</groupId>
76       <artifactId>javax.resource</artifactId>
77     </dependency>
78     <dependency>
79       <groupId>equinoxSDK381</groupId>
80       <artifactId>javax.servlet</artifactId>
81     </dependency>
82     <dependency>
83       <groupId>equinoxSDK381</groupId>
84       <artifactId>org.eclipse.osgi</artifactId>
85     </dependency>
86     <dependency>
87       <groupId>io.netty</groupId>
88       <artifactId>netty-buffer</artifactId>
89     </dependency>
90     <dependency>
91       <groupId>io.netty</groupId>
92       <artifactId>netty-codec</artifactId>
93     </dependency>
94     <dependency>
95       <groupId>io.netty</groupId>
96       <artifactId>netty-common</artifactId>
97     </dependency>
98     <dependency>
99       <groupId>io.netty</groupId>
100       <artifactId>netty-handler</artifactId>
101     </dependency>
102     <dependency>
103       <groupId>io.netty</groupId>
104       <artifactId>netty-transport</artifactId>
105     </dependency>
106
107     <dependency>
108       <groupId>javax.portlet</groupId>
109       <artifactId>portlet-api</artifactId>
110       <version>2.0</version>
111     </dependency>
112     <dependency>
113       <groupId>junit</groupId>
114       <artifactId>junit</artifactId>
115     </dependency>
116     <dependency>
117       <groupId>junit</groupId>
118       <artifactId>junit</artifactId>
119     </dependency>
120     <dependency>
121       <groupId>org.apache.felix</groupId>
122       <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
123     </dependency>
124     <dependency>
125       <groupId>org.apache.httpcomponents</groupId>
126       <artifactId>httpcore-nio</artifactId>
127       <version>4.2.1</version>
128       <optional>true</optional>
129     </dependency>
130     <dependency>
131       <groupId>org.opendaylight.controller</groupId>
132       <artifactId>clustering.services</artifactId>
133     </dependency>
134     <dependency>
135       <groupId>org.opendaylight.controller</groupId>
136       <artifactId>clustering.services-implementation</artifactId>
137     </dependency>
138     <dependency>
139       <groupId>org.opendaylight.controller</groupId>
140       <artifactId>containermanager</artifactId>
141     </dependency>
142     <dependency>
143       <groupId>org.opendaylight.controller</groupId>
144       <artifactId>containermanager.it.implementation</artifactId>
145     </dependency>
146     <dependency>
147       <groupId>org.opendaylight.controller</groupId>
148       <artifactId>sal</artifactId>
149     </dependency>
150     <dependency>
151       <groupId>org.opendaylight.controller</groupId>
152       <artifactId>sal.connection</artifactId>
153     </dependency>
154     <dependency>
155       <groupId>org.opendaylight.controller</groupId>
156       <artifactId>sal.connection.implementation</artifactId>
157     </dependency>
158     <dependency>
159       <groupId>org.opendaylight.controller</groupId>
160       <artifactId>sal.implementation</artifactId>
161     </dependency>
162     <dependency>
163       <groupId>org.opendaylight.controller</groupId>
164       <artifactId>sal.networkconfiguration</artifactId>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.controller</groupId>
168       <artifactId>sal.networkconfiguration.implementation</artifactId>
169     </dependency>
170     <dependency>
171       <groupId>org.opendaylight.ovsdb</groupId>
172       <artifactId>ovsdb</artifactId>
173     </dependency>
174     <dependency>
175       <groupId>org.slf4j</groupId>
176       <artifactId>log4j-over-slf4j</artifactId>
177     </dependency>
178     <dependency>
179       <groupId>org.ops4j.pax.exam</groupId>
180       <artifactId>pax-exam-container-native</artifactId>
181       <scope>test</scope>
182     </dependency>
183     <dependency>
184       <groupId>org.ops4j.pax.exam</groupId>
185       <artifactId>pax-exam-junit4</artifactId>
186       <scope>test</scope>
187     </dependency>
188     <dependency>
189       <groupId>org.ops4j.pax.exam</groupId>
190       <artifactId>pax-exam-link-mvn</artifactId>
191       <scope>test</scope>
192     </dependency>
193     <dependency>
194       <groupId>org.ops4j.pax.url</groupId>
195       <artifactId>pax-url-aether</artifactId>
196       <scope>test</scope>
197     </dependency>
198   </dependencies>
199   <build>
200     <plugins>
201       <plugin>
202         <groupId>org.jacoco</groupId>
203         <artifactId>jacoco-maven-plugin</artifactId>
204         <configuration>
205           <destFile>../implementation/target/jacoco-it.exec</destFile>
206           <includes>
207             <include>org.opendaylight.controller.*</include>
208             <include>org.opendaylight.ovsdb.*</include>
209           </includes>
210         </configuration>
211         <executions>
212           <execution>
213             <id>pre-test</id>
214             <goals>
215               <goal>prepare-agent</goal>
216             </goals>
217           </execution>
218           <execution>
219             <id>post-test</id>
220             <configuration>
221               <skip>true</skip>
222             </configuration>
223           </execution>
224         </executions>
225       </plugin>
226     </plugins>
227   </build>
228   <scm>
229     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
230     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
231     <tag>HEAD</tag>
232     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
233   </scm>
234 </project>