9af4b8d00a3601f76df80a1ce13ea410b0720505
[netvirt.git] / ovsdb-artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2015 Red Hat, Inc. and others. All rights reserved.
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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <modelVersion>4.0.0</modelVersion>
13
14   <groupId>org.opendaylight.ovsdb</groupId>
15   <artifactId>ovsdb-artifacts</artifactId>
16   <version>1.1.0-SNAPSHOT</version>
17   <packaging>pom</packaging>
18
19   <dependencyManagement>
20     <dependencies>
21       <dependency>
22         <groupId>${project.groupId}</groupId>
23         <artifactId>features-ovsdb</artifactId>
24         <version>${project.version}</version>
25         <classifier>features</classifier>
26         <type>xml</type>
27       </dependency>
28     </dependencies>
29   </dependencyManagement>
30 </project>