Add l2vpn support for vlans
[unimgr.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cable Television Laboratories, Inc. All rights reserved. 
3   This program and the accompanying materials are made available under the 
4   terms of the Eclipse Public License v1.0 which accompanies this distribution, 
5   and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8   <parent>
9     <groupId>org.opendaylight.odlparent</groupId>
10     <artifactId>features-parent</artifactId>
11     <version>1.8.0-SNAPSHOT</version>
12     <relativePath />
13   </parent>
14   <groupId>org.opendaylight.unimgr</groupId>
15   <artifactId>unimgr-features</artifactId>
16   <version>0.2.0-SNAPSHOT</version>
17   <name>${project.artifactId}</name>
18   <modelVersion>4.0.0</modelVersion>
19   <prerequisites>
20     <maven>3.1.1</maven>
21   </prerequisites>
22   <properties>
23     <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
24     <restconf.version>1.5.0-SNAPSHOT</restconf.version>
25     <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
26     <dlux.version>0.5.0-SNAPSHOT</dlux.version>
27     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
28     <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
29     <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
30     <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
31     <netconf.version>1.2.0-SNAPSHOT</netconf.version>
32     <genius.version>0.2.0-SNAPSHOT</genius.version>
33     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
34   </properties>
35   <dependencyManagement>
36     <dependencies>
37       <!-- project specific dependencies -->
38       <dependency>
39         <groupId>org.opendaylight.controller</groupId>
40         <artifactId>mdsal-artifacts</artifactId>
41         <version>${mdsal.version}</version>
42         <type>pom</type>
43         <scope>import</scope>
44       </dependency>
45       <dependency>
46         <groupId>org.opendaylight.netconf</groupId>
47         <artifactId>restconf-artifacts</artifactId>
48         <version>${restconf.version}</version>
49         <type>pom</type>
50         <scope>import</scope>
51       </dependency>
52       <dependency>
53         <groupId>org.opendaylight.netconf</groupId>
54         <artifactId>netconf-artifacts</artifactId>
55         <version>${netconf.version}</version>
56         <type>pom</type>
57         <scope>import</scope>
58       </dependency>
59     </dependencies>
60   </dependencyManagement>
61   <dependencies>
62     <dependency>
63       <groupId>org.opendaylight.yangtools</groupId>
64       <artifactId>features-yangtools</artifactId>
65       <classifier>features</classifier>
66       <version>${yangtools.version}</version>
67       <type>xml</type>
68       <scope>runtime</scope>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.mdsal.model</groupId>
72       <artifactId>features-mdsal-model</artifactId>
73       <version>${mdsal.model.version}</version>
74       <classifier>features</classifier>
75       <type>xml</type>
76       <scope>runtime</scope>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.controller</groupId>
80       <artifactId>features-mdsal</artifactId>
81       <classifier>features</classifier>
82       <type>xml</type>
83       <scope>runtime</scope>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.netconf</groupId>
87       <artifactId>features-restconf</artifactId>
88       <classifier>features</classifier>
89       <type>xml</type>
90       <scope>runtime</scope>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.netconf</groupId>
94       <artifactId>features-netconf</artifactId>
95       <type>xml</type>
96       <classifier>features</classifier>
97     </dependency>
98     <dependency>
99       <groupId>org.opendaylight.netconf</groupId>
100       <artifactId>features-netconf-connector</artifactId>
101       <type>xml</type>
102       <classifier>features</classifier>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.dlux</groupId>
106       <artifactId>features-dlux</artifactId>
107       <classifier>features</classifier>
108       <version>${dlux.version}</version>
109       <type>xml</type>
110       <scope>runtime</scope>
111     </dependency>
112     <dependency>
113       <groupId>org.opendaylight.ovsdb</groupId>
114       <artifactId>southbound-features</artifactId>
115       <version>${ovsdb.version}</version>
116       <type>xml</type>
117       <classifier>features</classifier>
118     </dependency>
119     <dependency>
120       <groupId>${project.groupId}</groupId>
121       <artifactId>unimgr-netvirt</artifactId>
122       <version>${project.version}</version>
123     </dependency>
124     <dependency>
125       <groupId>${project.groupId}</groupId>
126       <artifactId>unimgr-impl</artifactId>
127       <version>${project.version}</version>
128     </dependency>
129     <dependency>
130       <groupId>${project.groupId}</groupId>
131       <artifactId>unimgr-impl</artifactId>
132       <version>${project.version}</version>
133       <type>xml</type>
134       <classifier>config</classifier>
135     </dependency>
136     <dependency>
137       <groupId>${project.groupId}</groupId>
138       <artifactId>unimgr-api</artifactId>
139       <version>${project.version}</version>
140     </dependency>
141     <dependency>
142       <groupId>${project.groupId}</groupId>
143       <artifactId>unimgr-presto-api</artifactId>
144       <version>${project.version}</version>
145     </dependency>
146     <dependency>
147       <groupId>${project.groupId}</groupId>
148       <artifactId>unimgr-cli</artifactId>
149       <version>${project.version}</version>
150     </dependency>
151     <dependency>
152       <groupId>${project.groupId}</groupId>
153       <artifactId>unimgr-cisco-xr-driver</artifactId>
154       <version>${project.version}</version>
155     </dependency>
156     <dependency>
157       <groupId>org.opendaylight.unimgr</groupId>
158       <artifactId>cisco-xrmodels</artifactId>
159       <version>${project.version}</version>
160     </dependency>
161     <dependency>
162       <groupId>org.opendaylight.unimgr</groupId>
163       <artifactId>edgeassure-1000</artifactId>
164       <version>${project.version}</version>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.netvirt</groupId>
168       <artifactId>vpnservice-features</artifactId>
169       <version>${vpnservice.version}</version>
170       <type>xml</type>
171       <classifier>features</classifier>
172     </dependency>
173     <dependency>
174       <groupId>org.opendaylight.genius</groupId>
175       <artifactId>genius-features</artifactId>
176       <version>${genius.version}</version>
177       <classifier>features</classifier>
178       <type>xml</type>
179       <scope>runtime</scope>
180     </dependency>
181     <dependency>
182       <groupId>${project.groupId}</groupId>
183       <artifactId>unimgr-legato-api</artifactId>
184       <version>${project.version}</version>
185     </dependency>
186   </dependencies>
187 </project>