Bug 4035: Invert dependency binding-impl -> binding-config
[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.controller</groupId>
82       <artifactId>sal-binding-config</artifactId>
83     </dependency>
84
85     <dependency>
86       <groupId>org.opendaylight.yangtools.thirdparty</groupId>
87       <artifactId>antlr4-runtime-osgi-nohead</artifactId>
88     </dependency>
89
90     <!--Compile scopes for all testing dependencies are intentional-->
91     <!--This way, all testing dependencies can be transitively used by other integration test modules-->
92     <!--If the dependencies are test scoped, they are not visible to other maven modules depending on sal-binding-it-->
93
94     <!--TODO Create generic utilities(extract from this module) for integration tests on the controller-->
95     <dependency>
96       <groupId>openexi</groupId>
97       <artifactId>nagasena</artifactId>
98     </dependency>
99     <dependency>
100       <groupId>openexi</groupId>
101       <artifactId>nagasena-rta</artifactId>
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>commons-io</groupId>
129       <artifactId>commons-io</artifactId>
130     </dependency>
131     <dependency>
132       <groupId>org.slf4j</groupId>
133       <artifactId>log4j-over-slf4j</artifactId>
134     </dependency>
135     <dependency>
136       <groupId>org.slf4j</groupId>
137       <artifactId>slf4j-api</artifactId>
138     </dependency>
139     <dependency>
140       <groupId>org.opendaylight.controller</groupId>
141       <artifactId>sal-test-model</artifactId>
142       <version>${mdsal.version}</version>
143     </dependency>
144     <dependency>
145       <groupId>org.opendaylight.yangtools.model</groupId>
146       <artifactId>opendaylight-l2-types</artifactId>
147     </dependency>
148   </dependencies>
149
150   <build>
151     <pluginManagement>
152       <plugins>
153         <!--This plugin's configuration is used to store Eclipse
154                     m2e settings only. It has no influence on the Maven build itself. -->
155         <plugin>
156           <groupId>org.eclipse.m2e</groupId>
157           <artifactId>lifecycle-mapping</artifactId>
158           <version>${lifecycle.mapping.version}</version>
159           <configuration>
160             <lifecycleMappingMetadata>
161               <pluginExecutions>
162                 <pluginExecution>
163                   <pluginExecutionFilter>
164                     <groupId>org.ops4j.pax.exam</groupId>
165                     <artifactId>maven-paxexam-plugin</artifactId>
166                     <versionRange>[1.2.4,)</versionRange>
167                     <goals>
168                       <goal>generate-depends-file</goal>
169                     </goals>
170                   </pluginExecutionFilter>
171                   <action>
172                     <ignore></ignore>
173                   </action>
174                 </pluginExecution>
175               </pluginExecutions>
176             </lifecycleMappingMetadata>
177           </configuration>
178         </plugin>
179       </plugins>
180     </pluginManagement>
181     <plugins>
182       <plugin>
183         <groupId>org.ops4j.pax.exam</groupId>
184         <artifactId>maven-paxexam-plugin</artifactId>
185         <executions>
186           <execution>
187             <id>generate-config</id>
188             <goals>
189               <goal>generate-depends-file</goal>
190             </goals>
191           </execution>
192         </executions>
193       </plugin>
194       <plugin>
195         <groupId>org.apache.maven.plugins</groupId>
196         <artifactId>maven-failsafe-plugin</artifactId>
197         <executions>
198           <execution>
199               <goals>
200                   <goal>integration-test</goal>
201                   <goal>verify</goal>
202               </goals>
203           </execution>
204         </executions>
205         <!-- PAX EXAM tests sometimes takes longer to run if
206              not enough system resources are provided and
207              default timeout of two minutes may be not enough
208              on some jenkins jobs. In order to not loose
209              results of these tests, but to prevent this
210              tests of failing verifies sporadically
211              this test suites are optional and should not
212              fail build.
213          -->
214         <configuration>
215             <testFailureIgnore>true</testFailureIgnore>
216         </configuration>
217       </plugin>
218     </plugins>
219   </build>
220   <scm>
221     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
222     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
223     <tag>HEAD</tag>
224     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
225   </scm>
226 </project>