Bump versions to 7.0.2-SNAPSHOT
[odlparent.git] / features / features-odlparent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016 Red Hat, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>feature-repo-parent</artifactId>
17         <version>7.0.2-SNAPSHOT</version>
18         <relativePath>../../feature-repo-parent</relativePath>
19     </parent>
20
21     <artifactId>features-odlparent</artifactId>
22     <packaging>feature</packaging>
23
24     <name>ODL :: odlparent :: ${project.artifactId}</name>
25     <description>OpenDaylight third-party features</description>
26
27     <dependencies>
28         <dependency>
29             <groupId>${project.groupId}</groupId>
30             <artifactId>odl-akka-all</artifactId>
31             <classifier>features</classifier>
32             <type>xml</type>
33         </dependency>
34         <dependency>
35             <groupId>${project.groupId}</groupId>
36             <artifactId>odl-akka-scala-2.13</artifactId>
37             <classifier>features</classifier>
38             <type>xml</type>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>odl-akka-system-2.5</artifactId>
43             <classifier>features</classifier>
44             <type>xml</type>
45         </dependency>
46         <dependency>
47             <groupId>${project.groupId}</groupId>
48             <artifactId>odl-akka-clustering-2.5</artifactId>
49             <classifier>features</classifier>
50             <type>xml</type>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>odl-akka-persistence-2.5</artifactId>
55             <classifier>features</classifier>
56             <type>xml</type>
57         </dependency>
58
59         <dependency>
60             <groupId>${project.groupId}</groupId>
61             <artifactId>odl-antlr4</artifactId>
62             <classifier>features</classifier>
63             <type>xml</type>
64         </dependency>
65
66         <dependency>
67             <groupId>${project.groupId}</groupId>
68             <artifactId>odl-apache-commons-codec</artifactId>
69             <classifier>features</classifier>
70             <type>xml</type>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>odl-apache-commons-lang3</artifactId>
75             <classifier>features</classifier>
76             <type>xml</type>
77         </dependency>
78         <dependency>
79             <groupId>${project.groupId}</groupId>
80             <artifactId>odl-apache-commons-net</artifactId>
81             <classifier>features</classifier>
82             <type>xml</type>
83         </dependency>
84         <dependency>
85             <groupId>${project.groupId}</groupId>
86             <artifactId>odl-apache-commons-text</artifactId>
87             <classifier>features</classifier>
88             <type>xml</type>
89         </dependency>
90         <dependency>
91             <groupId>${project.groupId}</groupId>
92             <artifactId>odl-apache-sshd</artifactId>
93             <classifier>features</classifier>
94             <type>xml</type>
95         </dependency>
96
97         <dependency>
98             <groupId>${project.groupId}</groupId>
99             <artifactId>odl-dropwizard-metrics</artifactId>
100             <classifier>features</classifier>
101             <type>xml</type>
102         </dependency>
103
104         <dependency>
105             <groupId>${project.groupId}</groupId>
106             <artifactId>odl-gson</artifactId>
107             <classifier>features</classifier>
108             <type>xml</type>
109         </dependency>
110
111         <dependency>
112             <groupId>${project.groupId}</groupId>
113             <artifactId>odl-guava</artifactId>
114             <classifier>features</classifier>
115             <type>xml</type>
116         </dependency>
117
118         <dependency>
119             <groupId>${project.groupId}</groupId>
120             <artifactId>odl-jackson-2.10</artifactId>
121             <classifier>features</classifier>
122             <type>xml</type>
123         </dependency>
124
125         <dependency>
126             <groupId>${project.groupId}</groupId>
127             <artifactId>odl-javassist-3</artifactId>
128             <classifier>features</classifier>
129             <type>xml</type>
130         </dependency>
131
132         <dependency>
133             <groupId>${project.groupId}</groupId>
134             <artifactId>odl-jersey-2</artifactId>
135             <classifier>features</classifier>
136             <type>xml</type>
137         </dependency>
138
139         <dependency>
140             <groupId>${project.groupId}</groupId>
141             <artifactId>odl-jung-2.1</artifactId>
142             <classifier>features</classifier>
143             <type>xml</type>
144         </dependency>
145
146         <dependency>
147             <groupId>org.opendaylight.odlparent</groupId>
148             <artifactId>odl-karaf-feat-jdbc</artifactId>
149             <classifier>features</classifier>
150             <type>xml</type>
151         </dependency>
152         <dependency>
153             <groupId>org.opendaylight.odlparent</groupId>
154             <artifactId>odl-karaf-feat-jetty</artifactId>
155             <classifier>features</classifier>
156             <type>xml</type>
157         </dependency>
158         <dependency>
159             <groupId>org.opendaylight.odlparent</groupId>
160             <artifactId>odl-karaf-feat-war</artifactId>
161             <classifier>features</classifier>
162             <type>xml</type>
163         </dependency>
164
165         <dependency>
166             <groupId>${project.groupId}</groupId>
167             <artifactId>odl-lmax-3</artifactId>
168             <classifier>features</classifier>
169             <type>xml</type>
170         </dependency>
171
172         <dependency>
173             <groupId>${project.groupId}</groupId>
174             <artifactId>odl-netty-4</artifactId>
175             <classifier>features</classifier>
176             <type>xml</type>
177         </dependency>
178
179         <dependency>
180             <groupId>${project.groupId}</groupId>
181             <artifactId>odl-servlet-api</artifactId>
182             <classifier>features</classifier>
183             <type>xml</type>
184         </dependency>
185
186         <dependency>
187             <groupId>${project.groupId}</groupId>
188             <artifactId>odl-stax2-api</artifactId>
189             <classifier>features</classifier>
190             <type>xml</type>
191         </dependency>
192
193         <dependency>
194             <groupId>${project.groupId}</groupId>
195             <artifactId>odl-woodstox</artifactId>
196             <classifier>features</classifier>
197             <type>xml</type>
198         </dependency>
199
200         <dependency>
201             <groupId>${project.groupId}</groupId>
202             <artifactId>odl-ws-rs-api</artifactId>
203             <classifier>features</classifier>
204             <type>xml</type>
205         </dependency>
206     </dependencies>
207 </project>