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