Merge "Bug 2669: Use slf4j Logger instead of akka LoggingAdapter"
[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-impl</artifactId>
68                 <version>${project.version}</version>
69             </dependency>
70             <dependency>
71                 <groupId>${project.groupId}</groupId>
72                 <artifactId>netconf-mapping-api</artifactId>
73                 <version>${project.version}</version>
74             </dependency>
75             <dependency>
76                 <groupId>${project.groupId}</groupId>
77                 <artifactId>netconf-monitoring</artifactId>
78                 <version>${project.version}</version>
79             </dependency>
80             <dependency>
81                 <groupId>${project.groupId}</groupId>
82                 <artifactId>netconf-netty-util</artifactId>
83                 <version>${project.version}</version>
84             </dependency>
85             <dependency>
86                 <groupId>${project.groupId}</groupId>
87                 <artifactId>netconf-ssh</artifactId>
88                 <version>${project.version}</version>
89             </dependency>
90             <dependency>
91                 <groupId>${project.groupId}</groupId>
92                 <artifactId>netconf-tcp</artifactId>
93                 <version>${project.version}</version>
94             </dependency>
95             <dependency>
96                 <groupId>${project.groupId}</groupId>
97                 <artifactId>netconf-testtool</artifactId>
98                 <version>${project.version}</version>
99             </dependency>
100             <dependency>
101                 <groupId>${project.groupId}</groupId>
102                 <artifactId>netconf-usermanager</artifactId>
103                 <version>${project.version}</version>
104             </dependency>
105             <dependency>
106                 <groupId>${project.groupId}</groupId>
107                 <artifactId>netconf-util</artifactId>
108                 <version>${project.version}</version>
109             </dependency>
110
111             <dependency>
112                 <groupId>${project.groupId}</groupId>
113                 <artifactId>ietf-netconf</artifactId>
114                 <version>${project.version}</version>
115             </dependency>
116
117             <dependency>
118                 <groupId>${project.groupId}</groupId>
119                 <artifactId>ietf-netconf-monitoring</artifactId>
120                 <version>${project.version}</version>
121             </dependency>
122             <dependency>
123                 <groupId>${project.groupId}</groupId>
124                 <artifactId>ietf-netconf-monitoring-extension</artifactId>
125                 <version>${project.version}</version>
126             </dependency>
127
128             <dependency>
129                 <groupId>${project.groupId}</groupId>
130                 <artifactId>ietf-netconf-notifications</artifactId>
131                 <version>${project.version}</version>
132             </dependency>
133             <dependency>
134                 <groupId>${project.groupId}</groupId>
135                 <artifactId>netconf-notifications-api</artifactId>
136                 <version>${project.version}</version>
137             </dependency>
138             <dependency>
139                 <groupId>${project.groupId}</groupId>
140                 <artifactId>netconf-notifications-impl</artifactId>
141                 <version>${project.version}</version>
142             </dependency>
143
144             <dependency>
145                 <groupId>${project.groupId}</groupId>
146                 <artifactId>netconf-client</artifactId>
147                 <version>${project.version}</version>
148                 <type>test-jar</type>
149             </dependency>
150             <dependency>
151                 <groupId>${project.groupId}</groupId>
152                 <artifactId>netconf-impl</artifactId>
153                 <version>${project.version}</version>
154                 <type>test-jar</type>
155             </dependency>
156             <dependency>
157                 <groupId>${project.groupId}</groupId>
158                 <artifactId>netconf-netty-util</artifactId>
159                 <version>${project.version}</version>
160                 <type>test-jar</type>
161             </dependency>
162             <dependency>
163                 <groupId>${project.groupId}</groupId>
164                 <artifactId>netconf-ssh</artifactId>
165                 <version>${project.version}</version>
166                 <type>test-jar</type>
167             </dependency>
168             <dependency>
169                 <groupId>${project.groupId}</groupId>
170                 <artifactId>netconf-util</artifactId>
171                 <version>${project.version}</version>
172                 <type>test-jar</type>
173             </dependency>
174
175             <dependency>
176                 <groupId>${project.groupId}</groupId>
177                 <artifactId>features-netconf</artifactId>
178                 <version>${project.version}</version>
179                 <classifier>features</classifier>
180                 <type>xml</type>
181                 <scope>runtime</scope>
182             </dependency>
183         </dependencies>
184     </dependencyManagement>
185 </project>
186