Release odlparent
[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>13.0.9</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-lang3</artifactId>
38             <classifier>features</classifier>
39             <type>xml</type>
40         </dependency>
41         <dependency>
42             <groupId>${project.groupId}</groupId>
43             <artifactId>odl-apache-commons-text</artifactId>
44             <classifier>features</classifier>
45             <type>xml</type>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>odl-apache-spifly</artifactId>
50             <classifier>features</classifier>
51             <type>xml</type>
52         </dependency>
53
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>odl-asm</artifactId>
57             <classifier>features</classifier>
58             <type>xml</type>
59         </dependency>
60
61         <dependency>
62             <groupId>${project.groupId}</groupId>
63             <artifactId>odl-dropwizard-metrics</artifactId>
64             <classifier>features</classifier>
65             <type>xml</type>
66         </dependency>
67
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>odl-gson</artifactId>
71             <classifier>features</classifier>
72             <type>xml</type>
73         </dependency>
74
75         <dependency>
76             <groupId>${project.groupId}</groupId>
77             <artifactId>odl-guava</artifactId>
78             <classifier>features</classifier>
79             <type>xml</type>
80         </dependency>
81
82         <dependency>
83             <groupId>${project.groupId}</groupId>
84             <artifactId>odl-jackson-2</artifactId>
85             <classifier>features</classifier>
86             <type>xml</type>
87         </dependency>
88
89         <dependency>
90             <groupId>${project.groupId}</groupId>
91             <artifactId>odl-javassist-3</artifactId>
92             <classifier>features</classifier>
93             <type>xml</type>
94         </dependency>
95
96         <dependency>
97             <groupId>${project.groupId}</groupId>
98             <artifactId>odl-jersey-2</artifactId>
99             <classifier>features</classifier>
100             <type>xml</type>
101         </dependency>
102
103         <dependency>
104             <groupId>org.opendaylight.odlparent</groupId>
105             <artifactId>odl-karaf-feat-jdbc</artifactId>
106             <classifier>features</classifier>
107             <type>xml</type>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.odlparent</groupId>
111             <artifactId>odl-karaf-feat-jetty</artifactId>
112             <classifier>features</classifier>
113             <type>xml</type>
114         </dependency>
115         <dependency>
116             <groupId>org.opendaylight.odlparent</groupId>
117             <artifactId>odl-karaf-feat-war</artifactId>
118             <classifier>features</classifier>
119             <type>xml</type>
120         </dependency>
121
122         <dependency>
123             <groupId>${project.groupId}</groupId>
124             <artifactId>odl-lmax-3</artifactId>
125             <classifier>features</classifier>
126             <type>xml</type>
127         </dependency>
128
129         <dependency>
130             <groupId>${project.groupId}</groupId>
131             <artifactId>odl-netty-4</artifactId>
132             <classifier>features</classifier>
133             <type>xml</type>
134         </dependency>
135
136         <dependency>
137             <groupId>${project.groupId}</groupId>
138             <artifactId>odl-servlet-api</artifactId>
139             <classifier>features</classifier>
140             <type>xml</type>
141         </dependency>
142
143         <dependency>
144             <groupId>${project.groupId}</groupId>
145             <artifactId>odl-stax2-api</artifactId>
146             <classifier>features</classifier>
147             <type>xml</type>
148         </dependency>
149
150         <dependency>
151             <groupId>${project.groupId}</groupId>
152             <artifactId>odl-woodstox</artifactId>
153             <classifier>features</classifier>
154             <type>xml</type>
155         </dependency>
156
157         <dependency>
158             <groupId>${project.groupId}</groupId>
159             <artifactId>odl-ws-rs-api</artifactId>
160             <classifier>features</classifier>
161             <type>xml</type>
162         </dependency>
163     </dependencies>
164 </project>