Merge "Unit Test for ovsdb southbound OvsdbConnectionManager.java"
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <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">
9   <parent>
10     <groupId>org.opendaylight.odlparent</groupId>
11     <artifactId>features-parent</artifactId>
12     <version>1.6.0-SNAPSHOT</version>
13     <relativePath/>
14   </parent>
15   <groupId>org.opendaylight.ovsdb</groupId>
16   <artifactId>hwvtepsouthbound-features</artifactId>
17   <version>1.2.0-SNAPSHOT</version>
18   <name>${project.artifactId}</name>
19   <modelVersion>4.0.0</modelVersion>
20   <prerequisites>
21     <maven>3.1.1</maven>
22   </prerequisites>
23   <properties>
24     <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
25     <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
26     <dlux.version>0.3.0-SNAPSHOT</dlux.version>
27     <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
28     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
29   </properties>
30   <dependencyManagement>
31     <dependencies>
32       <!-- project specific dependencies -->
33       <dependency>
34         <groupId>org.opendaylight.controller</groupId>
35         <artifactId>mdsal-artifacts</artifactId>
36         <version>${mdsal.version}</version>
37         <type>pom</type>
38         <scope>import</scope>
39       </dependency>
40     </dependencies>
41   </dependencyManagement>
42   <dependencies>
43     <dependency>
44       <groupId>org.opendaylight.yangtools</groupId>
45       <artifactId>features-yangtools</artifactId>
46       <classifier>features</classifier>
47       <version>${yangtools.version}</version>
48       <type>xml</type>
49       <scope>runtime</scope>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.controller</groupId>
53       <artifactId>features-mdsal</artifactId>
54       <classifier>features</classifier>
55       <version>${mdsal.version}</version>
56       <type>xml</type>
57       <scope>runtime</scope>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.mdsal.model</groupId>
61       <artifactId>features-mdsal-model</artifactId>
62       <version>${mdsal.model.version}</version>
63       <classifier>features</classifier>
64       <type>xml</type>
65       <scope>runtime</scope>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.controller</groupId>
69       <artifactId>features-restconf</artifactId>
70       <classifier>features</classifier>
71       <version>${mdsal.version}</version>
72       <type>xml</type>
73       <scope>runtime</scope>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.dlux</groupId>
77       <artifactId>features-dlux</artifactId>
78       <classifier>features</classifier>
79       <version>${dlux.version}</version>
80       <type>xml</type>
81       <scope>runtime</scope>
82     </dependency>
83     <dependency>
84       <groupId>${project.groupId}</groupId>
85       <artifactId>hwvtepsouthbound-impl</artifactId>
86       <version>${project.version}</version>
87     </dependency>
88     <dependency>
89       <groupId>${project.groupId}</groupId>
90       <artifactId>hwvtepsouthbound-impl</artifactId>
91       <version>${project.version}</version>
92       <type>xml</type>
93       <classifier>config</classifier>
94     </dependency>
95     <dependency>
96       <groupId>${project.groupId}</groupId>
97       <artifactId>hwvtepsouthbound-api</artifactId>
98       <version>${project.version}</version>
99     </dependency>
100   </dependencies>
101 </project>