Switching SB to config subsystem
[lispflowmapping.git] / mappingservice / southbound / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.controller</groupId>
7     <artifactId>config-parent</artifactId>
8     <version>0.4.0-SNAPSHOT</version>
9     <relativePath/>
10   </parent>
11
12   <artifactId>mappingservice.southbound</artifactId>
13   <groupId>org.opendaylight.lispflowmapping</groupId>
14   <version>1.3.0-SNAPSHOT</version>
15   <packaging>bundle</packaging>
16   <name>LISP Flow Mapping Southbound Plugin</name>
17
18   <dependencies>
19     <dependency>
20       <groupId>${project.groupId}</groupId>
21       <artifactId>mappingservice.api</artifactId>
22       <version>${project.version}</version>
23     </dependency>
24     <dependency>
25       <groupId>${project.groupId}</groupId>
26       <artifactId>mappingservice.implementation</artifactId>
27       <version>${project.version}</version>
28     </dependency>
29   </dependencies>
30 </project>