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