ef90f0071eb59459d4bfb6b9b9cce73c10b0d627
[bgpcep.git] / features / bmp / features-bmp / 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.odlparent</groupId>
8         <artifactId>feature-repo-parent</artifactId>
9         <version>2.0.5</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.bgpcep</groupId>
14     <artifactId>features-bmp</artifactId>
15     <version>0.9.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17
18     <dependencyManagement>
19         <dependencies>
20             <dependency>
21                 <groupId>org.opendaylight.bgpcep</groupId>
22                 <artifactId>bgpcep-artifacts</artifactId>
23                 <version>${project.version}</version>
24                 <type>pom</type>
25                 <scope>import</scope>
26             </dependency>
27         </dependencies>
28     </dependencyManagement>
29
30     <dependencies>
31         <dependency>
32             <groupId>${project.groupId}</groupId>
33             <artifactId>odl-bgpcep-bmp</artifactId>
34             <type>xml</type>
35             <classifier>features</classifier>
36         </dependency>
37         <dependency>
38             <groupId>${project.groupId}</groupId>
39             <artifactId>odl-bgpcep-bmp-api</artifactId>
40             <type>xml</type>
41             <classifier>features</classifier>
42         </dependency>
43         <dependency>
44             <groupId>${project.groupId}</groupId>
45             <artifactId>odl-bgpcep-bmp-config-example</artifactId>
46             <type>xml</type>
47             <classifier>features</classifier>
48         </dependency>
49     </dependencies>
50 </project>