Use odlparent-lite as artifacts parent
[lispflowmapping.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Cisco Systems, 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" 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>odlparent-lite</artifactId>
15     <version>1.6.0-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.lispflowmapping</groupId>
20   <artifactId>lispflowmapping-artifacts</artifactId>
21   <version>1.3.0-SNAPSHOT</version>
22   <packaging>pom</packaging>
23   <name>LISP Flow Mapping Artifacts</name>
24
25   <dependencyManagement>
26     <dependencies>
27       <dependency>
28         <groupId>${project.groupId}</groupId>
29         <artifactId>mappingservice.api</artifactId>
30         <version>${project.version}</version>
31       </dependency>
32       <dependency>
33         <groupId>${project.groupId}</groupId>
34         <artifactId>mappingservice.implementation</artifactId>
35         <version>${project.version}</version>
36       </dependency>
37       <dependency>
38         <groupId>${project.groupId}</groupId>
39         <artifactId>mappingservice.inmemorydb</artifactId>
40         <version>${project.version}</version>
41       </dependency>
42       <dependency>
43         <groupId>${project.groupId}</groupId>
44         <artifactId>mappingservice.neutron</artifactId>
45         <version>${project.version}</version>
46       </dependency>
47       <dependency>
48         <groupId>${project.groupId}</groupId>
49         <artifactId>mappingservice.shell</artifactId>
50         <version>${project.version}</version>
51       </dependency>
52       <dependency>
53         <groupId>${project.groupId}</groupId>
54         <artifactId>mappingservice.southbound</artifactId>
55         <version>${project.version}</version>
56       </dependency>
57       <dependency>
58         <groupId>${project.groupId}</groupId>
59         <artifactId>mappingservice.lisp-proto</artifactId>
60         <version>${project.version}</version>
61       </dependency>
62       <dependency>
63         <groupId>${project.groupId}</groupId>
64         <artifactId>lispflowmapping-ui-bundle</artifactId>
65         <version>${project.version}</version>
66       </dependency>
67       <dependency>
68         <groupId>${project.groupId}</groupId>
69         <artifactId>features-lispflowmapping</artifactId>
70         <version>${project.version}</version>
71         <classifier>features</classifier>
72         <type>xml</type>
73       </dependency>
74     </dependencies>
75   </dependencyManagement>
76 </project>