d71befea8cfe9147c986e39637f635f74fc4f20c
[ovsdb.git] / southbound / southbound-features / odl-ovsdb-southbound-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2017, 2018 Red Hat, Inc. and others.
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" 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">
10     <modelVersion>4.0.0</modelVersion>
11
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>single-feature-parent</artifactId>
15         <version>8.0.0</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.ovsdb</groupId>
20     <artifactId>odl-ovsdb-southbound-impl</artifactId>
21     <version>1.12.0-SNAPSHOT</version>
22     <packaging>feature</packaging>
23
24     <!-- <name> formatting is used by autorelease to parse and notify projects on
25          build failure. Please do not modify this unless you have a good reason. -->
26     <name>ODL :: ovsdb :: ${project.artifactId}</name>
27
28     <dependencyManagement>
29         <dependencies>
30             <dependency>
31                 <groupId>org.opendaylight.infrautils</groupId>
32                 <artifactId>infrautils-artifacts</artifactId>
33                 <version>1.9.1</version>
34                 <type>pom</type>
35                 <scope>import</scope>
36             </dependency>
37         </dependencies>
38     </dependencyManagement>
39
40     <dependencies>
41         <dependency>
42             <groupId>org.opendaylight.infrautils</groupId>
43             <artifactId>odl-infrautils-ready</artifactId>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.infrautils</groupId>
49             <artifactId>odl-infrautils-diagstatus</artifactId>
50             <type>xml</type>
51             <classifier>features</classifier>
52         </dependency>
53         <dependency>
54             <groupId>org.opendaylight.serviceutils</groupId>
55             <artifactId>odl-serviceutils-tools</artifactId>
56             <version>0.7.0-SNAPSHOT</version>
57             <type>xml</type>
58             <classifier>features</classifier>
59         </dependency>
60         <dependency>
61             <groupId>org.opendaylight.ovsdb</groupId>
62             <artifactId>odl-ovsdb-utils</artifactId>
63             <version>${project.version}</version>
64             <type>xml</type>
65             <classifier>features</classifier>
66         </dependency>
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>odl-ovsdb-southbound-api</artifactId>
70             <version>${project.version}</version>
71             <type>xml</type>
72             <classifier>features</classifier>
73         </dependency>
74         <dependency>
75             <groupId>${project.groupId}</groupId>
76             <artifactId>odl-ovsdb-library</artifactId>
77             <version>${project.version}</version>
78             <type>xml</type>
79             <classifier>features</classifier>
80         </dependency>
81         <dependency>
82             <groupId>${project.groupId}</groupId>
83             <artifactId>southbound-impl</artifactId>
84             <version>${project.version}</version>
85         </dependency>
86         <dependency>
87             <!-- finalname="etc/org.opendaylight.ovsdb.southbound.cfg" -->
88             <groupId>${project.groupId}</groupId>
89             <artifactId>southbound-impl</artifactId>
90             <version>${project.version}</version>
91             <type>cfg</type>
92             <classifier>config</classifier>
93         </dependency>
94     </dependencies>
95 </project>