Bump version to 4.0.10-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>4.0.10-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-antlr4</artifactId>
31             <classifier>features</classifier>
32             <type>xml</type>
33         </dependency>
34
35         <dependency>
36             <groupId>${project.groupId}</groupId>
37             <artifactId>odl-apache-commons-codec</artifactId>
38             <classifier>features</classifier>
39             <type>xml</type>
40         </dependency>
41         <dependency>
42             <groupId>${project.groupId}</groupId>
43             <artifactId>odl-apache-commons-lang3</artifactId>
44             <classifier>features</classifier>
45             <type>xml</type>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>odl-apache-commons-net</artifactId>
50             <classifier>features</classifier>
51             <type>xml</type>
52         </dependency>
53         <dependency>
54             <groupId>${project.groupId}</groupId>
55             <artifactId>odl-apache-commons-text</artifactId>
56             <classifier>features</classifier>
57             <type>xml</type>
58         </dependency>
59         <dependency>
60             <groupId>${project.groupId}</groupId>
61             <artifactId>odl-apache-sshd</artifactId>
62             <classifier>features</classifier>
63             <type>xml</type>
64         </dependency>
65
66         <dependency>
67             <groupId>${project.groupId}</groupId>
68             <artifactId>odl-dropwizard-metrics</artifactId>
69             <classifier>features</classifier>
70             <type>xml</type>
71         </dependency>
72
73         <dependency>
74             <groupId>${project.groupId}</groupId>
75             <artifactId>odl-gson</artifactId>
76             <classifier>features</classifier>
77             <type>xml</type>
78         </dependency>
79
80         <dependency>
81             <groupId>${project.groupId}</groupId>
82             <artifactId>odl-guava</artifactId>
83             <classifier>features</classifier>
84             <type>xml</type>
85         </dependency>
86         <dependency>
87             <groupId>${project.groupId}</groupId>
88             <artifactId>odl-guava-25</artifactId>
89             <classifier>features</classifier>
90             <type>xml</type>
91         </dependency>
92
93         <dependency>
94             <groupId>${project.groupId}</groupId>
95             <artifactId>odl-jackson-2.9</artifactId>
96             <classifier>features</classifier>
97             <type>xml</type>
98         </dependency>
99
100         <dependency>
101             <groupId>${project.groupId}</groupId>
102             <artifactId>odl-javassist-3</artifactId>
103             <classifier>features</classifier>
104             <type>xml</type>
105         </dependency>
106
107         <dependency>
108             <groupId>${project.groupId}</groupId>
109             <artifactId>odl-jersey-1</artifactId>
110             <classifier>features</classifier>
111             <type>xml</type>
112         </dependency>
113         <dependency>
114             <groupId>${project.groupId}</groupId>
115             <artifactId>odl-jersey-2</artifactId>
116             <classifier>features</classifier>
117             <type>xml</type>
118         </dependency>
119
120         <dependency>
121             <groupId>${project.groupId}</groupId>
122             <artifactId>odl-jung-2.1</artifactId>
123             <classifier>features</classifier>
124             <type>xml</type>
125         </dependency>
126
127         <dependency>
128             <groupId>org.opendaylight.odlparent</groupId>
129             <artifactId>odl-karaf-feat-jdbc</artifactId>
130             <classifier>features</classifier>
131             <type>xml</type>
132         </dependency>
133         <dependency>
134             <groupId>org.opendaylight.odlparent</groupId>
135             <artifactId>odl-karaf-feat-jetty</artifactId>
136             <classifier>features</classifier>
137             <type>xml</type>
138         </dependency>
139         <dependency>
140             <groupId>org.opendaylight.odlparent</groupId>
141             <artifactId>odl-karaf-feat-war</artifactId>
142             <classifier>features</classifier>
143             <type>xml</type>
144         </dependency>
145
146         <dependency>
147             <groupId>${project.groupId}</groupId>
148             <artifactId>odl-lmax-3</artifactId>
149             <classifier>features</classifier>
150             <type>xml</type>
151         </dependency>
152
153         <dependency>
154             <groupId>${project.groupId}</groupId>
155             <artifactId>odl-netty-4</artifactId>
156             <classifier>features</classifier>
157             <type>xml</type>
158         </dependency>
159
160         <dependency>
161             <groupId>${project.groupId}</groupId>
162             <artifactId>odl-servlet-api</artifactId>
163             <classifier>features</classifier>
164             <type>xml</type>
165         </dependency>
166
167         <dependency>
168             <groupId>${project.groupId}</groupId>
169             <artifactId>odl-stax2-api</artifactId>
170             <classifier>features</classifier>
171             <type>xml</type>
172         </dependency>
173
174         <dependency>
175             <groupId>${project.groupId}</groupId>
176             <artifactId>odl-woodstox</artifactId>
177             <classifier>features</classifier>
178             <type>xml</type>
179         </dependency>
180
181         <dependency>
182             <groupId>${project.groupId}</groupId>
183             <artifactId>odl-ws-rs-api</artifactId>
184             <classifier>features</classifier>
185             <type>xml</type>
186         </dependency>
187     </dependencies>
188 </project>