Add single feature parent
[bgpcep.git] / features / bmp / odl-bgpcep-bmp-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.bgpcep</groupId>
8         <artifactId>single-feature-parent</artifactId>
9         <version>0.9.0-SNAPSHOT</version>
10         <relativePath>../../../single-feature-parent</relativePath>
11     </parent>
12
13     <artifactId>odl-bgpcep-bmp-api</artifactId>
14     <packaging>feature</packaging>
15     <name>OpenDaylight :: BMP :: API</name>
16
17     <dependencies>
18         <dependency>
19             <groupId>${project.groupId}</groupId>
20             <artifactId>odl-bgpcep-bgp-rib-api</artifactId>
21             <type>xml</type>
22             <classifier>features</classifier>
23         </dependency>
24
25         <dependency>
26             <groupId>${project.groupId}</groupId>
27             <artifactId>bgp-bmp-api</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>${project.groupId}</groupId>
31             <artifactId>bgp-bmp-spi</artifactId>
32         </dependency>
33     </dependencies>
34 </project>