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