bdef9982ec6aa4aa23b0dc31e1ef984d78284d30
[netconf.git] / features / netconf-connector / odl-netconf-connector / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <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">
10     <modelVersion>4.0.0</modelVersion>
11
12     <parent>
13         <groupId>org.opendaylight.netconf</groupId>
14         <artifactId>feature-parent</artifactId>
15         <version>3.0.2-SNAPSHOT</version>
16         <relativePath>../../parent</relativePath>
17     </parent>
18
19     <artifactId>odl-netconf-connector</artifactId>
20     <packaging>feature</packaging>
21
22     <name>OpenDaylight :: Netconf Connector :: Netconf Connector</name>
23
24     <dependencies>
25         <dependency>
26             <groupId>org.opendaylight.controller</groupId>
27             <artifactId>odl-mdsal-broker</artifactId>
28             <type>xml</type>
29             <classifier>features</classifier>
30         </dependency>
31         <dependency>
32             <groupId>org.opendaylight.netconf</groupId>
33             <artifactId>odl-netconf-notifications-api</artifactId>
34             <type>xml</type>
35             <classifier>features</classifier>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.netconf</groupId>
39             <artifactId>odl-netconf-client</artifactId>
40             <type>xml</type>
41             <classifier>features</classifier>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.mdsal.model</groupId>
45             <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
46             <type>xml</type>
47             <classifier>features</classifier>
48         </dependency>
49         <dependency>
50             <groupId>com.google.code.gson</groupId>
51             <artifactId>gson</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>org.opendaylight.netconf</groupId>
55             <artifactId>sal-netconf-connector</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.netconf</groupId>
59             <artifactId>netconf-topology</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>org.opendaylight.aaa</groupId>
63             <artifactId>odl-aaa-encryption-service</artifactId>
64             <type>xml</type>
65             <classifier>features</classifier>
66         </dependency>
67     </dependencies>
68 </project>