Bump to yangtools-2.0.0 and odlparent-3.0.2
[unimgr.git] / features / odl-unimgr / 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>single-feature-parent</artifactId>
11     <version>3.0.2</version>
12     <relativePath />
13   </parent>
14   <groupId>org.opendaylight.unimgr</groupId>
15   <artifactId>odl-unimgr</artifactId>
16   <version>0.4.0-SNAPSHOT</version>
17   <packaging>feature</packaging>
18
19   <name>ODL :: unimgr :: ${project.artifactId}</name>
20   <modelVersion>4.0.0</modelVersion>
21
22   <properties>
23     <mdsal.version>1.7.0-SNAPSHOT</mdsal.version>
24     <controller.mdsal.version>1.7.0-SNAPSHOT</controller.mdsal.version>
25     <restconf.version>1.7.0-SNAPSHOT</restconf.version>
26     <yangtools.version>2.0.0</yangtools.version>
27     <dlux.version>0.7.0-SNAPSHOT</dlux.version>
28     <dluxapps.version>0.7.0-SNAPSHOT</dluxapps.version>
29     <ovsdb.version>1.6.0-SNAPSHOT</ovsdb.version>
30     <netvirt.version>1.6.0-SNAPSHOT</netvirt.version>
31     <vpnservice.version>0.6.0-SNAPSHOT</vpnservice.version>
32     <mdsal.model.version>0.12.0-SNAPSHOT</mdsal.model.version>
33     <netconf.version>1.4.0-SNAPSHOT</netconf.version>
34     <genius.version>0.4.0-SNAPSHOT</genius.version>
35     <l2switch.version>0.7.0-SNAPSHOT</l2switch.version>
36     <openflowplugin.version>0.6.0-SNAPSHOT</openflowplugin.version>
37     <openflowjava.version>0.11.0-SNAPSHOT</openflowjava.version>
38     <ovsdb.version>1.6.0-SNAPSHOT</ovsdb.version>
39   </properties>
40
41   <dependencies>
42     <dependency>
43       <groupId>org.opendaylight.controller</groupId>
44       <artifactId>odl-mdsal-broker</artifactId>
45       <version>${controller.mdsal.version}</version>
46       <type>xml</type>
47       <classifier>features</classifier>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.ovsdb</groupId>
51       <artifactId>odl-ovsdb-southbound-impl</artifactId>
52       <version>${ovsdb.version}</version>
53       <type>xml</type>
54       <classifier>features</classifier>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.unimgr</groupId>
58       <artifactId>odl-unimgr-api</artifactId>
59       <version>${project.version}</version>
60       <type>xml</type>
61       <classifier>features</classifier>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.netconf</groupId>
65       <artifactId>odl-netconf-topology</artifactId>
66       <version>${netconf.version}</version>
67       <type>xml</type>
68       <classifier>features</classifier>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.unimgr</groupId>
72       <artifactId>unimgr-impl</artifactId>
73       <version>${project.version}</version>
74       <exclusions>
75         <exclusion>
76           <groupId>ch.qos.logback</groupId>
77           <artifactId>logback-core</artifactId>
78         </exclusion>
79         <exclusion>
80           <groupId>ch.qos.logback</groupId>
81           <artifactId>logback-classic</artifactId>
82         </exclusion>
83       </exclusions>
84     </dependency>
85   </dependencies>
86 </project>