Remove remaining yang and xml config system files
[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>mdsal-netconf-connector</artifactId>
89                 <version>${project.version}</version>
90             </dependency>
91             <dependency>
92                 <groupId>${project.groupId}</groupId>
93                 <artifactId>netconf-impl</artifactId>
94                 <version>${project.version}</version>
95             </dependency>
96             <dependency>
97                 <groupId>${project.groupId}</groupId>
98                 <artifactId>netconf-mapping-api</artifactId>
99                 <version>${project.version}</version>
100             </dependency>
101             <dependency>
102                 <groupId>${project.groupId}</groupId>
103                 <artifactId>netconf-monitoring</artifactId>
104                 <version>${project.version}</version>
105             </dependency>
106             <dependency>
107                 <groupId>${project.groupId}</groupId>
108                 <artifactId>mdsal-netconf-monitoring</artifactId>
109                 <version>${project.version}</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.netconf</groupId>
113                 <artifactId>mdsal-netconf-yang-library</artifactId>
114                 <version>${project.version}</version>
115             </dependency>
116             <dependency>
117                 <groupId>org.opendaylight.netconf</groupId>
118                 <artifactId>mdsal-netconf-impl</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>sal-netconf-connector</artifactId>
156                 <version>${mdsal.version}</version>
157             </dependency>
158             <dependency>
159                 <groupId>${project.groupId}</groupId>
160                 <artifactId>messagebus-netconf</artifactId>
161                 <version>${project.version}</version>
162             </dependency>
163             <dependency>
164                 <groupId>${project.groupId}</groupId>
165                 <artifactId>messagebus-netconf</artifactId>
166                 <version>${project.version}</version>
167                 <classifier>config</classifier>
168                 <type>xml</type>
169             </dependency>
170             <dependency>
171                 <groupId>${project.groupId}</groupId>
172                 <artifactId>features-netconf-connector</artifactId>
173                 <version>${project.version}</version>
174                 <classifier>features</classifier>
175                 <type>xml</type>
176                 <scope>runtime</scope>
177             </dependency>
178
179             <dependency>
180                 <groupId>${project.groupId}</groupId>
181                 <artifactId>ietf-netconf</artifactId>
182                 <version>${project.version}</version>
183             </dependency>
184
185             <dependency>
186                 <groupId>${project.groupId}</groupId>
187                 <artifactId>ietf-netconf-monitoring</artifactId>
188                 <version>${project.version}</version>
189             </dependency>
190             <dependency>
191                 <groupId>${project.groupId}</groupId>
192                 <artifactId>ietf-netconf-monitoring-extension</artifactId>
193                 <version>${project.version}</version>
194             </dependency>
195
196             <dependency>
197                 <groupId>${project.groupId}</groupId>
198                 <artifactId>ietf-netconf-notifications</artifactId>
199                 <version>${project.version}</version>
200             </dependency>
201
202             <dependency>
203                 <groupId>${project.groupId}</groupId>
204                 <artifactId>ietf-netconf-yang-library</artifactId>
205                 <version>${project.version}</version>
206             </dependency>
207
208             <dependency>
209                 <groupId>org.opendaylight.netconf</groupId>
210                 <artifactId>yanglib</artifactId>
211                 <version>${project.version}</version>
212             </dependency>
213
214             <dependency>
215                 <groupId>${project.groupId}</groupId>
216                 <artifactId>netconf-notifications-api</artifactId>
217                 <version>${project.version}</version>
218             </dependency>
219             <dependency>
220                 <groupId>${project.groupId}</groupId>
221                 <artifactId>netconf-notifications-impl</artifactId>
222                 <version>${project.version}</version>
223             </dependency>
224             <dependency>
225                 <groupId>${project.groupId}</groupId>
226                 <artifactId>mdsal-netconf-notification</artifactId>
227                 <version>${project.version}</version>
228             </dependency>
229             <dependency>
230                 <groupId>${project.groupId}</groupId>
231                 <artifactId>mdsal-netconf-ssh</artifactId>
232                 <version>${project.version}</version>
233             </dependency>
234             <dependency>
235                 <groupId>${project.groupId}</groupId>
236                 <artifactId>netconf-topology</artifactId>
237                 <version>${project.version}</version>
238             </dependency>
239             <dependency>
240                 <groupId>${project.groupId}</groupId>
241                 <artifactId>netconf-topology-config</artifactId>
242                 <version>${project.version}</version>
243                 <classifier>config</classifier>
244                 <type>xml</type>
245             </dependency>
246             <dependency>
247                 <groupId>${project.groupId}</groupId>
248                 <artifactId>netconf-client</artifactId>
249                 <version>${project.version}</version>
250                 <type>test-jar</type>
251             </dependency>
252             <dependency>
253                 <groupId>${project.groupId}</groupId>
254                 <artifactId>netconf-impl</artifactId>
255                 <version>${project.version}</version>
256                 <type>test-jar</type>
257             </dependency>
258             <dependency>
259                 <groupId>${project.groupId}</groupId>
260                 <artifactId>netconf-netty-util</artifactId>
261                 <version>${project.version}</version>
262                 <type>test-jar</type>
263             </dependency>
264             <dependency>
265                 <groupId>${project.groupId}</groupId>
266                 <artifactId>netconf-ssh</artifactId>
267                 <version>${project.version}</version>
268                 <type>test-jar</type>
269             </dependency>
270             <dependency>
271                 <groupId>${project.groupId}</groupId>
272                 <artifactId>netconf-util</artifactId>
273                 <version>${project.version}</version>
274                 <type>test-jar</type>
275             </dependency>
276             <dependency>
277                 <groupId>${project.groupId}</groupId>
278                 <artifactId>netconf-topology-singleton</artifactId>
279                 <version>${project.version}</version>
280             </dependency>
281
282             <dependency>
283                 <groupId>${project.groupId}</groupId>
284                 <artifactId>features-netconf</artifactId>
285                 <version>${project.version}</version>
286                 <classifier>features</classifier>
287                 <type>xml</type>
288                 <scope>runtime</scope>
289             </dependency>
290         </dependencies>
291     </dependencyManagement>
292 </project>
293