50ceafd4cd74c7a273cc1aca26f75fef858c02ad
[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>mdsal-netconf-monitoring</artifactId>
107                 <version>${project.version}</version>
108             </dependency>
109             <dependency>
110                 <groupId>${project.groupId}</groupId>
111                 <artifactId>netconf-netty-util</artifactId>
112                 <version>${project.version}</version>
113             </dependency>
114             <dependency>
115                 <groupId>${project.groupId}</groupId>
116                 <artifactId>netconf-ssh</artifactId>
117                 <version>${project.version}</version>
118             </dependency>
119             <dependency>
120                 <groupId>${project.groupId}</groupId>
121                 <artifactId>netconf-tcp</artifactId>
122                 <version>${project.version}</version>
123             </dependency>
124             <dependency>
125                 <groupId>${project.groupId}</groupId>
126                 <artifactId>netconf-testtool</artifactId>
127                 <version>${project.version}</version>
128             </dependency>
129             <dependency>
130                 <groupId>${project.groupId}</groupId>
131                 <artifactId>netconf-util</artifactId>
132                 <version>${project.version}</version>
133             </dependency>
134             <dependency>
135                 <groupId>${project.groupId}</groupId>
136                 <artifactId>netconf-mdsal-config</artifactId>
137                 <version>${project.version}</version>
138                 <classifier>config</classifier>
139                 <type>xml</type>
140             </dependency>
141             <dependency>
142                 <groupId>${project.groupId}</groupId>
143                 <artifactId>sal-netconf-connector</artifactId>
144                 <version>${mdsal.version}</version>
145             </dependency>
146             <dependency>
147                 <groupId>${project.groupId}</groupId>
148                 <artifactId>messagebus-netconf</artifactId>
149                 <version>${project.version}</version>
150             </dependency>
151             <dependency>
152                 <groupId>${project.groupId}</groupId>
153                 <artifactId>features-netconf-connector</artifactId>
154                 <version>${mdsal.version}</version>
155                 <classifier>features</classifier>
156                 <type>xml</type>
157                 <scope>runtime</scope>
158             </dependency>
159
160             <dependency>
161                 <groupId>${project.groupId}</groupId>
162                 <artifactId>ietf-netconf</artifactId>
163                 <version>${project.version}</version>
164             </dependency>
165
166             <dependency>
167                 <groupId>${project.groupId}</groupId>
168                 <artifactId>ietf-netconf-monitoring</artifactId>
169                 <version>${project.version}</version>
170             </dependency>
171             <dependency>
172                 <groupId>${project.groupId}</groupId>
173                 <artifactId>ietf-netconf-monitoring-extension</artifactId>
174                 <version>${project.version}</version>
175             </dependency>
176
177             <dependency>
178                 <groupId>${project.groupId}</groupId>
179                 <artifactId>ietf-netconf-notifications</artifactId>
180                 <version>${project.version}</version>
181             </dependency>
182             <dependency>
183                 <groupId>${project.groupId}</groupId>
184                 <artifactId>netconf-notifications-api</artifactId>
185                 <version>${project.version}</version>
186             </dependency>
187             <dependency>
188                 <groupId>${project.groupId}</groupId>
189                 <artifactId>netconf-notifications-impl</artifactId>
190                 <version>${project.version}</version>
191             </dependency>
192
193             <dependency>
194                 <groupId>${project.groupId}</groupId>
195                 <artifactId>netconf-client</artifactId>
196                 <version>${project.version}</version>
197                 <type>test-jar</type>
198             </dependency>
199             <dependency>
200                 <groupId>${project.groupId}</groupId>
201                 <artifactId>netconf-impl</artifactId>
202                 <version>${project.version}</version>
203                 <type>test-jar</type>
204             </dependency>
205             <dependency>
206                 <groupId>${project.groupId}</groupId>
207                 <artifactId>netconf-netty-util</artifactId>
208                 <version>${project.version}</version>
209                 <type>test-jar</type>
210             </dependency>
211             <dependency>
212                 <groupId>${project.groupId}</groupId>
213                 <artifactId>netconf-ssh</artifactId>
214                 <version>${project.version}</version>
215                 <type>test-jar</type>
216             </dependency>
217             <dependency>
218                 <groupId>${project.groupId}</groupId>
219                 <artifactId>netconf-util</artifactId>
220                 <version>${project.version}</version>
221                 <type>test-jar</type>
222             </dependency>
223
224             <dependency>
225                 <groupId>${project.groupId}</groupId>
226                 <artifactId>features-netconf</artifactId>
227                 <version>${project.version}</version>
228                 <classifier>features</classifier>
229                 <type>xml</type>
230                 <scope>runtime</scope>
231             </dependency>
232         </dependencies>
233     </dependencyManagement>
234 </project>
235