Merge "Startup arch - remove artifactId prefix from dir names."
[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.3.0-SNAPSHOT</version>
16     <packaging>pom</packaging>
17
18     <dependencyManagement>
19         <dependencies>
20             <dependency>
21                 <groupId>${project.groupId}</groupId>
22                 <artifactId>netconf-config-dispatcher</artifactId>
23                 <version>${project.version}</version>
24             </dependency>
25             <dependency>
26                 <groupId>${project.groupId}</groupId>
27                 <artifactId>config-netconf-connector</artifactId>
28                 <version>${project.version}</version>
29             </dependency>
30             <dependency>
31                 <groupId>${project.groupId}</groupId>
32                 <artifactId>config-persister-impl</artifactId>
33                 <version>${project.version}</version>
34             </dependency>
35             <dependency>
36                 <groupId>${project.groupId}</groupId>
37                 <artifactId>netconf-api</artifactId>
38                 <version>${project.version}</version>
39             </dependency>
40             <dependency>
41                 <groupId>${project.groupId}</groupId>
42                 <artifactId>netconf-auth</artifactId>
43                 <version>${project.version}</version>
44             </dependency>
45             <dependency>
46                 <groupId>${project.groupId}</groupId>
47                 <artifactId>netconf-cli</artifactId>
48                 <version>${project.version}</version>
49             </dependency>
50             <dependency>
51                 <groupId>${project.groupId}</groupId>
52                 <artifactId>netconf-client</artifactId>
53                 <version>${project.version}</version>
54             </dependency>
55             <dependency>
56                 <groupId>${project.groupId}</groupId>
57                 <artifactId>netconf-config</artifactId>
58                 <version>${project.version}</version>
59             </dependency>
60             <dependency>
61                 <groupId>${project.groupId}</groupId>
62                 <artifactId>netconf-connector-config</artifactId>
63                 <version>${project.version}</version>
64             </dependency>
65             <dependency>
66                 <groupId>${project.groupId}</groupId>
67                 <artifactId>netconf-mdsal-config</artifactId>
68                 <version>${project.version}</version>
69             </dependency>
70             <dependency>
71                 <groupId>${project.groupId}</groupId>
72                 <artifactId>mdsal-netconf-connector</artifactId>
73                 <version>${project.version}</version>
74             </dependency>
75             <dependency>
76                 <groupId>${project.groupId}</groupId>
77                 <artifactId>netconf-impl</artifactId>
78                 <version>${project.version}</version>
79             </dependency>
80             <dependency>
81                 <groupId>${project.groupId}</groupId>
82                 <artifactId>netconf-mapping-api</artifactId>
83                 <version>${project.version}</version>
84             </dependency>
85             <dependency>
86                 <groupId>${project.groupId}</groupId>
87                 <artifactId>netconf-monitoring</artifactId>
88                 <version>${project.version}</version>
89             </dependency>
90             <dependency>
91                 <groupId>${project.groupId}</groupId>
92                 <artifactId>mdsal-netconf-monitoring</artifactId>
93                 <version>${project.version}</version>
94             </dependency>
95             <dependency>
96                 <groupId>${project.groupId}</groupId>
97                 <artifactId>netconf-netty-util</artifactId>
98                 <version>${project.version}</version>
99             </dependency>
100             <dependency>
101                 <groupId>${project.groupId}</groupId>
102                 <artifactId>netconf-ssh</artifactId>
103                 <version>${project.version}</version>
104             </dependency>
105             <dependency>
106                 <groupId>${project.groupId}</groupId>
107                 <artifactId>netconf-tcp</artifactId>
108                 <version>${project.version}</version>
109             </dependency>
110             <dependency>
111                 <groupId>${project.groupId}</groupId>
112                 <artifactId>netconf-testtool</artifactId>
113                 <version>${project.version}</version>
114             </dependency>
115             <dependency>
116                 <groupId>${project.groupId}</groupId>
117                 <artifactId>netconf-usermanager</artifactId>
118                 <version>${project.version}</version>
119             </dependency>
120             <dependency>
121                 <groupId>${project.groupId}</groupId>
122                 <artifactId>netconf-util</artifactId>
123                 <version>${project.version}</version>
124             </dependency>
125
126             <dependency>
127                 <groupId>${project.groupId}</groupId>
128                 <artifactId>ietf-netconf</artifactId>
129                 <version>${project.version}</version>
130             </dependency>
131
132             <dependency>
133                 <groupId>${project.groupId}</groupId>
134                 <artifactId>ietf-netconf-monitoring</artifactId>
135                 <version>${project.version}</version>
136             </dependency>
137             <dependency>
138                 <groupId>${project.groupId}</groupId>
139                 <artifactId>ietf-netconf-monitoring-extension</artifactId>
140                 <version>${project.version}</version>
141             </dependency>
142
143             <dependency>
144                 <groupId>${project.groupId}</groupId>
145                 <artifactId>ietf-netconf-notifications</artifactId>
146                 <version>${project.version}</version>
147             </dependency>
148             <dependency>
149                 <groupId>${project.groupId}</groupId>
150                 <artifactId>netconf-notifications-api</artifactId>
151                 <version>${project.version}</version>
152             </dependency>
153             <dependency>
154                 <groupId>${project.groupId}</groupId>
155                 <artifactId>netconf-notifications-impl</artifactId>
156                 <version>${project.version}</version>
157             </dependency>
158
159             <dependency>
160                 <groupId>${project.groupId}</groupId>
161                 <artifactId>netconf-client</artifactId>
162                 <version>${project.version}</version>
163                 <type>test-jar</type>
164             </dependency>
165             <dependency>
166                 <groupId>${project.groupId}</groupId>
167                 <artifactId>netconf-impl</artifactId>
168                 <version>${project.version}</version>
169                 <type>test-jar</type>
170             </dependency>
171             <dependency>
172                 <groupId>${project.groupId}</groupId>
173                 <artifactId>netconf-netty-util</artifactId>
174                 <version>${project.version}</version>
175                 <type>test-jar</type>
176             </dependency>
177             <dependency>
178                 <groupId>${project.groupId}</groupId>
179                 <artifactId>netconf-ssh</artifactId>
180                 <version>${project.version}</version>
181                 <type>test-jar</type>
182             </dependency>
183             <dependency>
184                 <groupId>${project.groupId}</groupId>
185                 <artifactId>netconf-util</artifactId>
186                 <version>${project.version}</version>
187                 <type>test-jar</type>
188             </dependency>
189
190             <dependency>
191                 <groupId>${project.groupId}</groupId>
192                 <artifactId>features-netconf</artifactId>
193                 <version>${project.version}</version>
194                 <classifier>features</classifier>
195                 <type>xml</type>
196                 <scope>runtime</scope>
197             </dependency>
198         </dependencies>
199     </dependencyManagement>
200 </project>
201