513ca54702056fe19fdc256256ec2fd7f3c62ef1
[netconf.git] / features / netconf / features-netconf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
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.odlparent</groupId>
14     <artifactId>feature-repo-parent</artifactId>
15     <version>4.0.9</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.netconf</groupId>
20   <artifactId>features-netconf</artifactId>
21   <version>1.6.1-SNAPSHOT</version>
22   <packaging>feature</packaging>
23
24   <dependencyManagement>
25     <dependencies>
26       <dependency>
27         <groupId>${project.groupId}</groupId>
28         <artifactId>netconf-artifacts</artifactId>
29         <version>${project.version}</version>
30         <scope>import</scope>
31         <type>pom</type>
32       </dependency>
33       <dependency>
34         <groupId>org.opendaylight.aaa</groupId>
35         <artifactId>aaa-artifacts</artifactId>
36         <version>0.9.1-SNAPSHOT</version>
37         <scope>import</scope>
38         <type>pom</type>
39       </dependency>
40     </dependencies>
41   </dependencyManagement>
42
43   <dependencies>
44     <dependency>
45       <groupId>org.opendaylight.aaa</groupId>
46       <artifactId>odl-aaa-encryption-service</artifactId>
47       <classifier>features</classifier>
48       <type>xml</type>
49     </dependency>
50
51     <dependency>
52       <groupId>${project.groupId}</groupId>
53       <artifactId>odl-aaa-netconf-plugin</artifactId>
54       <type>xml</type>
55       <classifier>features</classifier>
56     </dependency>
57     <dependency>
58       <groupId>${project.groupId}</groupId>
59       <artifactId>odl-aaa-netconf-plugin-no-cluster</artifactId>
60       <type>xml</type>
61       <classifier>features</classifier>
62     </dependency>
63     <dependency>
64       <groupId>${project.groupId}</groupId>
65       <artifactId>odl-netconf-all</artifactId>
66       <type>xml</type>
67       <classifier>features</classifier>
68     </dependency>
69     <dependency>
70       <groupId>${project.groupId}</groupId>
71       <artifactId>odl-netconf-api</artifactId>
72       <type>xml</type>
73       <classifier>features</classifier>
74     </dependency>
75     <dependency>
76       <groupId>${project.groupId}</groupId>
77       <artifactId>odl-netconf-client</artifactId>
78       <type>xml</type>
79       <classifier>features</classifier>
80     </dependency>
81     <dependency>
82       <groupId>${project.groupId}</groupId>
83       <artifactId>odl-netconf-impl</artifactId>
84       <type>xml</type>
85       <classifier>features</classifier>
86     </dependency>
87     <dependency>
88       <groupId>${project.groupId}</groupId>
89       <artifactId>odl-netconf-mapping-api</artifactId>
90       <type>xml</type>
91       <classifier>features</classifier>
92     </dependency>
93     <dependency>
94       <groupId>${project.groupId}</groupId>
95       <artifactId>odl-netconf-mdsal</artifactId>
96       <type>xml</type>
97       <classifier>features</classifier>
98     </dependency>
99     <dependency>
100       <groupId>${project.groupId}</groupId>
101       <artifactId>odl-netconf-netty-util</artifactId>
102       <type>xml</type>
103       <classifier>features</classifier>
104     </dependency>
105     <dependency>
106       <groupId>${project.groupId}</groupId>
107       <artifactId>odl-netconf-notifications-api</artifactId>
108       <type>xml</type>
109       <classifier>features</classifier>
110     </dependency>
111     <dependency>
112       <groupId>${project.groupId}</groupId>
113       <artifactId>odl-netconf-notifications-impl</artifactId>
114       <type>xml</type>
115       <classifier>features</classifier>
116     </dependency>
117     <dependency>
118       <groupId>${project.groupId}</groupId>
119       <artifactId>odl-netconf-ssh</artifactId>
120       <type>xml</type>
121       <classifier>features</classifier>
122     </dependency>
123     <dependency>
124       <groupId>${project.groupId}</groupId>
125       <artifactId>odl-netconf-tcp</artifactId>
126       <type>xml</type>
127       <classifier>features</classifier>
128     </dependency>
129     <dependency>
130       <groupId>${project.groupId}</groupId>
131       <artifactId>odl-netconf-util</artifactId>
132       <type>xml</type>
133       <classifier>features</classifier>
134     </dependency>
135   </dependencies>
136 </project>