Merge changes I24adce35,Ia5947ae6
[netconf.git] / features / netconf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>features-parent</artifactId>
7     <version>1.6.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10   <!-- FIXME: Convert to features-parent -->
11   <groupId>org.opendaylight.netconf</groupId>
12   <artifactId>features-netconf</artifactId>
13   <version>1.0.0-SNAPSHOT</version>
14   <packaging>jar</packaging>
15
16   <properties>
17     <aaa.version>0.3.0-SNAPSHOT</aaa.version>
18     <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
19     <controller.mdsal.version>1.3.0-SNAPSHOT</controller.mdsal.version>
20     <config.version>0.4.0-SNAPSHOT</config.version>
21     <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
22     <features.test.version>1.6.0-SNAPSHOT</features.test.version>
23     <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
24     <netconf.version>1.0.0-SNAPSHOT</netconf.version>
25     <protocol-framework.version>0.7.0-SNAPSHOT</protocol-framework.version>
26     <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
27     <surefire.version>2.15</surefire.version>
28     <sshd-core.version>0.14.0</sshd-core.version>
29
30     <features.file>features.xml</features.file>
31     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
32     <config.netconf.client.configfile>01-netconf.xml</config.netconf.client.configfile>
33     <config.netconf.mdsal.configfile>08-mdsal-netconf.xml</config.netconf.mdsal.configfile>
34   </properties>
35
36   <dependencyManagement>
37     <dependencies>
38       <dependency>
39         <groupId>org.opendaylight.controller</groupId>
40         <artifactId>config-artifacts</artifactId>
41         <version>${config.version}</version>
42         <type>pom</type>
43         <scope>import</scope>
44       </dependency>
45       <dependency>
46         <groupId>org.opendaylight.controller</groupId>
47         <artifactId>mdsal-artifacts</artifactId>
48         <version>${controller.mdsal.version}</version>
49         <type>pom</type>
50         <scope>import</scope>
51       </dependency>
52       <dependency>
53         <groupId>org.opendaylight.mdsal.model</groupId>
54         <artifactId>mdsal-model-artifacts</artifactId>
55         <version>${mdsal.model.version}</version>
56         <type>pom</type>
57         <scope>import</scope>
58       </dependency>
59       <dependency>
60         <groupId>org.opendaylight.netconf</groupId>
61         <artifactId>netconf-artifacts</artifactId>
62         <version>${netconf.version}</version>
63         <type>pom</type>
64         <scope>import</scope>
65       </dependency>
66       <dependency>
67         <groupId>org.opendaylight.yangtools</groupId>
68         <artifactId>yangtools-artifacts</artifactId>
69         <version>${yangtools.version}</version>
70         <type>pom</type>
71         <scope>import</scope>
72       </dependency>
73     </dependencies>
74   </dependencyManagement>
75
76   <dependencies>
77     <dependency>
78       <groupId>org.opendaylight.aaa</groupId>
79       <artifactId>features-aaa-shiro</artifactId>
80       <version>${aaa.version}</version>
81       <classifier>features</classifier>
82       <type>xml</type>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.controller</groupId>
86       <artifactId>features-protocol-framework</artifactId>
87       <version>${protocol-framework.version}</version>
88       <classifier>features</classifier>
89       <type>xml</type>
90       <scope>runtime</scope>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.aaa</groupId>
94       <artifactId>features-aaa</artifactId>
95       <version>${aaa.version}</version>
96       <classifier>features</classifier>
97       <type>xml</type>
98     </dependency>
99     <dependency>
100       <groupId>${project.groupId}</groupId>
101       <artifactId>aaa-authn-odl-plugin</artifactId>
102     </dependency>
103     <dependency>
104       <groupId>${project.groupId}</groupId>
105       <artifactId>netconf-api</artifactId>
106     </dependency>
107     <dependency>
108       <groupId>${project.groupId}</groupId>
109       <artifactId>netconf-config</artifactId>
110     </dependency>
111     <dependency>
112       <groupId>${project.groupId}</groupId>
113       <artifactId>netconf-auth</artifactId>
114     </dependency>
115     <dependency>
116       <groupId>${project.groupId}</groupId>
117       <artifactId>netconf-notifications-api</artifactId>
118     </dependency>
119     <dependency>
120       <groupId>${project.groupId}</groupId>
121       <artifactId>netconf-notifications-impl</artifactId>
122     </dependency>
123     <dependency>
124       <groupId>${project.groupId}</groupId>
125       <artifactId>netconf-ssh</artifactId>
126     </dependency>
127     <dependency>
128       <groupId>${project.groupId}</groupId>
129       <artifactId>mdsal-netconf-notification</artifactId>
130     </dependency>
131     <dependency>
132       <groupId>${project.groupId}</groupId>
133       <artifactId>ietf-netconf</artifactId>
134     </dependency>
135     <dependency>
136       <groupId>${project.groupId}</groupId>
137       <artifactId>ietf-netconf-monitoring</artifactId>
138     </dependency>
139     <dependency>
140       <groupId>${project.groupId}</groupId>
141       <artifactId>ietf-netconf-monitoring-extension</artifactId>
142     </dependency>
143     <dependency>
144       <groupId>${project.groupId}</groupId>
145       <artifactId>ietf-netconf-notifications</artifactId>
146     </dependency>
147     <dependency>
148       <groupId>org.opendaylight.mdsal.model</groupId>
149       <artifactId>ietf-inet-types</artifactId>
150     </dependency>
151     <dependency>
152       <groupId>org.opendaylight.mdsal.model</groupId>
153       <artifactId>ietf-yang-types</artifactId>
154     </dependency>
155       <dependency>
156           <groupId>org.opendaylight.yangtools</groupId>
157           <artifactId>yang-model-api</artifactId>
158       </dependency>
159     <dependency>
160       <groupId>${project.groupId}</groupId>
161       <artifactId>netconf-mapping-api</artifactId>
162     </dependency>
163     <dependency>
164       <groupId>${project.groupId}</groupId>
165       <artifactId>netconf-util</artifactId>
166     </dependency>
167     <dependency>
168       <groupId>${project.groupId}</groupId>
169       <artifactId>netconf-impl</artifactId>
170     </dependency>
171     <dependency>
172       <groupId>org.opendaylight.netconf</groupId>
173       <artifactId>netconf-config-dispatcher</artifactId>
174     </dependency>
175     <dependency>
176       <groupId>org.opendaylight.controller</groupId>
177       <artifactId>config-manager-facade-xml</artifactId>
178     </dependency>
179     <dependency>
180       <groupId>${project.groupId}</groupId>
181       <artifactId>config-netconf-connector</artifactId>
182     </dependency>
183     <dependency>
184       <groupId>${project.groupId}</groupId>
185       <artifactId>netconf-netty-util</artifactId>
186     </dependency>
187     <dependency>
188       <groupId>org.apache.sshd</groupId>
189       <artifactId>sshd-core</artifactId>
190       <version>${sshd-core.version}</version>
191     </dependency>
192     <dependency>
193       <groupId>openexi</groupId>
194       <artifactId>nagasena</artifactId>
195       <version>${exi.nagasena.version}</version>
196     </dependency>
197     <dependency>
198       <groupId>io.netty</groupId>
199       <artifactId>netty-codec</artifactId>
200     </dependency>
201     <dependency>
202       <groupId>io.netty</groupId>
203       <artifactId>netty-handler</artifactId>
204     </dependency>
205     <dependency>
206       <groupId>io.netty</groupId>
207       <artifactId>netty-common</artifactId>
208     </dependency>
209     <dependency>
210       <groupId>io.netty</groupId>
211       <artifactId>netty-buffer</artifactId>
212     </dependency>
213     <dependency>
214       <groupId>io.netty</groupId>
215       <artifactId>netty-transport</artifactId>
216     </dependency>
217     <dependency>
218       <groupId>org.bouncycastle</groupId>
219       <artifactId>bcpkix-jdk15on</artifactId>
220     </dependency>
221     <dependency>
222       <groupId>org.bouncycastle</groupId>
223       <artifactId>bcprov-jdk15on</artifactId>
224     </dependency>
225     <dependency>
226       <groupId>${project.groupId}</groupId>
227       <artifactId>netconf-client</artifactId>
228     </dependency>
229     <dependency>
230       <groupId>${project.groupId}</groupId>
231       <artifactId>netconf-config</artifactId>
232       <version>${netconf.version}</version>
233       <type>xml</type>
234       <classifier>config</classifier>
235     </dependency>
236     <dependency>
237       <groupId>${project.groupId}</groupId>
238       <artifactId>netconf-connector-config</artifactId>
239       <version>${netconf.version}</version>
240       <type>xml</type>
241       <classifier>config</classifier>
242     </dependency>
243     <dependency>
244       <groupId>${project.groupId}</groupId>
245       <artifactId>netconf-monitoring</artifactId>
246     </dependency>
247     <dependency>
248       <groupId>${project.groupId}</groupId>
249       <artifactId>mdsal-netconf-monitoring</artifactId>
250     </dependency>
251     <dependency>
252       <groupId>${project.groupId}</groupId>
253       <artifactId>mdsal-netconf-connector</artifactId>
254     </dependency>
255     <dependency>
256       <groupId>${project.groupId}</groupId>
257       <artifactId>netconf-mdsal-config</artifactId>
258       <classifier>config</classifier>
259       <type>xml</type>
260     </dependency>
261     <!-- dependency for opendaylight-karaf-empty for use by testing -->
262     <dependency>
263       <groupId>org.opendaylight.controller</groupId>
264       <artifactId>opendaylight-karaf-empty</artifactId>
265       <version>${commons.opendaylight.version}</version>
266       <scope>test</scope>
267       <type>zip</type>
268     </dependency>
269   </dependencies>
270
271   <scm>
272     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
273     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
274     <tag>HEAD</tag>
275     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
276   </scm>
277 </project>