Bump versions by x.(y+1).z for next dev cycle
[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.5.0-SNAPSHOT</version>
7         <relativePath>../parent</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             <scope>test</scope>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.openflowplugin</groupId>
91             <artifactId>openflowplugin</artifactId>
92             <scope>test</scope>
93         </dependency>
94         <dependency>
95             <groupId>org.opendaylight.openflowplugin</groupId>
96             <artifactId>openflowplugin-common</artifactId>
97             <scope>test</scope>
98         </dependency>
99         <dependency>
100             <groupId>org.opendaylight.openflowplugin</groupId>
101             <artifactId>openflowplugin-extension-api</artifactId>
102             <scope>test</scope>
103         </dependency>
104         <dependency>
105             <groupId>org.opendaylight.openflowjava</groupId>
106             <artifactId>simple-client</artifactId>
107             <scope>test</scope>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.openflowplugin.model</groupId>
111             <artifactId>model-flow-base</artifactId>
112             <scope>test</scope>
113         </dependency>
114         <dependency>
115             <groupId>org.opendaylight.openflowplugin.model</groupId>
116             <artifactId>model-flow-statistics</artifactId>
117             <scope>test</scope>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.openflowplugin.model</groupId>
121             <artifactId>model-flow-service</artifactId>
122             <scope>test</scope>
123         </dependency>
124
125         <dependency>
126             <groupId>org.javassist</groupId>
127             <artifactId>javassist</artifactId>
128             <scope>test</scope>
129         </dependency>
130         <dependency>
131             <groupId>org.ops4j.pax.exam</groupId>
132             <artifactId>pax-exam-container-forked</artifactId>
133             <version>${exam.version}</version>
134             <scope>test</scope>
135         </dependency>
136         <dependency>
137             <groupId>org.ops4j.pax.exam</groupId>
138             <artifactId>pax-exam-junit4</artifactId>
139             <scope>test</scope>
140         </dependency>
141         <dependency>
142             <groupId>org.ops4j.pax.exam</groupId>
143             <artifactId>pax-exam-link-mvn</artifactId>
144             <scope>test</scope>
145         </dependency>
146         <dependency>
147             <groupId>org.ops4j.pax.exam</groupId>
148             <artifactId>pax-exam</artifactId>
149         </dependency>
150         <dependency>
151             <groupId>org.eclipse.tycho</groupId>
152             <artifactId>org.eclipse.osgi</artifactId>
153             <scope>test</scope>
154         </dependency>
155         <dependency>
156           <groupId>equinoxSDK381</groupId>
157           <artifactId>org.eclipse.equinox.console</artifactId>
158           <scope>test</scope>
159         </dependency>
160         <dependency>
161           <groupId>org.opendaylight.controller</groupId>
162           <artifactId>logback-config</artifactId>
163           <scope>test</scope>
164         </dependency>
165         <dependency>
166           <groupId>org.opendaylight.controller</groupId>
167           <artifactId>config-persister-api</artifactId>
168           <scope>test</scope>
169         </dependency>
170         <dependency>
171           <groupId>org.opendaylight.controller</groupId>
172           <artifactId>config-persister-impl</artifactId>
173           <scope>test</scope>
174         </dependency>
175         <dependency>
176           <groupId>org.opendaylight.controller</groupId>
177           <artifactId>config-persister-file-xml-adapter</artifactId>
178           <scope>test</scope>
179         </dependency>
180
181         <dependency>
182             <groupId>openexi</groupId>
183             <artifactId>nagasena</artifactId>
184             <scope>test</scope>
185         </dependency>
186         <dependency>
187             <groupId>openexi</groupId>
188             <artifactId>nagasena-rta</artifactId>
189             <scope>test</scope>
190         </dependency>
191
192         <dependency>
193             <groupId>org.slf4j</groupId>
194             <artifactId>log4j-over-slf4j</artifactId>
195             <scope>test</scope>
196         </dependency>
197
198         <dependency>
199             <groupId>ch.qos.logback</groupId>
200             <artifactId>logback-core</artifactId>
201             <scope>test</scope>
202         </dependency>
203         <dependency>
204             <groupId>ch.qos.logback</groupId>
205             <artifactId>logback-classic</artifactId>
206             <scope>test</scope>
207         </dependency>
208         <dependency>
209             <groupId>org.opendaylight.controller</groupId>
210             <artifactId>config-manager</artifactId>
211             <scope>test</scope>
212         </dependency>
213         <dependency>
214             <groupId>org.opendaylight.openflowplugin.applications</groupId>
215             <artifactId>forwardingrules-manager</artifactId>
216             <scope>test</scope>
217         </dependency>
218         <dependency>
219             <groupId>org.opendaylight.openflowplugin.applications</groupId>
220             <artifactId>inventory-manager</artifactId>
221             <scope>test</scope>
222         </dependency>
223         <dependency>
224           <groupId>org.opendaylight.controller</groupId>
225           <artifactId>liblldp</artifactId>
226           <scope>test</scope>
227         </dependency>
228         <dependency>
229           <groupId>org.opendaylight.openflowplugin.applications</groupId>
230           <artifactId>topology-lldp-discovery</artifactId>
231           <scope>test</scope>
232         </dependency>
233
234         <dependency>
235             <groupId>commons-codec</groupId>
236             <artifactId>commons-codec</artifactId>
237         </dependency>
238     </dependencies>
239 </project>