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.8.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>${project.groupId}</groupId>
86             <artifactId>openflowplugin-api</artifactId>
87             <scope>test</scope>
88         </dependency>
89         <dependency>
90             <groupId>${project.groupId}</groupId>
91             <artifactId>openflowplugin</artifactId>
92             <scope>test</scope>
93         </dependency>
94         <dependency>
95             <groupId>${project.groupId}</groupId>
96             <artifactId>openflowplugin-common</artifactId>
97             <scope>test</scope>
98         </dependency>
99         <dependency>
100             <groupId>${project.groupId}</groupId>
101             <artifactId>openflowplugin-extension-api</artifactId>
102             <scope>test</scope>
103         </dependency>
104         <dependency>
105             <groupId>${project.groupId}</groupId>
106             <artifactId>simple-client</artifactId>
107             <scope>test</scope>
108         </dependency>
109         <dependency>
110             <groupId>${project.groupId}.model</groupId>
111             <artifactId>model-flow-base</artifactId>
112             <scope>test</scope>
113         </dependency>
114         <dependency>
115             <groupId>${project.groupId}.model</groupId>
116             <artifactId>model-flow-statistics</artifactId>
117             <scope>test</scope>
118         </dependency>
119         <dependency>
120             <groupId>${project.groupId}.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>equinoxSDK381</groupId>
152           <artifactId>org.eclipse.equinox.console</artifactId>
153           <scope>test</scope>
154         </dependency>
155
156         <dependency>
157             <groupId>openexi</groupId>
158             <artifactId>nagasena</artifactId>
159             <scope>test</scope>
160         </dependency>
161         <dependency>
162             <groupId>openexi</groupId>
163             <artifactId>nagasena-rta</artifactId>
164             <scope>test</scope>
165         </dependency>
166
167         <dependency>
168             <groupId>org.slf4j</groupId>
169             <artifactId>log4j-over-slf4j</artifactId>
170             <scope>test</scope>
171         </dependency>
172
173         <dependency>
174             <groupId>ch.qos.logback</groupId>
175             <artifactId>logback-core</artifactId>
176             <scope>test</scope>
177         </dependency>
178         <dependency>
179             <groupId>ch.qos.logback</groupId>
180             <artifactId>logback-classic</artifactId>
181             <scope>test</scope>
182         </dependency>
183         <dependency>
184             <groupId>org.opendaylight.openflowplugin.applications</groupId>
185             <artifactId>forwardingrules-manager</artifactId>
186             <scope>test</scope>
187         </dependency>
188         <dependency>
189             <groupId>org.opendaylight.openflowplugin.applications</groupId>
190             <artifactId>inventory-manager</artifactId>
191             <scope>test</scope>
192         </dependency>
193         <dependency>
194           <groupId>org.opendaylight.openflowplugin.applications</groupId>
195           <artifactId>topology-lldp-discovery</artifactId>
196           <scope>test</scope>
197         </dependency>
198
199         <dependency>
200             <groupId>commons-codec</groupId>
201             <artifactId>commons-codec</artifactId>
202         </dependency>
203     </dependencies>
204 </project>