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