Remove Jersey-1 support
[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>5.0.0-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-2</artifactId>
110             <classifier>features</classifier>
111             <type>xml</type>
112         </dependency>
113
114         <dependency>
115             <groupId>${project.groupId}</groupId>
116             <artifactId>odl-jung-2.1</artifactId>
117             <classifier>features</classifier>
118             <type>xml</type>
119         </dependency>
120
121         <dependency>
122             <groupId>org.opendaylight.odlparent</groupId>
123             <artifactId>odl-karaf-feat-jdbc</artifactId>
124             <classifier>features</classifier>
125             <type>xml</type>
126         </dependency>
127         <dependency>
128             <groupId>org.opendaylight.odlparent</groupId>
129             <artifactId>odl-karaf-feat-jetty</artifactId>
130             <classifier>features</classifier>
131             <type>xml</type>
132         </dependency>
133         <dependency>
134             <groupId>org.opendaylight.odlparent</groupId>
135             <artifactId>odl-karaf-feat-war</artifactId>
136             <classifier>features</classifier>
137             <type>xml</type>
138         </dependency>
139
140         <dependency>
141             <groupId>${project.groupId}</groupId>
142             <artifactId>odl-lmax-3</artifactId>
143             <classifier>features</classifier>
144             <type>xml</type>
145         </dependency>
146
147         <dependency>
148             <groupId>${project.groupId}</groupId>
149             <artifactId>odl-netty-4</artifactId>
150             <classifier>features</classifier>
151             <type>xml</type>
152         </dependency>
153
154         <dependency>
155             <groupId>${project.groupId}</groupId>
156             <artifactId>odl-servlet-api</artifactId>
157             <classifier>features</classifier>
158             <type>xml</type>
159         </dependency>
160
161         <dependency>
162             <groupId>${project.groupId}</groupId>
163             <artifactId>odl-stax2-api</artifactId>
164             <classifier>features</classifier>
165             <type>xml</type>
166         </dependency>
167
168         <dependency>
169             <groupId>${project.groupId}</groupId>
170             <artifactId>odl-woodstox</artifactId>
171             <classifier>features</classifier>
172             <type>xml</type>
173         </dependency>
174
175         <dependency>
176             <groupId>${project.groupId}</groupId>
177             <artifactId>odl-ws-rs-api</artifactId>
178             <classifier>features</classifier>
179             <type>xml</type>
180         </dependency>
181     </dependencies>
182 </project>