Add odl-apache-sshd feature
[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.0-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</artifactId>
37             <version>${project.version}</version>
38             <classifier>features</classifier>
39             <type>xml</type>
40         </dependency>
41         <dependency>
42             <groupId>${project.groupId}</groupId>
43             <artifactId>odl-guava-25</artifactId>
44             <version>${project.version}</version>
45             <classifier>features</classifier>
46             <type>xml</type>
47         </dependency>
48
49         <dependency>
50             <groupId>${project.groupId}</groupId>
51             <artifactId>odl-javassist-3</artifactId>
52             <version>${project.version}</version>
53             <classifier>features</classifier>
54             <type>xml</type>
55         </dependency>
56
57         <dependency>
58             <groupId>${project.groupId}</groupId>
59             <artifactId>odl-jersey-1</artifactId>
60             <version>${project.version}</version>
61             <classifier>features</classifier>
62             <type>xml</type>
63         </dependency>
64
65         <dependency>
66             <groupId>${project.groupId}</groupId>
67             <artifactId>odl-lmax-3</artifactId>
68             <version>${project.version}</version>
69             <classifier>features</classifier>
70             <type>xml</type>
71         </dependency>
72
73         <dependency>
74             <groupId>${project.groupId}</groupId>
75             <artifactId>odl-apache-sshd</artifactId>
76             <version>${project.version}</version>
77             <classifier>features</classifier>
78             <type>xml</type>
79         </dependency>
80
81         <dependency>
82             <groupId>org.opendaylight.odlparent</groupId>
83             <artifactId>odl-karaf-feat-jdbc</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-jetty</artifactId>
91             <version>${project.version}</version>
92             <classifier>features</classifier>
93             <type>xml</type>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.odlparent</groupId>
97             <artifactId>odl-karaf-feat-war</artifactId>
98             <version>${project.version}</version>
99             <classifier>features</classifier>
100             <type>xml</type>
101         </dependency>
102     </dependencies>
103 </project>