Merge "Add blueprint wiring for netconf-client"
[netconf.git] / 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
14     <parent>
15       <groupId>org.opendaylight.odlparent</groupId>
16       <artifactId>odlparent-lite</artifactId>
17       <version>1.8.0-SNAPSHOT</version>
18       <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.netconf</groupId>
22     <artifactId>netconf-artifacts</artifactId>
23     <version>1.2.0-SNAPSHOT</version>
24     <packaging>pom</packaging>
25
26     <properties>
27         <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
28     </properties>
29
30     <dependencyManagement>
31         <dependencies>
32             <dependency>
33                 <groupId>${project.groupId}</groupId>
34                 <artifactId>aaa-authn-odl-plugin</artifactId>
35                 <version>${project.version}</version>
36             </dependency>
37             <dependency>
38                 <groupId>${project.groupId}</groupId>
39                 <artifactId>config-netconf-connector</artifactId>
40                 <version>${project.version}</version>
41             </dependency>
42             <dependency>
43                 <groupId>${project.groupId}</groupId>
44                 <artifactId>config-persister-impl</artifactId>
45                 <version>${project.version}</version>
46             </dependency>
47             <dependency>
48                 <groupId>${project.groupId}</groupId>
49                 <artifactId>netconf-api</artifactId>
50                 <version>${project.version}</version>
51             </dependency>
52             <dependency>
53                 <groupId>${project.groupId}</groupId>
54                 <artifactId>netconf-auth</artifactId>
55                 <version>${project.version}</version>
56             </dependency>
57             <dependency>
58                 <groupId>${project.groupId}</groupId>
59                 <artifactId>netconf-cli</artifactId>
60                 <version>${project.version}</version>
61             </dependency>
62             <dependency>
63                 <groupId>${project.groupId}</groupId>
64                 <artifactId>netconf-client</artifactId>
65                 <version>${project.version}</version>
66             </dependency>
67             <dependency>
68                 <groupId>${project.groupId}</groupId>
69                 <artifactId>netconf-config</artifactId>
70                 <version>${project.version}</version>
71                 <type>xml</type>
72                 <classifier>config</classifier>
73             </dependency>
74             <dependency>
75                 <groupId>${project.groupId}</groupId>
76                 <artifactId>netconf-connector-config</artifactId>
77                 <version>${project.version}</version>
78                 <type>xml</type>
79                 <classifier>config</classifier>
80             </dependency>
81             <dependency>
82                 <groupId>${project.groupId}</groupId>
83                 <artifactId>mdsal-netconf-connector</artifactId>
84                 <version>${project.version}</version>
85             </dependency>
86             <dependency>
87                 <groupId>${project.groupId}</groupId>
88                 <artifactId>netconf-impl</artifactId>
89                 <version>${project.version}</version>
90             </dependency>
91             <dependency>
92                 <groupId>${project.groupId}</groupId>
93                 <artifactId>netconf-mapping-api</artifactId>
94                 <version>${project.version}</version>
95             </dependency>
96             <dependency>
97                 <groupId>${project.groupId}</groupId>
98                 <artifactId>netconf-monitoring</artifactId>
99                 <version>${project.version}</version>
100             </dependency>
101             <dependency>
102                 <groupId>${project.groupId}</groupId>
103                 <artifactId>mdsal-netconf-monitoring</artifactId>
104                 <version>${project.version}</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.netconf</groupId>
108                 <artifactId>mdsal-netconf-yang-library</artifactId>
109                 <version>${project.version}</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.netconf</groupId>
113                 <artifactId>mdsal-netconf-impl</artifactId>
114                 <version>${project.version}</version>
115             </dependency>
116             <dependency>
117                 <groupId>${project.groupId}</groupId>
118                 <artifactId>netconf-netty-util</artifactId>
119                 <version>${project.version}</version>
120             </dependency>
121             <dependency>
122                 <groupId>${project.groupId}</groupId>
123                 <artifactId>netconf-ssh</artifactId>
124                 <version>${project.version}</version>
125             </dependency>
126             <dependency>
127                 <groupId>${project.groupId}</groupId>
128                 <artifactId>netconf-tcp</artifactId>
129                 <version>${project.version}</version>
130             </dependency>
131             <dependency>
132                 <groupId>${project.groupId}</groupId>
133                 <artifactId>netconf-testtool</artifactId>
134                 <version>${project.version}</version>
135             </dependency>
136             <dependency>
137                 <groupId>${project.groupId}</groupId>
138                 <artifactId>netconf-util</artifactId>
139                 <version>${project.version}</version>
140             </dependency>
141             <dependency>
142                 <groupId>${project.groupId}</groupId>
143                 <artifactId>netconf-util</artifactId>
144                 <version>${project.version}</version>
145                 <classifier>config</classifier>
146                 <type>cfg</type>
147             </dependency>
148             <dependency>
149                 <groupId>${project.groupId}</groupId>
150                 <artifactId>sal-netconf-connector</artifactId>
151                 <version>${mdsal.version}</version>
152             </dependency>
153             <dependency>
154                 <groupId>${project.groupId}</groupId>
155                 <artifactId>messagebus-netconf</artifactId>
156                 <version>${project.version}</version>
157             </dependency>
158             <dependency>
159                 <groupId>${project.groupId}</groupId>
160                 <artifactId>messagebus-netconf</artifactId>
161                 <version>${project.version}</version>
162                 <classifier>config</classifier>
163                 <type>xml</type>
164             </dependency>
165             <dependency>
166                 <groupId>${project.groupId}</groupId>
167                 <artifactId>features-netconf-connector</artifactId>
168                 <version>${project.version}</version>
169                 <classifier>features</classifier>
170                 <type>xml</type>
171                 <scope>runtime</scope>
172             </dependency>
173
174             <dependency>
175                 <groupId>${project.groupId}</groupId>
176                 <artifactId>ietf-netconf</artifactId>
177                 <version>${project.version}</version>
178             </dependency>
179
180             <dependency>
181                 <groupId>${project.groupId}</groupId>
182                 <artifactId>ietf-netconf-monitoring</artifactId>
183                 <version>${project.version}</version>
184             </dependency>
185             <dependency>
186                 <groupId>${project.groupId}</groupId>
187                 <artifactId>ietf-netconf-monitoring-extension</artifactId>
188                 <version>${project.version}</version>
189             </dependency>
190
191             <dependency>
192                 <groupId>${project.groupId}</groupId>
193                 <artifactId>ietf-netconf-notifications</artifactId>
194                 <version>${project.version}</version>
195             </dependency>
196
197             <dependency>
198                 <groupId>${project.groupId}</groupId>
199                 <artifactId>ietf-netconf-yang-library</artifactId>
200                 <version>${project.version}</version>
201             </dependency>
202
203             <dependency>
204                 <groupId>org.opendaylight.netconf</groupId>
205                 <artifactId>yanglib</artifactId>
206                 <version>${project.version}</version>
207             </dependency>
208
209             <dependency>
210                 <groupId>${project.groupId}</groupId>
211                 <artifactId>netconf-notifications-api</artifactId>
212                 <version>${project.version}</version>
213             </dependency>
214             <dependency>
215                 <groupId>${project.groupId}</groupId>
216                 <artifactId>netconf-notifications-impl</artifactId>
217                 <version>${project.version}</version>
218             </dependency>
219             <dependency>
220                 <groupId>${project.groupId}</groupId>
221                 <artifactId>mdsal-netconf-notification</artifactId>
222                 <version>${project.version}</version>
223             </dependency>
224             <dependency>
225                 <groupId>${project.groupId}</groupId>
226                 <artifactId>mdsal-netconf-ssh</artifactId>
227                 <version>${project.version}</version>
228             </dependency>
229             <dependency>
230                 <groupId>${project.groupId}</groupId>
231                 <artifactId>netconf-topology</artifactId>
232                 <version>${project.version}</version>
233             </dependency>
234             <dependency>
235                 <groupId>${project.groupId}</groupId>
236                 <artifactId>netconf-topology-config</artifactId>
237                 <version>${project.version}</version>
238                 <classifier>config</classifier>
239                 <type>xml</type>
240             </dependency>
241             <dependency>
242                 <groupId>${project.groupId}</groupId>
243                 <artifactId>netconf-client</artifactId>
244                 <version>${project.version}</version>
245                 <type>test-jar</type>
246             </dependency>
247             <dependency>
248                 <groupId>${project.groupId}</groupId>
249                 <artifactId>netconf-impl</artifactId>
250                 <version>${project.version}</version>
251                 <type>test-jar</type>
252             </dependency>
253             <dependency>
254                 <groupId>${project.groupId}</groupId>
255                 <artifactId>netconf-netty-util</artifactId>
256                 <version>${project.version}</version>
257                 <type>test-jar</type>
258             </dependency>
259             <dependency>
260                 <groupId>${project.groupId}</groupId>
261                 <artifactId>netconf-ssh</artifactId>
262                 <version>${project.version}</version>
263                 <type>test-jar</type>
264             </dependency>
265             <dependency>
266                 <groupId>${project.groupId}</groupId>
267                 <artifactId>netconf-util</artifactId>
268                 <version>${project.version}</version>
269                 <type>test-jar</type>
270             </dependency>
271             <dependency>
272                 <groupId>${project.groupId}</groupId>
273                 <artifactId>netconf-topology-singleton</artifactId>
274                 <version>${project.version}</version>
275             </dependency>
276
277             <dependency>
278                 <groupId>${project.groupId}</groupId>
279                 <artifactId>features-netconf</artifactId>
280                 <version>${project.version}</version>
281                 <classifier>features</classifier>
282                 <type>xml</type>
283                 <scope>runtime</scope>
284             </dependency>
285         </dependencies>
286     </dependencyManagement>
287 </project>
288