Merge changes from topic 'netconf-clustering'
[netconf.git] / opendaylight / netconf / netconf-artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4     Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6     This program and the accompanying materials are made available under the
7     terms of the Eclipse Public License v1.0 which accompanies this distribution,
8     and is available at http://www.eclipse.org/legal/epl-v10.html
9  -->
10 <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">
11
12     <modelVersion>4.0.0</modelVersion>
13     <groupId>org.opendaylight.netconf</groupId>
14     <artifactId>netconf-artifacts</artifactId>
15     <version>1.0.0-SNAPSHOT</version>
16     <packaging>pom</packaging>
17
18     <properties>
19         <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
20     </properties>
21
22     <dependencyManagement>
23         <dependencies>
24             <dependency>
25                 <groupId>${project.groupId}</groupId>
26                 <artifactId>aaa-authn-odl-plugin</artifactId>
27                 <version>${project.version}</version>
28             </dependency>
29             <dependency>
30                 <groupId>${project.groupId}</groupId>
31                 <artifactId>netconf-config-dispatcher</artifactId>
32                 <version>${project.version}</version>
33             </dependency>
34             <dependency>
35                 <groupId>${project.groupId}</groupId>
36                 <artifactId>config-netconf-connector</artifactId>
37                 <version>${project.version}</version>
38             </dependency>
39             <dependency>
40                 <groupId>${project.groupId}</groupId>
41                 <artifactId>config-persister-impl</artifactId>
42                 <version>${project.version}</version>
43             </dependency>
44             <dependency>
45                 <groupId>${project.groupId}</groupId>
46                 <artifactId>netconf-api</artifactId>
47                 <version>${project.version}</version>
48             </dependency>
49             <dependency>
50                 <groupId>${project.groupId}</groupId>
51                 <artifactId>netconf-auth</artifactId>
52                 <version>${project.version}</version>
53             </dependency>
54             <dependency>
55                 <groupId>${project.groupId}</groupId>
56                 <artifactId>netconf-cli</artifactId>
57                 <version>${project.version}</version>
58             </dependency>
59             <dependency>
60                 <groupId>${project.groupId}</groupId>
61                 <artifactId>netconf-client</artifactId>
62                 <version>${project.version}</version>
63             </dependency>
64             <dependency>
65                 <groupId>${project.groupId}</groupId>
66                 <artifactId>netconf-config</artifactId>
67                 <version>${project.version}</version>
68             </dependency>
69             <dependency>
70                 <groupId>${project.groupId}</groupId>
71                 <artifactId>netconf-connector-config</artifactId>
72                 <version>${project.version}</version>
73             </dependency>
74             <dependency>
75                 <groupId>${project.groupId}</groupId>
76                 <artifactId>netconf-mdsal-config</artifactId>
77                 <version>${project.version}</version>
78             </dependency>
79             <dependency>
80                 <groupId>${project.groupId}</groupId>
81                 <artifactId>mdsal-netconf-connector</artifactId>
82                 <version>${project.version}</version>
83             </dependency>
84             <dependency>
85                 <groupId>${project.groupId}</groupId>
86                 <artifactId>netconf-impl</artifactId>
87                 <version>${project.version}</version>
88             </dependency>
89             <dependency>
90                 <groupId>${project.groupId}</groupId>
91                 <artifactId>netconf-mapping-api</artifactId>
92                 <version>${project.version}</version>
93             </dependency>
94             <dependency>
95                 <groupId>${project.groupId}</groupId>
96                 <artifactId>netconf-monitoring</artifactId>
97                 <version>${project.version}</version>
98             </dependency>
99             <dependency>
100                 <groupId>${project.groupId}</groupId>
101                 <artifactId>mdsal-netconf-monitoring</artifactId>
102                 <version>${project.version}</version>
103             </dependency>
104             <dependency>
105                 <groupId>${project.groupId}</groupId>
106                 <artifactId>netconf-netty-util</artifactId>
107                 <version>${project.version}</version>
108             </dependency>
109             <dependency>
110                 <groupId>${project.groupId}</groupId>
111                 <artifactId>netconf-ssh</artifactId>
112                 <version>${project.version}</version>
113             </dependency>
114             <dependency>
115                 <groupId>${project.groupId}</groupId>
116                 <artifactId>netconf-tcp</artifactId>
117                 <version>${project.version}</version>
118             </dependency>
119             <dependency>
120                 <groupId>${project.groupId}</groupId>
121                 <artifactId>netconf-testtool</artifactId>
122                 <version>${project.version}</version>
123             </dependency>
124             <dependency>
125                 <groupId>${project.groupId}</groupId>
126                 <artifactId>netconf-util</artifactId>
127                 <version>${project.version}</version>
128             </dependency>
129             <dependency>
130                 <groupId>${project.groupId}</groupId>
131                 <artifactId>netconf-mdsal-config</artifactId>
132                 <version>${project.version}</version>
133                 <classifier>config</classifier>
134                 <type>xml</type>
135             </dependency>
136             <dependency>
137                 <groupId>${project.groupId}</groupId>
138                 <artifactId>sal-netconf-connector</artifactId>
139                 <version>${mdsal.version}</version>
140             </dependency>
141             <dependency>
142                 <groupId>${project.groupId}</groupId>
143                 <artifactId>messagebus-netconf</artifactId>
144                 <version>${project.version}</version>
145             </dependency>
146             <dependency>
147                 <groupId>${project.groupId}</groupId>
148                 <artifactId>messagebus-netconf</artifactId>
149                 <version>${project.version}</version>
150                 <classifier>config</classifier>
151                 <type>xml</type>
152             </dependency>
153             <dependency>
154                 <groupId>${project.groupId}</groupId>
155                 <artifactId>features-netconf-connector</artifactId>
156                 <version>${project.version}</version>
157                 <classifier>features</classifier>
158                 <type>xml</type>
159                 <scope>runtime</scope>
160             </dependency>
161
162             <dependency>
163                 <groupId>${project.groupId}</groupId>
164                 <artifactId>ietf-netconf</artifactId>
165                 <version>${project.version}</version>
166             </dependency>
167
168             <dependency>
169                 <groupId>${project.groupId}</groupId>
170                 <artifactId>ietf-netconf-monitoring</artifactId>
171                 <version>${project.version}</version>
172             </dependency>
173             <dependency>
174                 <groupId>${project.groupId}</groupId>
175                 <artifactId>ietf-netconf-monitoring-extension</artifactId>
176                 <version>${project.version}</version>
177             </dependency>
178
179             <dependency>
180                 <groupId>${project.groupId}</groupId>
181                 <artifactId>ietf-netconf-notifications</artifactId>
182                 <version>${project.version}</version>
183             </dependency>
184             <dependency>
185                 <groupId>${project.groupId}</groupId>
186                 <artifactId>netconf-notifications-api</artifactId>
187                 <version>${project.version}</version>
188             </dependency>
189             <dependency>
190                 <groupId>${project.groupId}</groupId>
191                 <artifactId>netconf-notifications-impl</artifactId>
192                 <version>${project.version}</version>
193             </dependency>
194             <dependency>
195                 <groupId>${project.groupId}</groupId>
196                 <artifactId>mdsal-netconf-notification</artifactId>
197                 <version>${project.version}</version>
198             </dependency>
199             <dependency>
200                 <groupId>${project.groupId}</groupId>
201                 <artifactId>netconf-topology</artifactId>
202                 <version>${project.version}</version>
203             </dependency>
204             <dependency>
205                 <groupId>${project.groupId}</groupId>
206                 <artifactId>netconf-topology-config</artifactId>
207                 <version>${project.version}</version>
208                 <classifier>config</classifier>
209                 <type>xml</type>
210             </dependency>
211             <dependency>
212                 <groupId>${project.groupId}</groupId>
213                 <artifactId>netconf-client</artifactId>
214                 <version>${project.version}</version>
215                 <type>test-jar</type>
216             </dependency>
217             <dependency>
218                 <groupId>${project.groupId}</groupId>
219                 <artifactId>netconf-impl</artifactId>
220                 <version>${project.version}</version>
221                 <type>test-jar</type>
222             </dependency>
223             <dependency>
224                 <groupId>${project.groupId}</groupId>
225                 <artifactId>netconf-netty-util</artifactId>
226                 <version>${project.version}</version>
227                 <type>test-jar</type>
228             </dependency>
229             <dependency>
230                 <groupId>${project.groupId}</groupId>
231                 <artifactId>netconf-ssh</artifactId>
232                 <version>${project.version}</version>
233                 <type>test-jar</type>
234             </dependency>
235             <dependency>
236                 <groupId>${project.groupId}</groupId>
237                 <artifactId>netconf-util</artifactId>
238                 <version>${project.version}</version>
239                 <type>test-jar</type>
240             </dependency>
241
242             <dependency>
243                 <groupId>${project.groupId}</groupId>
244                 <artifactId>features-netconf</artifactId>
245                 <version>${project.version}</version>
246                 <classifier>features</classifier>
247                 <type>xml</type>
248                 <scope>runtime</scope>
249             </dependency>
250         </dependencies>
251     </dependencyManagement>
252 </project>
253