622ce0f9a35a003de4811bbbb3d3103b07740140
[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.3.0-SNAPSHOT</version>
8   </parent>
9   <artifactId>sal-binding-it</artifactId>
10
11   <dependencies>
12     <dependency>
13       <groupId>ch.qos.logback</groupId>
14       <artifactId>logback-classic</artifactId>
15     </dependency>
16     <dependency>
17       <groupId>ch.qos.logback</groupId>
18       <artifactId>logback-core</artifactId>
19     </dependency>
20     <dependency>
21       <groupId>equinoxSDK381</groupId>
22       <artifactId>org.eclipse.osgi</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>org.eclipse.persistence</groupId>
26       <artifactId>org.eclipse.persistence.core</artifactId>
27     </dependency>
28     <dependency>
29       <groupId>org.eclipse.persistence</groupId>
30       <artifactId>org.eclipse.persistence.moxy</artifactId>
31     </dependency>
32     <dependency>
33       <groupId>org.mockito</groupId>
34       <artifactId>mockito-all</artifactId>
35     </dependency>
36     <dependency>
37       <groupId>org.opendaylight.yangtools</groupId>
38       <artifactId>object-cache-guava</artifactId>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.controller</groupId>
42       <artifactId>config-manager</artifactId>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.controller</groupId>
46       <artifactId>config-netconf-connector</artifactId>
47     </dependency>
48     <dependency>
49       <groupId>org.opendaylight.controller</groupId>
50       <artifactId>config-persister-file-xml-adapter</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.controller</groupId>
54       <artifactId>config-persister-impl</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.controller</groupId>
58       <artifactId>logback-config</artifactId>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.controller</groupId>
62       <artifactId>netconf-client</artifactId>
63     </dependency>
64     <dependency>
65       <groupId>org.opendaylight.controller</groupId>
66       <artifactId>netconf-impl</artifactId>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.controller</groupId>
70       <artifactId>netconf-monitoring</artifactId>
71     </dependency>
72     <dependency>
73       <groupId>org.opendaylight.controller</groupId>
74       <artifactId>netconf-notifications-api</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.yangtools.thirdparty</groupId>
82       <artifactId>antlr4-runtime-osgi-nohead</artifactId>
83     </dependency>
84
85     <!--Compile scopes for all testing dependencies are intentional-->
86     <!--This way, all testing dependencies can be transitively used by other integration test modules-->
87     <!--If the dependencies are test scoped, they are not visible to other maven modules depending on sal-binding-it-->
88
89     <!--TODO Create generic utilities(extract from this module) for integration tests on the controller-->
90     <dependency>
91       <groupId>openexi</groupId>
92       <artifactId>nagasena</artifactId>
93     </dependency>
94     <dependency>
95       <groupId>openexi</groupId>
96       <artifactId>nagasena-rta</artifactId>
97     </dependency>
98     <dependency>
99       <groupId>org.ops4j.pax.exam</groupId>
100       <artifactId>pax-exam</artifactId>
101       <version>${exam.version}</version>
102       <!-- Compile scope here is intentional, it is used in TestHelper
103                 class which could be downloaded via nexus and reused in other integration
104                 tests. -->
105       <scope>compile</scope>
106     </dependency>
107     <dependency>
108       <groupId>org.ops4j.pax.exam</groupId>
109       <artifactId>pax-exam-container-native</artifactId>
110       <scope>compile</scope>
111     </dependency>
112     <dependency>
113       <groupId>org.ops4j.pax.exam</groupId>
114       <artifactId>pax-exam-junit4</artifactId>
115       <scope>compile</scope>
116     </dependency>
117     <dependency>
118       <groupId>org.ops4j.pax.exam</groupId>
119       <artifactId>pax-exam-link-mvn</artifactId>
120       <scope>compile</scope>
121     </dependency>
122     <dependency>
123       <groupId>org.slf4j</groupId>
124       <artifactId>log4j-over-slf4j</artifactId>
125     </dependency>
126     <dependency>
127       <groupId>org.slf4j</groupId>
128       <artifactId>slf4j-api</artifactId>
129     </dependency>
130     <dependency>
131       <groupId>org.opendaylight.controller</groupId>
132       <artifactId>sal-test-model</artifactId>
133       <version>${mdsal.version}</version>
134     </dependency>
135     <dependency>
136       <groupId>org.opendaylight.yangtools.model</groupId>
137       <artifactId>opendaylight-l2-types</artifactId>
138     </dependency>
139   </dependencies>
140
141   <build>
142     <pluginManagement>
143       <plugins>
144         <!--This plugin's configuration is used to store Eclipse
145                     m2e settings only. It has no influence on the Maven build itself. -->
146         <plugin>
147           <groupId>org.eclipse.m2e</groupId>
148           <artifactId>lifecycle-mapping</artifactId>
149           <version>${lifecycle.mapping.version}</version>
150           <configuration>
151             <lifecycleMappingMetadata>
152               <pluginExecutions>
153                 <pluginExecution>
154                   <pluginExecutionFilter>
155                     <groupId>org.ops4j.pax.exam</groupId>
156                     <artifactId>maven-paxexam-plugin</artifactId>
157                     <versionRange>[1.2.4,)</versionRange>
158                     <goals>
159                       <goal>generate-depends-file</goal>
160                     </goals>
161                   </pluginExecutionFilter>
162                   <action>
163                     <ignore></ignore>
164                   </action>
165                 </pluginExecution>
166               </pluginExecutions>
167             </lifecycleMappingMetadata>
168           </configuration>
169         </plugin>
170       </plugins>
171     </pluginManagement>
172     <plugins>
173       <plugin>
174         <groupId>org.ops4j.pax.exam</groupId>
175         <artifactId>maven-paxexam-plugin</artifactId>
176         <executions>
177           <execution>
178             <id>generate-config</id>
179             <goals>
180               <goal>generate-depends-file</goal>
181             </goals>
182           </execution>
183         </executions>
184       </plugin>
185       <plugin>
186         <groupId>org.apache.maven.plugins</groupId>
187         <artifactId>maven-failsafe-plugin</artifactId>
188         <executions>
189           <execution>
190               <goals>
191                   <goal>integration-test</goal>
192                   <goal>verify</goal>
193               </goals>
194           </execution>
195         </executions>
196         <!-- PAX EXAM tests sometimes takes longer to run if
197              not enough system resources are provided and
198              default timeout of two minutes may be not enough
199              on some jenkins jobs. In order to not loose
200              results of these tests, but to prevent this
201              tests of failing verifies sporadically
202              this test suites are optional and should not
203              fail build.
204          -->
205         <configuration>
206             <testFailureIgnore>true</testFailureIgnore>
207         </configuration>
208       </plugin>
209     </plugins>
210   </build>
211   <scm>
212     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
213     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
214     <tag>HEAD</tag>
215     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
216   </scm>
217 </project>