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