56f0a3ecd93aad50460d4008a0749a88104cd03d
[bgpcep.git] / features / bgp / odl-bgpcep-bgp-mvpn / 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.10.0-SNAPSHOT</version>
10         <relativePath>../../../single-feature-parent</relativePath>
11     </parent>
12
13     <artifactId>odl-bgpcep-bgp-mvpn</artifactId>
14     <packaging>feature</packaging>
15
16     <name>OpenDaylight :: BGP :: Mvpn</name>
17
18     <dependencies>
19         <dependency>
20             <groupId>${project.groupId}</groupId>
21             <artifactId>bgp-mvpn</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>${project.groupId}</groupId>
25             <artifactId>odl-bgpcep-bgp-extensions-api</artifactId>
26             <type>xml</type>
27             <classifier>features</classifier>
28         </dependency>
29         <dependency>
30             <groupId>${project.groupId}</groupId>
31             <artifactId>odl-bgpcep-bgp-inet</artifactId>
32             <type>xml</type>
33             <classifier>features</classifier>
34         </dependency>
35     </dependencies>
36 </project>