Decouple config and netconf subsystems.
[controller.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.controller</groupId>
14     <artifactId>netconf-artifacts</artifactId>
15     <version>0.4.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>netconf-config-dispatcher</artifactId>
27                 <version>${project.version}</version>
28             </dependency>
29             <dependency>
30                 <groupId>${project.groupId}</groupId>
31                 <artifactId>config-netconf-connector</artifactId>
32                 <version>${project.version}</version>
33             </dependency>
34             <dependency>
35                 <groupId>${project.groupId}</groupId>
36                 <artifactId>config-persister-impl</artifactId>
37                 <version>${project.version}</version>
38             </dependency>
39             <dependency>
40                 <groupId>${project.groupId}</groupId>
41                 <artifactId>netconf-api</artifactId>
42                 <version>${project.version}</version>
43             </dependency>
44             <dependency>
45                 <groupId>${project.groupId}</groupId>
46                 <artifactId>netconf-auth</artifactId>
47                 <version>${project.version}</version>
48             </dependency>
49             <dependency>
50                 <groupId>${project.groupId}</groupId>
51                 <artifactId>netconf-cli</artifactId>
52                 <version>${project.version}</version>
53             </dependency>
54             <dependency>
55                 <groupId>${project.groupId}</groupId>
56                 <artifactId>netconf-client</artifactId>
57                 <version>${project.version}</version>
58             </dependency>
59             <dependency>
60                 <groupId>${project.groupId}</groupId>
61                 <artifactId>netconf-config</artifactId>
62                 <version>${project.version}</version>
63             </dependency>
64             <dependency>
65                 <groupId>${project.groupId}</groupId>
66                 <artifactId>netconf-connector-config</artifactId>
67                 <version>${project.version}</version>
68             </dependency>
69             <dependency>
70                 <groupId>${project.groupId}</groupId>
71                 <artifactId>netconf-mdsal-config</artifactId>
72                 <version>${project.version}</version>
73             </dependency>
74             <dependency>
75                 <groupId>${project.groupId}</groupId>
76                 <artifactId>mdsal-netconf-connector</artifactId>
77                 <version>${project.version}</version>
78             </dependency>
79             <dependency>
80                 <groupId>${project.groupId}</groupId>
81                 <artifactId>netconf-impl</artifactId>
82                 <version>${project.version}</version>
83             </dependency>
84             <dependency>
85                 <groupId>${project.groupId}</groupId>
86                 <artifactId>netconf-mapping-api</artifactId>
87                 <version>${project.version}</version>
88             </dependency>
89             <dependency>
90                 <groupId>${project.groupId}</groupId>
91                 <artifactId>netconf-monitoring</artifactId>
92                 <version>${project.version}</version>
93             </dependency>
94             <dependency>
95                 <groupId>${project.groupId}</groupId>
96                 <artifactId>mdsal-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>features-netconf-connector</artifactId>
144                 <version>${mdsal.version}</version>
145                 <classifier>features</classifier>
146                 <type>xml</type>
147                 <scope>runtime</scope>
148             </dependency>
149
150             <dependency>
151                 <groupId>${project.groupId}</groupId>
152                 <artifactId>ietf-netconf</artifactId>
153                 <version>${project.version}</version>
154             </dependency>
155
156             <dependency>
157                 <groupId>${project.groupId}</groupId>
158                 <artifactId>ietf-netconf-monitoring</artifactId>
159                 <version>${project.version}</version>
160             </dependency>
161             <dependency>
162                 <groupId>${project.groupId}</groupId>
163                 <artifactId>ietf-netconf-monitoring-extension</artifactId>
164                 <version>${project.version}</version>
165             </dependency>
166
167             <dependency>
168                 <groupId>${project.groupId}</groupId>
169                 <artifactId>ietf-netconf-notifications</artifactId>
170                 <version>${project.version}</version>
171             </dependency>
172             <dependency>
173                 <groupId>${project.groupId}</groupId>
174                 <artifactId>netconf-notifications-api</artifactId>
175                 <version>${project.version}</version>
176             </dependency>
177             <dependency>
178                 <groupId>${project.groupId}</groupId>
179                 <artifactId>netconf-notifications-impl</artifactId>
180                 <version>${project.version}</version>
181             </dependency>
182
183             <dependency>
184                 <groupId>${project.groupId}</groupId>
185                 <artifactId>netconf-client</artifactId>
186                 <version>${project.version}</version>
187                 <type>test-jar</type>
188             </dependency>
189             <dependency>
190                 <groupId>${project.groupId}</groupId>
191                 <artifactId>netconf-impl</artifactId>
192                 <version>${project.version}</version>
193                 <type>test-jar</type>
194             </dependency>
195             <dependency>
196                 <groupId>${project.groupId}</groupId>
197                 <artifactId>netconf-netty-util</artifactId>
198                 <version>${project.version}</version>
199                 <type>test-jar</type>
200             </dependency>
201             <dependency>
202                 <groupId>${project.groupId}</groupId>
203                 <artifactId>netconf-ssh</artifactId>
204                 <version>${project.version}</version>
205                 <type>test-jar</type>
206             </dependency>
207             <dependency>
208                 <groupId>${project.groupId}</groupId>
209                 <artifactId>netconf-util</artifactId>
210                 <version>${project.version}</version>
211                 <type>test-jar</type>
212             </dependency>
213
214             <dependency>
215                 <groupId>${project.groupId}</groupId>
216                 <artifactId>features-netconf</artifactId>
217                 <version>${project.version}</version>
218                 <classifier>features</classifier>
219                 <type>xml</type>
220                 <scope>runtime</scope>
221             </dependency>
222         </dependencies>
223     </dependencyManagement>
224 </project>
225