BUG-837: it unstable (timeout to 60s)
[openflowplugin.git] / openflowplugin-it / pom.xml
1 <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">
2     <modelVersion>4.0.0</modelVersion>
3     <parent>
4         <groupId>org.opendaylight.openflowplugin</groupId>
5         <artifactId>openflowplugin-parent</artifactId>
6         <version>0.1.0-SNAPSHOT</version>
7         <relativePath>../</relativePath>
8     </parent>
9
10     <artifactId>openflowplugin-it</artifactId>
11
12     <build>
13         <plugins>
14             <plugin>
15                 <groupId>org.ops4j.pax.exam</groupId>
16                 <artifactId>maven-paxexam-plugin</artifactId>
17                 <executions>
18                     <execution>
19                         <id>generate-config</id>
20                         <goals>
21                             <goal>generate-depends-file</goal>
22                         </goals>
23                     </execution>
24                 </executions>
25             </plugin>
26         </plugins>
27         <pluginManagement>
28             <plugins>
29                 <!--This plugin's configuration is used to store Eclipse m2e settings
30                     only. It has no influence on the Maven build itself. -->
31                 <plugin>
32                     <groupId>org.eclipse.m2e</groupId>
33                     <artifactId>lifecycle-mapping</artifactId>
34                     <version>1.0.0</version>
35                     <configuration>
36                         <lifecycleMappingMetadata>
37                             <pluginExecutions>
38                                 <pluginExecution>
39                                     <pluginExecutionFilter>
40                                         <groupId>
41                                             org.ops4j.pax.exam
42                                         </groupId>
43                                         <artifactId>
44                                             maven-paxexam-plugin
45                                         </artifactId>
46                                         <versionRange>
47                                             [1.2.4,)
48                                         </versionRange>
49                                         <goals>
50                                             <goal>
51                                                 generate-depends-file
52                                             </goal>
53                                         </goals>
54                                     </pluginExecutionFilter>
55                                     <action>
56                                         <ignore />
57                                     </action>
58                                 </pluginExecution>
59                             </pluginExecutions>
60                         </lifecycleMappingMetadata>
61                     </configuration>
62                 </plugin>
63             </plugins>
64         </pluginManagement>
65     </build>
66
67     <dependencies>
68         <dependency>
69             <groupId>org.opendaylight.controller</groupId>
70             <artifactId>sal-binding-it</artifactId>
71             <scope>test</scope>
72             <exclusions>
73                 <exclusion>
74                     <groupId>org.ops4j.pax.exam</groupId>
75                     <artifactId>pax-exam-container-native</artifactId>
76                 </exclusion>
77             </exclusions>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.controller</groupId>
81             <artifactId>sal-binding-broker-impl</artifactId>
82             <scope>test</scope>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.openflowplugin</groupId>
86             <artifactId>openflowplugin-api</artifactId>
87             <version>${project.version}</version>
88             <scope>test</scope>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.openflowplugin</groupId>
92             <artifactId>openflowplugin</artifactId>
93             <version>${project.version}</version>
94             <scope>test</scope>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.openflowplugin</groupId>
98             <artifactId>openflowplugin-extension-api</artifactId>
99             <version>${project.version}</version>
100             <scope>test</scope>
101         </dependency>
102         <dependency>
103             <groupId>org.opendaylight.openflowjava</groupId>
104             <artifactId>simple-client</artifactId>
105             <scope>test</scope>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.openflowplugin.model</groupId>
109             <artifactId>model-flow-base</artifactId>
110             <scope>test</scope>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.openflowplugin.model</groupId>
114             <artifactId>model-flow-statistics</artifactId>
115             <scope>test</scope>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.openflowplugin.model</groupId>
119             <artifactId>model-flow-service</artifactId>
120             <scope>test</scope>
121         </dependency>
122
123         <dependency>
124             <groupId>org.javassist</groupId>
125             <artifactId>javassist</artifactId>
126             <scope>test</scope>
127         </dependency>
128         <dependency>
129             <groupId>org.ops4j.pax.exam</groupId>
130             <artifactId>pax-exam-container-forked</artifactId>
131             <version>${exam.version}</version>
132             <scope>test</scope>
133         </dependency>
134         <dependency>
135             <groupId>org.ops4j.pax.exam</groupId>
136             <artifactId>pax-exam-junit4</artifactId>
137             <scope>test</scope>
138         </dependency>
139         <dependency>
140             <groupId>org.ops4j.pax.exam</groupId>
141             <artifactId>pax-exam-link-mvn</artifactId>
142             <scope>test</scope>
143         </dependency>
144         <dependency>
145             <groupId>org.ops4j.pax.exam</groupId>
146             <artifactId>pax-exam</artifactId>
147         </dependency>
148         <dependency>
149             <groupId>equinoxSDK381</groupId>
150             <artifactId>org.eclipse.osgi</artifactId>
151             <scope>test</scope>
152         </dependency>
153         <dependency>
154           <groupId>equinoxSDK381</groupId>
155           <artifactId>org.eclipse.equinox.console</artifactId>
156           <scope>test</scope>
157         </dependency>
158         <dependency>
159           <groupId>equinoxSDK381</groupId>
160           <artifactId>org.apache.felix.gogo.command</artifactId>
161           <scope>test</scope>
162         </dependency>
163         <dependency>
164           <groupId>equinoxSDK381</groupId>
165           <artifactId>org.apache.felix.gogo.runtime</artifactId>
166           <scope>test</scope>
167         </dependency>
168         <dependency>
169           <groupId>equinoxSDK381</groupId>
170           <artifactId>org.apache.felix.gogo.shell</artifactId>
171           <scope>test</scope>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
175             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
176             <scope>test</scope>
177         </dependency>
178         <dependency>
179           <groupId>org.opendaylight.controller</groupId>
180           <artifactId>logback-config</artifactId>
181           <scope>test</scope>
182         </dependency>
183         <dependency>
184           <groupId>org.opendaylight.controller</groupId>
185           <artifactId>config-persister-api</artifactId>
186           <scope>test</scope>
187         </dependency>
188         <dependency>
189           <groupId>org.opendaylight.controller</groupId>
190           <artifactId>config-persister-impl</artifactId>
191           <scope>test</scope>
192         </dependency>
193         <dependency>
194           <groupId>org.opendaylight.controller</groupId>
195           <artifactId>netconf-monitoring</artifactId>
196           <scope>test</scope>
197         </dependency>
198         <dependency>
199           <groupId>org.opendaylight.controller</groupId>
200           <artifactId>netconf-client</artifactId>
201           <scope>test</scope>
202         </dependency>
203         <dependency>
204           <groupId>org.opendaylight.controller</groupId>
205           <artifactId>netconf-impl</artifactId>
206           <scope>test</scope>
207         </dependency>
208         <dependency>
209           <groupId>org.opendaylight.controller</groupId>
210           <artifactId>config-persister-file-xml-adapter</artifactId>
211           <scope>test</scope>
212         </dependency>
213
214         <dependency>
215           <groupId>org.openexi</groupId>
216           <artifactId>nagasena</artifactId>
217           <scope>test</scope>
218         </dependency>
219         <dependency>
220           <groupId>org.openexi</groupId>
221           <artifactId>nagasena-rta</artifactId>
222           <scope>test</scope>
223         </dependency>
224
225         <dependency>
226             <groupId>org.slf4j</groupId>
227             <artifactId>log4j-over-slf4j</artifactId>
228             <scope>test</scope>
229         </dependency>
230
231         <dependency>
232             <groupId>ch.qos.logback</groupId>
233             <artifactId>logback-core</artifactId>
234             <scope>test</scope>
235         </dependency>
236         <dependency>
237             <groupId>ch.qos.logback</groupId>
238             <artifactId>logback-classic</artifactId>
239             <scope>test</scope>
240         </dependency>
241         <dependency>
242             <groupId>org.opendaylight.controller</groupId>
243             <artifactId>config-netconf-connector</artifactId>
244             <scope>test</scope>
245         </dependency>
246         <dependency>
247             <groupId>org.opendaylight.controller</groupId>
248             <artifactId>config-manager</artifactId>
249             <scope>test</scope>
250         </dependency>
251         <dependency>
252             <groupId>org.opendaylight.openflowplugin.applications</groupId>
253             <artifactId>forwardingrules-manager</artifactId>
254             <scope>test</scope>
255             <version>${project.version}</version>
256         </dependency>
257         <dependency>
258             <groupId>org.opendaylight.openflowplugin.applications</groupId>
259             <artifactId>inventory-manager</artifactId>
260             <scope>test</scope>
261             <version>${project.version}</version>
262         </dependency>
263
264         <dependency>
265             <groupId>commons-codec</groupId>
266             <artifactId>commons-codec</artifactId>
267         </dependency>
268     </dependencies>
269 </project>