Bump versions to 9.0.7-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>9.0.7-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
60         <dependency>
61             <groupId>${project.groupId}</groupId>
62             <artifactId>odl-dropwizard-metrics</artifactId>
63             <classifier>features</classifier>
64             <type>xml</type>
65         </dependency>
66
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>odl-gson</artifactId>
70             <classifier>features</classifier>
71             <type>xml</type>
72         </dependency>
73
74         <dependency>
75             <groupId>${project.groupId}</groupId>
76             <artifactId>odl-guava</artifactId>
77             <classifier>features</classifier>
78             <type>xml</type>
79         </dependency>
80
81         <dependency>
82             <groupId>${project.groupId}</groupId>
83             <artifactId>odl-jackson-2.12</artifactId>
84             <classifier>features</classifier>
85             <type>xml</type>
86         </dependency>
87
88         <dependency>
89             <groupId>${project.groupId}</groupId>
90             <artifactId>odl-javassist-3</artifactId>
91             <classifier>features</classifier>
92             <type>xml</type>
93         </dependency>
94
95         <dependency>
96             <groupId>${project.groupId}</groupId>
97             <artifactId>odl-jersey-2</artifactId>
98             <classifier>features</classifier>
99             <type>xml</type>
100         </dependency>
101
102         <dependency>
103             <groupId>${project.groupId}</groupId>
104             <artifactId>odl-jung-2.1</artifactId>
105             <classifier>features</classifier>
106             <type>xml</type>
107         </dependency>
108
109         <dependency>
110             <groupId>org.opendaylight.odlparent</groupId>
111             <artifactId>odl-karaf-feat-jdbc</artifactId>
112             <classifier>features</classifier>
113             <type>xml</type>
114         </dependency>
115         <dependency>
116             <groupId>org.opendaylight.odlparent</groupId>
117             <artifactId>odl-karaf-feat-jetty</artifactId>
118             <classifier>features</classifier>
119             <type>xml</type>
120         </dependency>
121         <dependency>
122             <groupId>org.opendaylight.odlparent</groupId>
123             <artifactId>odl-karaf-feat-war</artifactId>
124             <classifier>features</classifier>
125             <type>xml</type>
126         </dependency>
127
128         <dependency>
129             <groupId>${project.groupId}</groupId>
130             <artifactId>odl-lmax-3</artifactId>
131             <classifier>features</classifier>
132             <type>xml</type>
133         </dependency>
134
135         <dependency>
136             <groupId>${project.groupId}</groupId>
137             <artifactId>odl-netty-4</artifactId>
138             <classifier>features</classifier>
139             <type>xml</type>
140         </dependency>
141
142         <dependency>
143             <groupId>${project.groupId}</groupId>
144             <artifactId>odl-servlet-api</artifactId>
145             <classifier>features</classifier>
146             <type>xml</type>
147         </dependency>
148
149         <dependency>
150             <groupId>${project.groupId}</groupId>
151             <artifactId>odl-stax2-api</artifactId>
152             <classifier>features</classifier>
153             <type>xml</type>
154         </dependency>
155
156         <dependency>
157             <groupId>${project.groupId}</groupId>
158             <artifactId>odl-woodstox</artifactId>
159             <classifier>features</classifier>
160             <type>xml</type>
161         </dependency>
162
163         <dependency>
164             <groupId>${project.groupId}</groupId>
165             <artifactId>odl-ws-rs-api</artifactId>
166             <classifier>features</classifier>
167             <type>xml</type>
168         </dependency>
169     </dependencies>
170 </project>