Get rid of odl-netconf-connector-ssh feature
[netconf.git] / features / netconf-connector / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10     <modelVersion>4.0.0</modelVersion>
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>odlparent</artifactId>
14         <version>4.0.2</version>
15         <relativePath/>
16     </parent>
17     <groupId>org.opendaylight.netconf</groupId>
18     <artifactId>features-netconf-connector-aggregator</artifactId>
19     <version>1.6.0-SNAPSHOT</version>
20     <packaging>pom</packaging>
21
22     <properties>
23       <commons.opendaylight.version>1.12.0-SNAPSHOT</commons.opendaylight.version>
24       <controller.mdsal.version>1.9.0-SNAPSHOT</controller.mdsal.version>
25       <mdsal.version>3.0.1</mdsal.version>
26       <netconf.version>1.6.0-SNAPSHOT</netconf.version>
27       <netconf.connector.version>1.9.0-SNAPSHOT</netconf.connector.version>
28     </properties>
29
30     <modules>
31         <module>features-netconf-connector</module>
32         <module>odl-message-bus</module>
33         <module>odl-netconf-clustered-topology</module>
34         <module>odl-netconf-connector</module>
35         <module>odl-netconf-connector-all</module>
36         <module>odl-netconf-callhome-ssh</module>
37         <module>odl-netconf-console</module>
38         <module>odl-netconf-topology</module>
39     </modules>
40
41   <dependencyManagement>
42     <dependencies>
43       <dependency>
44         <groupId>org.opendaylight.netconf</groupId>
45         <artifactId>netconf-artifacts</artifactId>
46         <version>1.6.0-SNAPSHOT</version>
47         <type>pom</type>
48         <scope>import</scope>
49       </dependency>
50       <dependency>
51         <groupId>org.opendaylight.yangtools</groupId>
52         <artifactId>yangtools-artifacts</artifactId>
53         <version>2.1.2</version>
54         <type>pom</type>
55         <scope>import</scope>
56       </dependency>
57     </dependencies>
58   </dependencyManagement>
59
60   <dependencies>
61     <dependency>
62       <groupId>org.opendaylight.yangtools</groupId>
63       <artifactId>features-yangtools</artifactId>
64       <classifier>features</classifier>
65       <type>xml</type>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.controller</groupId>
69       <artifactId>features-mdsal</artifactId>
70       <version>${controller.mdsal.version}</version>
71       <classifier>features</classifier>
72       <type>xml</type>
73       <scope>runtime</scope>
74     </dependency>
75     <dependency>
76       <groupId>${project.groupId}</groupId>
77       <artifactId>features-netconf</artifactId>
78       <classifier>features</classifier>
79       <type>xml</type>
80     </dependency>
81     <dependency>
82       <groupId>${project.groupId}</groupId>
83       <artifactId>sal-netconf-connector</artifactId>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.netconf</groupId>
87       <artifactId>messagebus-netconf</artifactId>
88     </dependency>
89     <dependency>
90       <groupId>${project.groupId}</groupId>
91       <artifactId>netconf-console</artifactId>
92       <version>${project.version}</version>
93     </dependency>
94     <dependency>
95       <groupId>${project.groupId}</groupId>
96       <artifactId>netconf-topology</artifactId>
97     </dependency>
98     <dependency>
99       <groupId>${project.groupId}</groupId>
100       <artifactId>netconf-topology-config</artifactId>
101     </dependency>
102     <dependency>
103       <groupId>${project.groupId}</groupId>
104       <artifactId>netconf-tcp</artifactId>
105     </dependency>
106     <dependency>
107       <groupId>${project.groupId}</groupId>
108       <artifactId>netconf-ssh</artifactId>
109     </dependency>
110     <dependency>
111       <groupId>${project.groupId}</groupId>
112       <artifactId>netconf-topology-singleton</artifactId>
113     </dependency>
114     <dependency>
115       <groupId>${project.groupId}</groupId>
116       <artifactId>callhome-model</artifactId>
117     </dependency>
118     <dependency>
119       <groupId>${project.groupId}</groupId>
120       <artifactId>callhome-provider</artifactId>
121     </dependency>
122     <dependency>
123       <groupId>${project.groupId}</groupId>
124       <artifactId>callhome-protocol</artifactId>
125     </dependency>
126     <dependency>
127       <groupId>${project.groupId}</groupId>
128       <artifactId>netconf-config</artifactId>
129     </dependency>
130   </dependencies>
131
132   <scm>
133     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
134     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
135     <tag>HEAD</tag>
136     <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>
137   </scm>
138 </project>