Make utils bundles use config-parent
[ovsdb.git] / utils / neutron-utils / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright © 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
10 <project xmlns="http://maven.apache.org/POM/4.0.0"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14
15     <parent>
16       <groupId>org.opendaylight.controller</groupId>
17       <artifactId>config-parent</artifactId>
18       <version>0.4.0-SNAPSHOT</version>
19       <relativePath/>
20     </parent>
21
22     <groupId>org.opendaylight.ovsdb</groupId>
23     <artifactId>utils.neutron-utils</artifactId>
24     <version>1.2.1-SNAPSHOT</version>
25     <packaging>bundle</packaging>
26
27     <dependencies>
28     <!-- project specific dependencies -->
29         <dependency>
30             <groupId>${project.groupId}</groupId>
31             <artifactId>utils.mdsal-utils</artifactId>
32             <version>${project.version}</version>
33         </dependency>
34     <!-- neutron dependencies -->
35         <dependency>
36             <groupId>org.opendaylight.neutron</groupId>
37             <artifactId>model</artifactId>
38             <version>0.6.0-SNAPSHOT</version>
39         </dependency>
40     </dependencies>
41 </project>