Start 3.1.5-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>3.1.5-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-netty-4</artifactId>
29             <version>${project.version}</version>
30             <classifier>features</classifier>
31             <type>xml</type>
32         </dependency>
33
34         <dependency>
35             <groupId>${project.groupId}</groupId>
36             <artifactId>odl-guava-23</artifactId>
37             <version>${project.version}</version>
38             <classifier>features</classifier>
39             <type>xml</type>
40         </dependency>
41
42         <dependency>
43             <groupId>${project.groupId}</groupId>
44             <artifactId>odl-javassist-3</artifactId>
45             <version>${project.version}</version>
46             <classifier>features</classifier>
47             <type>xml</type>
48         </dependency>
49
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>odl-jersey-1</artifactId>
53             <version>${project.version}</version>
54             <classifier>features</classifier>
55             <type>xml</type>
56         </dependency>
57
58         <dependency>
59             <groupId>${project.groupId}</groupId>
60             <artifactId>odl-lmax-3</artifactId>
61             <version>${project.version}</version>
62             <classifier>features</classifier>
63             <type>xml</type>
64         </dependency>
65
66         <dependency>
67             <groupId>${project.groupId}</groupId>
68             <artifactId>odl-apache-sshd</artifactId>
69             <version>${project.version}</version>
70             <classifier>features</classifier>
71             <type>xml</type>
72         </dependency>
73
74         <dependency>
75             <groupId>org.opendaylight.odlparent</groupId>
76             <artifactId>odl-karaf-feat-jdbc</artifactId>
77             <version>${project.version}</version>
78             <classifier>features</classifier>
79             <type>xml</type>
80         </dependency>
81         <dependency>
82             <groupId>org.opendaylight.odlparent</groupId>
83             <artifactId>odl-karaf-feat-jetty</artifactId>
84             <version>${project.version}</version>
85             <classifier>features</classifier>
86             <type>xml</type>
87         </dependency>
88         <dependency>
89             <groupId>org.opendaylight.odlparent</groupId>
90             <artifactId>odl-karaf-feat-war</artifactId>
91             <version>${project.version}</version>
92             <classifier>features</classifier>
93             <type>xml</type>
94         </dependency>
95     </dependencies>
96 </project>