Merge "Adding tunnel ipv4 src/dst flow-base model augmentations"
[controller.git] / opendaylight / md-sal / sal-binding-it / 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.controller</groupId>
6     <artifactId>sal-parent</artifactId>
7     <version>1.1-SNAPSHOT</version>
8   </parent>
9   <artifactId>sal-binding-it</artifactId>
10
11   <properties>
12     <sonar.jacoco.itReportPath>../sal-binding-broker/target/jacoco-it.exec</sonar.jacoco.itReportPath>
13     <!-- Sonar jacoco plugin to get integration test coverage info -->
14     <sonar.jacoco.reportPath>../sal-binding-broker/target/jacoco.exec</sonar.jacoco.reportPath>
15   </properties>
16
17   <dependencies>
18     <dependency>
19       <groupId>ch.qos.logback</groupId>
20       <artifactId>logback-classic</artifactId>
21     </dependency>
22     <dependency>
23       <groupId>ch.qos.logback</groupId>
24       <artifactId>logback-core</artifactId>
25     </dependency>
26     <dependency>
27       <groupId>equinoxSDK381</groupId>
28       <artifactId>org.eclipse.osgi</artifactId>
29     </dependency>
30     <dependency>
31       <groupId>org.eclipse.persistence</groupId>
32       <artifactId>org.eclipse.persistence.core</artifactId>
33     </dependency>
34     <dependency>
35       <groupId>org.eclipse.persistence</groupId>
36       <artifactId>org.eclipse.persistence.moxy</artifactId>
37     </dependency>
38     <dependency>
39       <groupId>org.mockito</groupId>
40       <artifactId>mockito-all</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.controller</groupId>
44       <artifactId>config-manager</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.controller</groupId>
48       <artifactId>config-netconf-connector</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.controller</groupId>
52       <artifactId>config-persister-file-xml-adapter</artifactId>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.controller</groupId>
56       <artifactId>config-persister-impl</artifactId>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.controller</groupId>
60       <artifactId>logback-config</artifactId>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.controller</groupId>
64       <artifactId>netconf-client</artifactId>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.controller</groupId>
68       <artifactId>netconf-impl</artifactId>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.controller</groupId>
72       <artifactId>netconf-monitoring</artifactId>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.controller</groupId>
76       <artifactId>sal-binding-broker-impl</artifactId>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.yangtools.thirdparty</groupId>
80       <artifactId>antlr4-runtime-osgi-nohead</artifactId>
81     </dependency>
82     <!--Compile scopes for all testing dependencies are intentional-->
83     <!--This way, all testing dependencies can be transitively used by other integration test modules-->
84     <!--If the dependencies are test scoped, they are not visible to other maven modules depending on sal-binding-it-->
85
86     <!--TODO Create generic utilities(extract from this module) for integration tests on the controller-->
87     <dependency>
88       <groupId>org.opendaylight.yangtools.thirdparty</groupId>
89       <artifactId>xtend-lib-osgi</artifactId>
90     </dependency>
91     <dependency>
92       <groupId>org.openexi</groupId>
93       <artifactId>nagasena</artifactId>
94     </dependency>
95     <dependency>
96       <groupId>org.openexi</groupId>
97       <artifactId>nagasena-rta</artifactId>
98     </dependency>
99     <dependency>
100       <groupId>org.ops4j.pax.exam</groupId>
101       <artifactId>pax-exam</artifactId>
102       <version>${exam.version}</version>
103       <!-- Compile scope here is intentional, it is used in TestHelper
104                 class which could be downloaded via nexus and reused in other integration
105                 tests. -->
106       <scope>compile</scope>
107     </dependency>
108     <dependency>
109       <groupId>org.ops4j.pax.exam</groupId>
110       <artifactId>pax-exam-container-native</artifactId>
111       <scope>compile</scope>
112     </dependency>
113     <dependency>
114       <groupId>org.ops4j.pax.exam</groupId>
115       <artifactId>pax-exam-junit4</artifactId>
116       <scope>compile</scope>
117     </dependency>
118     <dependency>
119       <groupId>org.ops4j.pax.exam</groupId>
120       <artifactId>pax-exam-link-mvn</artifactId>
121       <scope>compile</scope>
122     </dependency>
123     <dependency>
124       <groupId>org.slf4j</groupId>
125       <artifactId>log4j-over-slf4j</artifactId>
126     </dependency>
127     <dependency>
128       <groupId>org.opendaylight.controller.model</groupId>
129       <artifactId>model-flow-management</artifactId>
130       <scope>provided</scope>
131     </dependency>
132     <dependency>
133       <groupId>org.opendaylight.controller.model</groupId>
134       <artifactId>model-flow-service</artifactId>
135       <scope>provided</scope>
136     </dependency>
137   </dependencies>
138
139   <build>
140     <pluginManagement>
141       <plugins>
142         <!--This plugin's configuration is used to store Eclipse
143                     m2e settings only. It has no influence on the Maven build itself. -->
144         <plugin>
145           <groupId>org.eclipse.m2e</groupId>
146           <artifactId>lifecycle-mapping</artifactId>
147           <version>${lifecycle.mapping.version}</version>
148           <configuration>
149             <lifecycleMappingMetadata>
150               <pluginExecutions>
151                 <pluginExecution>
152                   <pluginExecutionFilter>
153                     <groupId>org.ops4j.pax.exam</groupId>
154                     <artifactId>maven-paxexam-plugin</artifactId>
155                     <versionRange>[1.2.4,)</versionRange>
156                     <goals>
157                       <goal>generate-depends-file</goal>
158                     </goals>
159                   </pluginExecutionFilter>
160                   <action>
161                     <ignore></ignore>
162                   </action>
163                 </pluginExecution>
164               </pluginExecutions>
165             </lifecycleMappingMetadata>
166           </configuration>
167         </plugin>
168         <plugin>
169           <groupId>org.jacoco</groupId>
170           <artifactId>jacoco-maven-plugin</artifactId>
171           <version>${jacoco.version}</version>
172           <configuration>
173             <destFile>../sal-binding-broker/target/jacoco-it.exec</destFile>
174             <includes>
175               <include>org.opendaylight.controller.*</include>
176             </includes>
177           </configuration>
178           <executions>
179             <execution>
180               <id>pre-test</id>
181               <goals>
182                 <goal>prepare-agent</goal>
183               </goals>
184             </execution>
185             <execution>
186               <id>post-test</id>
187               <configuration>
188                 <skip>true</skip>
189               </configuration>
190             </execution>
191           </executions>
192         </plugin>
193       </plugins>
194     </pluginManagement>
195     <plugins>
196       <plugin>
197         <groupId>org.apache.maven.plugins</groupId>
198         <artifactId>maven-surefire-plugin</artifactId>
199         <configuration>
200           <reuseForks>false</reuseForks>
201         </configuration>
202       </plugin>
203       <plugin>
204         <groupId>org.jacoco</groupId>
205         <artifactId>jacoco-maven-plugin</artifactId>
206         <configuration>
207           <includes>
208             <include>org.opendaylight.controller.*</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             <goals>
221               <goal>report</goal>
222             </goals>
223             <phase>test</phase>
224           </execution>
225         </executions>
226       </plugin>
227       <plugin>
228         <groupId>org.ops4j.pax.exam</groupId>
229         <artifactId>maven-paxexam-plugin</artifactId>
230         <executions>
231           <execution>
232             <id>generate-config</id>
233             <goals>
234               <goal>generate-depends-file</goal>
235             </goals>
236           </execution>
237         </executions>
238       </plugin>
239     </plugins>
240   </build>
241   <scm>
242     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
243     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
244     <tag>HEAD</tag>
245     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
246   </scm>
247 </project>