Merge "Refactoring: shortening of match methods"
[openflowplugin.git] / features-li / 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"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>features-parent</artifactId>
8         <version>1.6.0-SNAPSHOT</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin</groupId>
13     <artifactId>features-openflowplugin-li</artifactId>
14     <packaging>jar</packaging>
15     <version>0.2.0-SNAPSHOT</version>
16
17     <properties>
18         <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
19         <config.version>0.4.0-SNAPSHOT</config.version>
20         <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
21         <openflowjava.version>0.7.0-SNAPSHOT</openflowjava.version>
22         <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
23         <dlux.version>0.3.0-SNAPSHOT</dlux.version>
24         <lldp.version>0.10.0-SNAPSHOT</lldp.version>
25
26         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
27         <config.statistics.manager.configfile>30-statistics-manager.xml</config.statistics.manager.configfile>
28         <restconf.version>1.3.0-SNAPSHOT</restconf.version>
29         <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
30     </properties>
31
32     <dependencyManagement>
33         <dependencies>
34             <!-- This project -->
35             <dependency>
36                 <groupId>org.opendaylight.openflowplugin</groupId>
37                 <artifactId>openflowplugin-artifacts</artifactId>
38                 <version>${project.version}</version>
39                 <scope>import</scope>
40                 <type>pom</type>
41             </dependency>
42
43             <!-- YANG tools -->
44             <dependency>
45                 <groupId>org.opendaylight.yangtools</groupId>
46                 <artifactId>yangtools-artifacts</artifactId>
47                 <version>${yangtools.version}</version>
48                 <scope>import</scope>
49                 <type>pom</type>
50             </dependency>
51
52             <!-- Controller infrastructure -->
53             <dependency>
54                 <groupId>org.opendaylight.controller</groupId>
55                 <artifactId>config-artifacts</artifactId>
56                 <version>${config.version}</version>
57                 <scope>import</scope>
58                 <type>pom</type>
59             </dependency>
60             <dependency>
61                 <groupId>org.opendaylight.controller</groupId>
62                 <artifactId>mdsal-artifacts</artifactId>
63                 <version>${mdsal.version}</version>
64                 <scope>import</scope>
65                 <type>pom</type>
66             </dependency>
67
68             <!-- restconf -->
69             <dependency>
70                 <groupId>org.opendaylight.netconf</groupId>
71                 <artifactId>restconf-artifacts</artifactId>
72                 <version>${restconf.version}</version>
73                 <scope>import</scope>
74                 <type>pom</type>
75             </dependency>
76
77
78             <!-- OpenFlowJava -->
79             <dependency>
80                 <groupId>org.opendaylight.openflowjava</groupId>
81                 <artifactId>openflowjava-artifacts</artifactId>
82                 <version>${openflowjava.version}</version>
83                 <scope>import</scope>
84                 <type>pom</type>
85             </dependency>
86         </dependencies>
87     </dependencyManagement>
88
89     <dependencies>
90         <!-- feature dependencies -->
91         <dependency>
92             <groupId>org.opendaylight.mdsal.model</groupId>
93             <artifactId>features-mdsal-model</artifactId>
94             <version>${mdsal.model.version}</version>
95             <classifier>features</classifier>
96             <type>xml</type>
97             <scope>runtime</scope>
98         </dependency>
99         <dependency>
100             <groupId>org.opendaylight.controller</groupId>
101             <artifactId>features-mdsal</artifactId>
102             <classifier>features</classifier>
103             <type>xml</type>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.yangtools</groupId>
107             <artifactId>features-yangtools</artifactId>
108             <classifier>features</classifier>
109             <type>xml</type>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.netconf</groupId>
113             <artifactId>features-restconf</artifactId>
114             <classifier>features</classifier>
115             <type>xml</type>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.openflowjava</groupId>
119             <artifactId>features-openflowjava</artifactId>
120             <classifier>features</classifier>
121             <type>xml</type>
122         </dependency>
123
124         <!-- bundle dependencies -->
125         <dependency>
126             <groupId>org.opendaylight.openflowplugin.model</groupId>
127             <artifactId>model-flow-base</artifactId>
128         </dependency>
129         <dependency>
130             <groupId>org.opendaylight.openflowplugin.model</groupId>
131             <artifactId>model-flow-service</artifactId>
132         </dependency>
133         <dependency>
134             <groupId>org.opendaylight.openflowplugin.model</groupId>
135             <artifactId>model-flow-statistics</artifactId>
136         </dependency>
137         <dependency>
138             <groupId>org.opendaylight.controller.model</groupId>
139             <artifactId>model-inventory</artifactId>
140         </dependency>
141         <dependency>
142             <groupId>org.opendaylight.controller.model</groupId>
143             <artifactId>model-topology</artifactId>
144         </dependency>
145
146         <dependency>
147             <groupId>org.opendaylight.openflowplugin.applications</groupId>
148             <artifactId>forwardingrules-manager</artifactId>
149         </dependency>
150         <dependency>
151             <groupId>org.opendaylight.openflowplugin.applications</groupId>
152             <artifactId>forwardingrules-manager-config</artifactId>
153             <classifier>config</classifier>
154             <type>xml</type>
155         </dependency>
156         <dependency>
157             <groupId>org.opendaylight.openflowplugin.applications</groupId>
158             <artifactId>inventory-manager</artifactId>
159         </dependency>
160         <dependency>
161             <groupId>org.opendaylight.openflowplugin.applications</groupId>
162             <artifactId>lldp-speaker</artifactId>
163         </dependency>
164         <dependency>
165             <groupId>org.opendaylight.openflowplugin.applications</groupId>
166             <artifactId>statistics-manager</artifactId>
167         </dependency>
168         <dependency>
169             <groupId>org.opendaylight.openflowplugin.applications</groupId>
170             <artifactId>statistics-manager-config</artifactId>
171             <classifier>config</classifier>
172             <type>xml</type>
173         </dependency>
174
175         <dependency>
176             <groupId>org.opendaylight.dlux</groupId>
177             <artifactId>features-dlux</artifactId>
178             <version>${dlux.version}</version>
179             <classifier>features</classifier>
180             <type>xml</type>
181         </dependency>
182
183         <!-- bundle dependencies -->
184         <dependency>
185             <groupId>org.opendaylight.openflowplugin</groupId>
186             <artifactId>openflowplugin-api</artifactId>
187         </dependency>
188         <dependency>
189             <groupId>org.opendaylight.openflowplugin</groupId>
190             <artifactId>openflowplugin-extension-api</artifactId>
191         </dependency>
192         <dependency>
193             <groupId>org.opendaylight.openflowplugin</groupId>
194             <artifactId>openflowplugin</artifactId>
195         </dependency>
196         <dependency>
197             <groupId>org.opendaylight.openflowplugin</groupId>
198             <artifactId>openflowplugin-impl</artifactId>
199         </dependency>
200         <dependency>
201             <groupId>org.opendaylight.openflowplugin.applications</groupId>
202             <artifactId>table-miss-enforcer</artifactId>
203         </dependency>
204         <dependency>
205             <groupId>org.opendaylight.openflowplugin.applications</groupId>
206             <artifactId>table-miss-enforcer</artifactId>
207             <type>xml</type>
208             <classifier>config</classifier>
209         </dependency>
210
211         <dependency>
212             <groupId>org.opendaylight.openflowplugin.applications</groupId>
213             <artifactId>topology-lldp-discovery</artifactId>
214         </dependency>
215         <dependency>
216             <groupId>org.opendaylight.openflowplugin.applications</groupId>
217             <artifactId>topology-lldp-discovery</artifactId>
218             <type>xml</type>
219             <classifier>config</classifier>
220         </dependency>
221
222         <dependency>
223             <groupId>org.opendaylight.openflowplugin.applications</groupId>
224             <artifactId>topology-manager</artifactId>
225         </dependency>
226         <dependency>
227             <groupId>org.opendaylight.openflowplugin.applications</groupId>
228             <artifactId>topology-manager</artifactId>
229             <type>xml</type>
230             <classifier>config</classifier>
231         </dependency>
232
233         <dependency>
234             <groupId>org.opendaylight.openflowplugin.applications</groupId>
235             <artifactId>of-switch-config-pusher</artifactId>
236         </dependency>
237         <dependency>
238             <groupId>org.opendaylight.openflowplugin.applications</groupId>
239             <artifactId>of-switch-config-pusher</artifactId>
240             <type>xml</type>
241             <classifier>config</classifier>
242         </dependency>
243
244         <dependency>
245             <groupId>org.opendaylight.openflowplugin.applications</groupId>
246             <artifactId>lldp-speaker</artifactId>
247             <type>xml</type>
248             <classifier>config</classifier>
249         </dependency>
250
251         <dependency>
252             <groupId>org.opendaylight.openflowplugin</groupId>
253             <artifactId>drop-test-karaf</artifactId>
254         </dependency>
255         <dependency>
256             <groupId>org.opendaylight.openflowplugin</groupId>
257             <artifactId>drop-test-karaf</artifactId>
258             <classifier>config</classifier>
259             <type>xml</type>
260         </dependency>
261         <dependency>
262             <groupId>org.opendaylight.openflowplugin</groupId>
263             <artifactId>test-common</artifactId>
264         </dependency>
265         <dependency>
266             <groupId>org.opendaylight.openflowplugin</groupId>
267             <artifactId>openflowplugin-controller-config</artifactId>
268             <type>xml</type>
269             <classifier>config-Li</classifier>
270         </dependency>
271         <dependency>
272             <groupId>org.opendaylight.openflowplugin</groupId>
273             <artifactId>openflowplugin-controller-config</artifactId>
274             <type>xml</type>
275             <classifier>configmsgspy</classifier>
276         </dependency>
277         <dependency>
278             <groupId>org.opendaylight.controller</groupId>
279             <artifactId>liblldp</artifactId>
280             <version>${lldp.version}</version>
281         </dependency>
282         <dependency>
283             <groupId>org.opendaylight.openflowplugin</groupId>
284             <artifactId>openflowplugin-common</artifactId>
285         </dependency>
286         <dependency>
287             <groupId>org.opendaylight.openflowplugin.applications</groupId>
288             <artifactId>bulk-o-matic</artifactId>
289         </dependency>
290         <dependency>
291             <groupId>org.opendaylight.openflowplugin.applications</groupId>
292             <artifactId>bulk-o-matic</artifactId>
293             <type>xml</type>
294             <classifier>config</classifier>
295         </dependency>
296     </dependencies>
297 </project>