fa6ef049cd1db5c1566688a95f8e191ac21102d1
[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       <mdsal.version>3.0.2</mdsal.version>
25       <netconf.version>1.6.0-SNAPSHOT</netconf.version>
26       <netconf.connector.version>1.9.0-SNAPSHOT</netconf.connector.version>
27     </properties>
28
29     <modules>
30         <module>features-netconf-connector</module>
31         <module>odl-message-bus</module>
32         <module>odl-netconf-clustered-topology</module>
33         <module>odl-netconf-connector</module>
34         <module>odl-netconf-connector-all</module>
35         <module>odl-netconf-callhome-ssh</module>
36         <module>odl-netconf-console</module>
37         <module>odl-netconf-topology</module>
38     </modules>
39
40   <dependencyManagement>
41     <dependencies>
42       <dependency>
43         <groupId>org.opendaylight.netconf</groupId>
44         <artifactId>netconf-artifacts</artifactId>
45         <version>1.6.0-SNAPSHOT</version>
46         <type>pom</type>
47         <scope>import</scope>
48       </dependency>
49       <dependency>
50         <groupId>org.opendaylight.yangtools</groupId>
51         <artifactId>yangtools-artifacts</artifactId>
52         <version>2.1.4</version>
53         <type>pom</type>
54         <scope>import</scope>
55       </dependency>
56     </dependencies>
57   </dependencyManagement>
58
59   <dependencies>
60     <dependency>
61       <groupId>org.opendaylight.yangtools</groupId>
62       <artifactId>features-yangtools</artifactId>
63       <classifier>features</classifier>
64       <type>xml</type>
65     </dependency>
66     <dependency>
67       <groupId>${project.groupId}</groupId>
68       <artifactId>features-netconf</artifactId>
69       <classifier>features</classifier>
70       <type>xml</type>
71     </dependency>
72     <dependency>
73       <groupId>${project.groupId}</groupId>
74       <artifactId>sal-netconf-connector</artifactId>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.netconf</groupId>
78       <artifactId>messagebus-netconf</artifactId>
79     </dependency>
80     <dependency>
81       <groupId>${project.groupId}</groupId>
82       <artifactId>netconf-console</artifactId>
83       <version>${project.version}</version>
84     </dependency>
85     <dependency>
86       <groupId>${project.groupId}</groupId>
87       <artifactId>netconf-topology</artifactId>
88     </dependency>
89     <dependency>
90       <groupId>${project.groupId}</groupId>
91       <artifactId>netconf-topology-config</artifactId>
92     </dependency>
93     <dependency>
94       <groupId>${project.groupId}</groupId>
95       <artifactId>netconf-tcp</artifactId>
96     </dependency>
97     <dependency>
98       <groupId>${project.groupId}</groupId>
99       <artifactId>netconf-ssh</artifactId>
100     </dependency>
101     <dependency>
102       <groupId>${project.groupId}</groupId>
103       <artifactId>netconf-topology-singleton</artifactId>
104     </dependency>
105     <dependency>
106       <groupId>${project.groupId}</groupId>
107       <artifactId>callhome-model</artifactId>
108     </dependency>
109     <dependency>
110       <groupId>${project.groupId}</groupId>
111       <artifactId>callhome-provider</artifactId>
112     </dependency>
113     <dependency>
114       <groupId>${project.groupId}</groupId>
115       <artifactId>callhome-protocol</artifactId>
116     </dependency>
117     <dependency>
118       <groupId>${project.groupId}</groupId>
119       <artifactId>netconf-config</artifactId>
120     </dependency>
121   </dependencies>
122
123   <scm>
124     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
125     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
126     <tag>HEAD</tag>
127     <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>
128   </scm>
129 </project>