Release Carbon
[unimgr.git] / features / features4-unimgr / 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"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5
6   <parent>
7     <groupId>org.opendaylight.odlparent</groupId>
8     <artifactId>feature-repo-parent</artifactId>
9     <version>1.8.0-Carbon</version>
10     <relativePath />
11   </parent>
12
13   <groupId>org.opendaylight.unimgr</groupId>
14   <artifactId>features4-unimgr</artifactId>
15   <version>0.2.0-Carbon</version>
16   <packaging>feature</packaging>
17
18   <dependencies>
19     <dependency>
20       <groupId>${project.groupId}</groupId>
21       <artifactId>odl-unimgr-netvirt</artifactId>
22       <version>${project.version}</version>
23       <type>xml</type>
24       <classifier>features</classifier>
25     </dependency>
26     <dependency>
27       <groupId>${project.groupId}</groupId>
28       <artifactId>odl-unimgr-dlux</artifactId>
29       <version>${project.version}</version>
30       <type>xml</type>
31       <classifier>features</classifier>
32     </dependency>
33     <dependency>
34       <groupId>${project.groupId}</groupId>
35       <artifactId>odl-unimgr-console</artifactId>
36       <version>${project.version}</version>
37       <type>xml</type>
38       <classifier>features</classifier>
39     </dependency>
40     <dependency>
41       <groupId>${project.groupId}</groupId>
42       <artifactId>odl-unimgr-rest</artifactId>
43       <version>${project.version}</version>
44       <type>xml</type>
45       <classifier>features</classifier>
46     </dependency>
47     <dependency>
48       <groupId>${project.groupId}</groupId>
49       <artifactId>odl-unimgr-ui</artifactId>
50       <version>${project.version}</version>
51       <type>xml</type>
52       <classifier>features</classifier>
53     </dependency>
54     <dependency>
55       <groupId>${project.groupId}</groupId>
56       <artifactId>odl-unimgr-cisco-xe-driver</artifactId>
57       <version>${project.version}</version>
58       <type>xml</type>
59       <classifier>features</classifier>
60     </dependency>
61     <dependency>
62       <groupId>${project.groupId}</groupId>
63       <artifactId>odl-unimgr-cisco-xr-driver</artifactId>
64       <version>${project.version}</version>
65       <type>xml</type>
66       <classifier>features</classifier>
67     </dependency>
68     <dependency>
69       <groupId>${project.groupId}</groupId>
70       <artifactId>odl-unimgr-ovs-driver</artifactId>
71       <version>${project.version}</version>
72       <type>xml</type>
73       <classifier>features</classifier>
74     </dependency>
75     <dependency>
76       <groupId>${project.groupId}</groupId>
77       <artifactId>odl-unimgr</artifactId>
78       <version>${project.version}</version>
79       <type>xml</type>
80       <classifier>features</classifier>
81     </dependency>
82     <dependency>
83       <groupId>${project.groupId}</groupId>
84       <artifactId>odl-unimgr-presto-api</artifactId>
85       <version>${project.version}</version>
86       <type>xml</type>
87       <classifier>features</classifier>
88     </dependency>
89     <dependency>
90       <groupId>${project.groupId}</groupId>
91       <artifactId>odl-unimgr-api</artifactId>
92       <version>${project.version}</version>
93       <type>xml</type>
94       <classifier>features</classifier>
95     </dependency>
96
97   </dependencies>
98 </project>