Decouple message bus from netconf connector
[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>messagebus-netconf</artifactId>
144                 <version>${project.version}</version>
145             </dependency>
146             <dependency>
147                 <groupId>${project.groupId}</groupId>
148                 <artifactId>features-netconf-connector</artifactId>
149                 <version>${mdsal.version}</version>
150                 <classifier>features</classifier>
151                 <type>xml</type>
152                 <scope>runtime</scope>
153             </dependency>
154
155             <dependency>
156                 <groupId>${project.groupId}</groupId>
157                 <artifactId>ietf-netconf</artifactId>
158                 <version>${project.version}</version>
159             </dependency>
160
161             <dependency>
162                 <groupId>${project.groupId}</groupId>
163                 <artifactId>ietf-netconf-monitoring</artifactId>
164                 <version>${project.version}</version>
165             </dependency>
166             <dependency>
167                 <groupId>${project.groupId}</groupId>
168                 <artifactId>ietf-netconf-monitoring-extension</artifactId>
169                 <version>${project.version}</version>
170             </dependency>
171
172             <dependency>
173                 <groupId>${project.groupId}</groupId>
174                 <artifactId>ietf-netconf-notifications</artifactId>
175                 <version>${project.version}</version>
176             </dependency>
177             <dependency>
178                 <groupId>${project.groupId}</groupId>
179                 <artifactId>netconf-notifications-api</artifactId>
180                 <version>${project.version}</version>
181             </dependency>
182             <dependency>
183                 <groupId>${project.groupId}</groupId>
184                 <artifactId>netconf-notifications-impl</artifactId>
185                 <version>${project.version}</version>
186             </dependency>
187
188             <dependency>
189                 <groupId>${project.groupId}</groupId>
190                 <artifactId>netconf-client</artifactId>
191                 <version>${project.version}</version>
192                 <type>test-jar</type>
193             </dependency>
194             <dependency>
195                 <groupId>${project.groupId}</groupId>
196                 <artifactId>netconf-impl</artifactId>
197                 <version>${project.version}</version>
198                 <type>test-jar</type>
199             </dependency>
200             <dependency>
201                 <groupId>${project.groupId}</groupId>
202                 <artifactId>netconf-netty-util</artifactId>
203                 <version>${project.version}</version>
204                 <type>test-jar</type>
205             </dependency>
206             <dependency>
207                 <groupId>${project.groupId}</groupId>
208                 <artifactId>netconf-ssh</artifactId>
209                 <version>${project.version}</version>
210                 <type>test-jar</type>
211             </dependency>
212             <dependency>
213                 <groupId>${project.groupId}</groupId>
214                 <artifactId>netconf-util</artifactId>
215                 <version>${project.version}</version>
216                 <type>test-jar</type>
217             </dependency>
218
219             <dependency>
220                 <groupId>${project.groupId}</groupId>
221                 <artifactId>features-netconf</artifactId>
222                 <version>${project.version}</version>
223                 <classifier>features</classifier>
224                 <type>xml</type>
225                 <scope>runtime</scope>
226             </dependency>
227         </dependencies>
228     </dependencyManagement>
229 </project>
230