Remove aaa version declarations
[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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <groupId>org.opendaylight.odlparent</groupId>
16     <artifactId>feature-repo-parent</artifactId>
17     <version>2.0.5</version>
18     <relativePath/>
19   </parent>
20
21   <groupId>org.opendaylight.netconf</groupId>
22   <artifactId>features-netconf</artifactId>
23   <version>1.3.1-SNAPSHOT</version>
24   <packaging>feature</packaging>
25
26   <dependencyManagement>
27     <dependencies>
28       <dependency>
29         <groupId>${project.groupId}</groupId>
30         <artifactId>netconf-artifacts</artifactId>
31         <version>${project.version}</version>
32         <scope>import</scope>
33         <type>pom</type>
34       </dependency>
35       <dependency>
36         <groupId>org.opendaylight.aaa</groupId>
37         <artifactId>aaa-artifacts</artifactId>
38         <version>0.6.1-SNAPSHOT</version>
39         <scope>import</scope>
40         <type>pom</type>
41       </dependency>
42     </dependencies>
43   </dependencyManagement>
44
45   <dependencies>
46     <dependency>
47       <groupId>org.opendaylight.aaa</groupId>
48       <artifactId>odl-aaa-encryption-service</artifactId>
49       <classifier>features</classifier>
50       <type>xml</type>
51     </dependency>
52
53     <dependency>
54       <groupId>${project.groupId}</groupId>
55       <artifactId>odl-aaa-netconf-plugin</artifactId>
56       <type>xml</type>
57       <classifier>features</classifier>
58     </dependency>
59     <dependency>
60       <groupId>${project.groupId}</groupId>
61       <artifactId>odl-aaa-netconf-plugin-no-cluster</artifactId>
62       <type>xml</type>
63       <classifier>features</classifier>
64     </dependency>
65     <dependency>
66       <groupId>${project.groupId}</groupId>
67       <artifactId>odl-config-netconf-connector</artifactId>
68       <type>xml</type>
69       <classifier>features</classifier>
70     </dependency>
71     <dependency>
72       <groupId>${project.groupId}</groupId>
73       <artifactId>odl-netconf-all</artifactId>
74       <type>xml</type>
75       <classifier>features</classifier>
76     </dependency>
77     <dependency>
78       <groupId>${project.groupId}</groupId>
79       <artifactId>odl-netconf-api</artifactId>
80       <type>xml</type>
81       <classifier>features</classifier>
82     </dependency>
83     <dependency>
84       <groupId>${project.groupId}</groupId>
85       <artifactId>odl-netconf-client</artifactId>
86       <type>xml</type>
87       <classifier>features</classifier>
88     </dependency>
89     <dependency>
90       <groupId>${project.groupId}</groupId>
91       <artifactId>odl-netconf-impl</artifactId>
92       <type>xml</type>
93       <classifier>features</classifier>
94     </dependency>
95     <dependency>
96       <groupId>${project.groupId}</groupId>
97       <artifactId>odl-netconf-mapping-api</artifactId>
98       <type>xml</type>
99       <classifier>features</classifier>
100     </dependency>
101     <dependency>
102       <groupId>${project.groupId}</groupId>
103       <artifactId>odl-netconf-mdsal</artifactId>
104       <type>xml</type>
105       <classifier>features</classifier>
106     </dependency>
107     <dependency>
108       <groupId>${project.groupId}</groupId>
109       <artifactId>odl-netconf-monitoring</artifactId>
110       <type>xml</type>
111       <classifier>features</classifier>
112     </dependency>
113     <dependency>
114       <groupId>${project.groupId}</groupId>
115       <artifactId>odl-netconf-netty-util</artifactId>
116       <type>xml</type>
117       <classifier>features</classifier>
118     </dependency>
119     <dependency>
120       <groupId>${project.groupId}</groupId>
121       <artifactId>odl-netconf-notifications-api</artifactId>
122       <type>xml</type>
123       <classifier>features</classifier>
124     </dependency>
125     <dependency>
126       <groupId>${project.groupId}</groupId>
127       <artifactId>odl-netconf-notifications-impl</artifactId>
128       <type>xml</type>
129       <classifier>features</classifier>
130     </dependency>
131     <dependency>
132       <groupId>${project.groupId}</groupId>
133       <artifactId>odl-netconf-ssh</artifactId>
134       <type>xml</type>
135       <classifier>features</classifier>
136     </dependency>
137     <dependency>
138       <groupId>${project.groupId}</groupId>
139       <artifactId>odl-netconf-tcp</artifactId>
140       <type>xml</type>
141       <classifier>features</classifier>
142     </dependency>
143     <dependency>
144       <groupId>${project.groupId}</groupId>
145       <artifactId>odl-netconf-util</artifactId>
146       <type>xml</type>
147       <classifier>features</classifier>
148     </dependency>
149   </dependencies>
150 </project>